Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update coreIP and rpc for Celestia Mocha #609

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions live-tests/eibc_3rd_token_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func TestEIBC_3rd_Token_RolY_Live(t *testing.T) {
}
mocha := cosmos.CosmosChain{
RPCAddr: "rpc.celestia.test-eu1.ccvalidators.com:443",
GrpcAddr: "mocha-4-consensus.mesa.newmetric.xyz:9090",
GrpcAddr: "https://celestia-testnet-rpc.itrocket.net:443:9090",
ChainID: "mocha-4",
Bin: "celestia-appd",
GasPrices: "0utia",
Expand Down Expand Up @@ -212,7 +212,7 @@ func TestEIBC_3rd_Token_Timeout_RolY_Live(t *testing.T) {
}
mocha := cosmos.CosmosChain{
RPCAddr: "rpc.celestia.test-eu1.ccvalidators.com:443",
GrpcAddr: "mocha-4-consensus.mesa.newmetric.xyz:9090",
GrpcAddr: "https://celestia-testnet-rpc.itrocket.net:443:9090",
ChainID: "mocha-4",
Bin: "celestia-appd",
GasPrices: "0utia",
Expand Down
2 changes: 1 addition & 1 deletion live-tests/eibc_ack_error_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func TestEIBC_AckError_Dym_RolY_Live(t *testing.T) {

mocha := cosmos.CosmosChain{
RPCAddr: "rpc.celestia.test-eu1.ccvalidators.com:443",
GrpcAddr: "mocha-4-consensus.mesa.newmetric.xyz:9090",
GrpcAddr: "https://celestia-testnet-rpc.itrocket.net:443:9090",
ChainID: "mocha-4",
Bin: "celestia-appd",
GasPrices: "0utia",
Expand Down
2 changes: 1 addition & 1 deletion live-tests/eibc_pfm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func TestEIBCPFMRolX_Live(t *testing.T) {

mocha := cosmos.CosmosChain{
RPCAddr: "rpc.celestia.test-eu1.ccvalidators.com:443",
GrpcAddr: "mocha-4-consensus.mesa.newmetric.xyz:9090",
GrpcAddr: "https://celestia-testnet-rpc.itrocket.net:443:9090",
ChainID: "mocha-4",
Bin: "celestia-appd",
GasPrices: "0utia",
Expand Down
17 changes: 8 additions & 9 deletions tests/fullnode_sync_block_sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ func TestSync_BlockSync_EVM(t *testing.T) {
numRollAppVals := 1
nodeStore := "/home/celestia/light"
p2pNetwork := "mocha-4"
coreIp := "mocha-4-consensus.mesa.newmetric.xyz"
coreIp := "https://celestia-testnet-rpc.itrocket.net:443"

url := "https://api-mocha.celenium.io/v1/block/count"
headerKey := "User-Agent"
headerValue := "Apidog/1.0.0 (https://apidog.com)"
rpcEndpoint := "http://rpc-mocha.pops.one:26657"
rpcEndpoint := "http://celestia-testnet-consensus.itrocket.net:26657"

cf := test.NewBuiltinChainFactory(zaptest.NewLogger(t), []*test.ChainSpec{
{
Expand Down Expand Up @@ -416,12 +416,12 @@ func TestSync_BlockSync_Wasm(t *testing.T) {
numRollAppVals := 1
nodeStore := "/home/celestia/light"
p2pNetwork := "mocha-4"
coreIp := "mocha-4-consensus.mesa.newmetric.xyz"
coreIp := "https://celestia-testnet-rpc.itrocket.net:443"

url := "https://api-mocha.celenium.io/v1/block/count"
headerKey := "User-Agent"
headerValue := "Apidog/1.0.0 (https://apidog.com)"
rpcEndpoint := "http://rpc-mocha.pops.one:26657"
rpcEndpoint := "http://celestia-testnet-consensus.itrocket.net:26657"

cf := test.NewBuiltinChainFactory(zaptest.NewLogger(t), []*test.ChainSpec{
{
Expand Down Expand Up @@ -761,12 +761,12 @@ func TestSync_BlockSync_fn_disconnect_EVM(t *testing.T) {
numRollAppVals := 1
nodeStore := "/home/celestia/light"
p2pNetwork := "mocha-4"
coreIp := "mocha-4-consensus.mesa.newmetric.xyz"
coreIp := "https://celestia-testnet-rpc.itrocket.net:443"

url := "https://api-mocha.celenium.io/v1/block/count"
headerKey := "User-Agent"
headerValue := "Apidog/1.0.0 (https://apidog.com)"
rpcEndpoint := "http://rpc-mocha.pops.one:26657"
rpcEndpoint := "http://celestia-testnet-consensus.itrocket.net:26657"

cf := test.NewBuiltinChainFactory(zaptest.NewLogger(t), []*test.ChainSpec{
{
Expand Down Expand Up @@ -1139,12 +1139,12 @@ func TestSync_BlockSync_fn_disconnect_Wasm(t *testing.T) {
numRollAppVals := 1
nodeStore := "/home/celestia/light"
p2pNetwork := "mocha-4"
coreIp := "mocha-4-consensus.mesa.newmetric.xyz"
coreIp := "https://celestia-testnet-rpc.itrocket.net:443"

url := "https://api-mocha.celenium.io/v1/block/count"
headerKey := "User-Agent"
headerValue := "Apidog/1.0.0 (https://apidog.com)"
rpcEndpoint := "http://rpc-mocha.pops.one:26657"
rpcEndpoint := "http://celestia-testnet-consensus.itrocket.net:26657"

cf := test.NewBuiltinChainFactory(zaptest.NewLogger(t), []*test.ChainSpec{
{
Expand Down Expand Up @@ -1471,4 +1471,3 @@ func TestSync_BlockSync_fn_disconnect_Wasm(t *testing.T) {
)
require.NoError(t, err)
}

24 changes: 12 additions & 12 deletions tests/fullnode_sync_gossip_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ func TestSync_Celes_Rt_Gossip_EVM(t *testing.T) {
numRollAppVals := 1
nodeStore := "/home/celestia/light"
p2pNetwork := "mocha-4"
coreIp := "mocha-4-consensus.mesa.newmetric.xyz"
coreIp := "https://celestia-testnet-rpc.itrocket.net:443"

url := "https://api-mocha.celenium.io/v1/block/count"
headerKey := "User-Agent"
headerValue := "Apidog/1.0.0 (https://apidog.com)"
rpcEndpoint := "http://rpc-mocha.pops.one:26657"
rpcEndpoint := "http://celestia-testnet-consensus.itrocket.net:26657"

cf := test.NewBuiltinChainFactory(zaptest.NewLogger(t), []*test.ChainSpec{
{
Expand Down Expand Up @@ -393,12 +393,12 @@ func TestSync_Celes_Rt_Gossip_Wasm(t *testing.T) {
numCelestiaFn := 0
nodeStore := "/home/celestia/light"
p2pNetwork := "mocha-4"
coreIp := "mocha-4-consensus.mesa.newmetric.xyz"
coreIp := "https://celestia-testnet-rpc.itrocket.net:443"

url := "https://api-mocha.celenium.io/v1/block/count"
headerKey := "User-Agent"
headerValue := "Apidog/1.0.0 (https://apidog.com)"
rpcEndpoint := "http://rpc-mocha.pops.one:26657"
rpcEndpoint := "http://celestia-testnet-consensus.itrocket.net:26657"

cf := test.NewBuiltinChainFactory(zaptest.NewLogger(t), []*test.ChainSpec{
{
Expand Down Expand Up @@ -729,12 +729,12 @@ func TestSync_Sqc_Disconnect_Gossip_EVM(t *testing.T) {
numRollAppVals := 1
nodeStore := "/home/celestia/light"
p2pNetwork := "mocha-4"
coreIp := "mocha-4-consensus.mesa.newmetric.xyz"
coreIp := "https://celestia-testnet-rpc.itrocket.net:443"

url := "https://api-mocha.celenium.io/v1/block/count"
headerKey := "User-Agent"
headerValue := "Apidog/1.0.0 (https://apidog.com)"
rpcEndpoint := "http://rpc-mocha.pops.one:26657"
rpcEndpoint := "http://celestia-testnet-consensus.itrocket.net:26657"

cf := test.NewBuiltinChainFactory(zaptest.NewLogger(t), []*test.ChainSpec{
{
Expand Down Expand Up @@ -1080,12 +1080,12 @@ func TestSync_Sqc_Disconnect_Gossip_Wasm(t *testing.T) {
numRollAppVals := 1
nodeStore := "/home/celestia/light"
p2pNetwork := "mocha-4"
coreIp := "mocha-4-consensus.mesa.newmetric.xyz"
coreIp := "https://celestia-testnet-rpc.itrocket.net:443"

url := "https://api-mocha.celenium.io/v1/block/count"
headerKey := "User-Agent"
headerValue := "Apidog/1.0.0 (https://apidog.com)"
rpcEndpoint := "http://rpc-mocha.pops.one:26657"
rpcEndpoint := "http://celestia-testnet-consensus.itrocket.net:26657"

cf := test.NewBuiltinChainFactory(zaptest.NewLogger(t), []*test.ChainSpec{
{
Expand Down Expand Up @@ -1431,12 +1431,12 @@ func TestSync_Fullnode_Disconnect_Gossip_EVM(t *testing.T) {
numRollAppVals := 1
nodeStore := "/home/celestia/light"
p2pNetwork := "mocha-4"
coreIp := "mocha-4-consensus.mesa.newmetric.xyz"
coreIp := "https://celestia-testnet-rpc.itrocket.net:443"

url := "https://api-mocha.celenium.io/v1/block/count"
headerKey := "User-Agent"
headerValue := "Apidog/1.0.0 (https://apidog.com)"
rpcEndpoint := "http://rpc-mocha.pops.one:26657"
rpcEndpoint := "http://celestia-testnet-consensus.itrocket.net:26657"

cf := test.NewBuiltinChainFactory(zaptest.NewLogger(t), []*test.ChainSpec{
{
Expand Down Expand Up @@ -1783,12 +1783,12 @@ func TestSync_Fullnode_Disconnect_Gossip_Wasm(t *testing.T) {
numRollAppVals := 1
nodeStore := "/home/celestia/light"
p2pNetwork := "mocha-4"
coreIp := "mocha-4-consensus.mesa.newmetric.xyz"
coreIp := "https://celestia-testnet-rpc.itrocket.net:443"

url := "https://api-mocha.celenium.io/v1/block/count"
headerKey := "User-Agent"
headerValue := "Apidog/1.0.0 (https://apidog.com)"
rpcEndpoint := "http://rpc-mocha.pops.one:26657"
rpcEndpoint := "http://celestia-testnet-consensus.itrocket.net:26657"

cf := test.NewBuiltinChainFactory(zaptest.NewLogger(t), []*test.ChainSpec{
{
Expand Down
8 changes: 4 additions & 4 deletions tests/fullnode_sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -390,14 +390,14 @@ func TestFullnodeSync_Celestia_EVM(t *testing.T) {
numRollAppVals := 1
nodeStore := "/home/celestia/light"
p2pNetwork := "mocha-4"
coreIp := "mocha-4-consensus.mesa.newmetric.xyz"
coreIp := "https://celestia-testnet-rpc.itrocket.net:443"
// trustedHash := "\"A62DD37EDF3DFF5A7383C6B5AA2AC619D1F8C8FEB7BA07730E50BBAAC8F2FF0C\""
// sampleFrom := 2395649

url := "https://api-mocha.celenium.io/v1/block/count"
headerKey := "User-Agent"
headerValue := "Apidog/1.0.0 (https://apidog.com)"
rpcEndpoint := "http://rpc-mocha.pops.one:26657"
rpcEndpoint := "http://celestia-testnet-consensus.itrocket.net:26657"

cf := test.NewBuiltinChainFactory(zaptest.NewLogger(t), []*test.ChainSpec{
{
Expand Down Expand Up @@ -665,14 +665,14 @@ func TestFullnodeSync_Celestia_Wasm(t *testing.T) {
numRollAppVals := 1
nodeStore := "/home/celestia/light"
p2pNetwork := "mocha-4"
coreIp := "mocha-4-consensus.mesa.newmetric.xyz"
coreIp := "https://celestia-testnet-rpc.itrocket.net:443"
// trustedHash := "\"A62DD37EDF3DFF5A7383C6B5AA2AC619D1F8C8FEB7BA07730E50BBAAC8F2FF0C\""
// sampleFrom := 2395649

url := "https://api-mocha.celenium.io/v1/block/count"
headerKey := "User-Agent"
headerValue := "Apidog/1.0.0 (https://apidog.com)"
rpcEndpoint := "http://rpc-mocha.pops.one:26657"
rpcEndpoint := "http://celestia-testnet-consensus.itrocket.net:26657"

cf := test.NewBuiltinChainFactory(zaptest.NewLogger(t), []*test.ChainSpec{
{
Expand Down
8 changes: 4 additions & 4 deletions tests/rollapp_state_update_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1592,7 +1592,7 @@ func Test_RollAppStateUpdateFail_Celes_EVM(t *testing.T) {
numRollAppVals := 1
nodeStore := "/home/celestia/light"
p2pNetwork := "mocha-4"
coreIp := "mocha-4-consensus.mesa.newmetric.xyz"
coreIp := "https://celestia-testnet-rpc.itrocket.net:443"

modifyEVMGenesisKV := append(
rollappEVMGenesisKV,
Expand All @@ -1605,7 +1605,7 @@ func Test_RollAppStateUpdateFail_Celes_EVM(t *testing.T) {
url := "https://api-mocha.celenium.io/v1/block/count"
headerKey := "User-Agent"
headerValue := "Apidog/1.0.0 (https://apidog.com)"
rpcEndpoint := "http://rpc-mocha.pops.one:26657"
rpcEndpoint := "http://celestia-testnet-consensus.itrocket.net:26657"

cf := test.NewBuiltinChainFactory(zaptest.NewLogger(t), []*test.ChainSpec{
{
Expand Down Expand Up @@ -2094,7 +2094,7 @@ func Test_RollAppStateUpdateFail_Celes_Wasm(t *testing.T) {
numRollAppVals := 1
nodeStore := "/home/celestia/light"
p2pNetwork := "mocha-4"
coreIp := "mocha-4-consensus.mesa.newmetric.xyz"
coreIp := "https://celestia-testnet-rpc.itrocket.net:443"
// trustedHash := "\"017428B113893E854767E626BC9CF860BDF49C2AC2DF56F3C1B6582B2597AC6E\""
// sampleFrom := 2423882

Expand All @@ -2109,7 +2109,7 @@ func Test_RollAppStateUpdateFail_Celes_Wasm(t *testing.T) {
url := "https://api-mocha.celenium.io/v1/block/count"
headerKey := "User-Agent"
headerValue := "Apidog/1.0.0 (https://apidog.com)"
rpcEndpoint := "http://rpc-mocha.pops.one:26657"
rpcEndpoint := "http://celestia-testnet-consensus.itrocket.net:26657"

cf := test.NewBuiltinChainFactory(zaptest.NewLogger(t), []*test.ChainSpec{
{
Expand Down
18 changes: 9 additions & 9 deletions tests/sequencer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func TestSequencerCelestia_EVM(t *testing.T) {
numRollAppVals := 1
nodeStore := "/home/celestia/light"
p2pNetwork := "mocha-4"
coreIp := "mocha-4-consensus.mesa.newmetric.xyz"
coreIp := "https://celestia-testnet-rpc.itrocket.net:443"
// trustedHash := "\"017428B113893E854767E626BC9CF860BDF49C2AC2DF56F3C1B6582B2597AC6E\""
// sampleFrom := 2423882

Expand All @@ -76,7 +76,7 @@ func TestSequencerCelestia_EVM(t *testing.T) {
url := "https://api-mocha.celenium.io/v1/block/count"
headerKey := "User-Agent"
headerValue := "Apidog/1.0.0 (https://apidog.com)"
rpcEndpoint := "http://rpc-mocha.pops.one:26657"
rpcEndpoint := "http://celestia-testnet-consensus.itrocket.net:26657"

cf := test.NewBuiltinChainFactory(zaptest.NewLogger(t), []*test.ChainSpec{
{
Expand Down Expand Up @@ -348,7 +348,7 @@ func TestSequencerCelestia_Wasm(t *testing.T) {
numRollAppVals := 1
nodeStore := "/home/celestia/light"
p2pNetwork := "mocha-4"
coreIp := "mocha-4-consensus.mesa.newmetric.xyz"
coreIp := "https://celestia-testnet-rpc.itrocket.net:443"
// trustedHash := "\"017428B113893E854767E626BC9CF860BDF49C2AC2DF56F3C1B6582B2597AC6E\""
// sampleFrom := 2423882

Expand All @@ -363,7 +363,7 @@ func TestSequencerCelestia_Wasm(t *testing.T) {
url := "https://api-mocha.celenium.io/v1/block/count"
headerKey := "User-Agent"
headerValue := "Apidog/1.0.0 (https://apidog.com)"
rpcEndpoint := "http://rpc-mocha.pops.one:26657"
rpcEndpoint := "http://celestia-testnet-consensus.itrocket.net:26657"

cf := test.NewBuiltinChainFactory(zaptest.NewLogger(t), []*test.ChainSpec{
{
Expand Down Expand Up @@ -643,14 +643,14 @@ func TestSequencerHubDisconnection_EVM(t *testing.T) {
numRollAppVals := 1
nodeStore := "/home/celestia/light"
p2pNetwork := "mocha-4"
coreIp := "mocha-4-consensus.mesa.newmetric.xyz"
coreIp := "https://celestia-testnet-rpc.itrocket.net:443"
// trustedHash := "\"017428B113893E854767E626BC9CF860BDF49C2AC2DF56F3C1B6582B2597AC6E\""
// sampleFrom := 2423882

url := "https://api-mocha.celenium.io/v1/block/count"
headerKey := "User-Agent"
headerValue := "Apidog/1.0.0 (https://apidog.com)"
rpcEndpoint := "http://rpc-mocha.pops.one:26657"
rpcEndpoint := "http://celestia-testnet-consensus.itrocket.net:26657"

cf := test.NewBuiltinChainFactory(zaptest.NewLogger(t), []*test.ChainSpec{
{
Expand Down Expand Up @@ -940,14 +940,14 @@ func TestSequencerHubDisconnection_Wasm(t *testing.T) {
numRollAppVals := 1
nodeStore := "/home/celestia/light"
p2pNetwork := "mocha-4"
coreIp := "mocha-4-consensus.mesa.newmetric.xyz"
coreIp := "https://celestia-testnet-rpc.itrocket.net:443"
// trustedHash := "\"017428B113893E854767E626BC9CF860BDF49C2AC2DF56F3C1B6582B2597AC6E\""
// sampleFrom := 2423882

url := "https://api-mocha.celenium.io/v1/block/count"
headerKey := "User-Agent"
headerValue := "Apidog/1.0.0 (https://apidog.com)"
rpcEndpoint := "http://rpc-mocha.pops.one:26657"
rpcEndpoint := "http://celestia-testnet-consensus.itrocket.net:26657"

cf := test.NewBuiltinChainFactory(zaptest.NewLogger(t), []*test.ChainSpec{
{
Expand Down Expand Up @@ -1193,4 +1193,4 @@ func TestSequencerHubDisconnection_Wasm(t *testing.T) {
isFinalized, err = dymension.WaitUntilRollappHeightIsFinalized(ctx, rollapp1.GetChainID(), rollappHeight, 600)
require.NoError(t, err)
require.True(t, isFinalized)
}
}
Loading