-
Notifications
You must be signed in to change notification settings - Fork 192
Description
panic: BTC/USD: Ticker not found in market map
goroutine 1 [running]:
github.com/dydxprotocol/v4-chain/protocol/x/prices.InitGenesis({{0x10709c838, 0x1095cd1e8}, {0x1070bfee0, 0x14002082a00}, {{0x0, 0x0}, {0x14005ec2cf0, 0x11}, 0x0, {0x31d7c40, ...}, ...}, ...}, ...)
github.com/dydxprotocol/v4-chain/protocol/x/prices/genesis.go:23 +0x428
github.com/dydxprotocol/v4-chain/protocol/x/prices.AppModule.InitGenesis({{{0x1070c0030, 0x14001a4ae90}}, {{0x1070c0030, 0x14001a4ae90}, {0x107068968, 0x14001258d38}, 0x14001259230, {0x107054fa0, 0x1095cd1e8}, {0x1070b0a50, ...}, ...}, ...}, ...)
github.com/dydxprotocol/v4-chain/protocol/x/prices/module.go:145 +0x100
github.com/cosmos/cosmos-sdk/types/module.(*Manager).InitGenesis(, {{0x10709c838, 0x1095cd1e8}, {0x1070bfee0, 0x14002082a00}, {{0x0, 0x0}, {0x14005ec2cf0, 0x11}, 0x0, ...}, ...}, ...)
github.com/cosmos/cosmos-sdk@v0.50.11/types/module/module.go:505 +0x514
github.com/dydxprotocol/v4-chain/protocol/app.(*App).InitChainer(, {{0x10709c838, 0x1095cd1e8}, {0x1070bfee0, 0x14002082a00}, {{0x0, 0x0}, {0x14005ec2cf0, 0x11}, 0x0, ...}, ...}, ...)
github.com/dydxprotocol/v4-chain/protocol/app/app.go:1881 +0x1a8
github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).InitChain(0x1400181c008, 0x140008e2fc0)
github.com/cosmos/cosmos-sdk@v0.50.11/baseapp/abci.go:108 +0x534
github.com/cosmos/cosmos-sdk/server.cometABCIWrapper.InitChain(...)
github.com/cosmos/cosmos-sdk@v0.50.11/server/cmt_abci.go:32
github.com/cometbft/cometbft/abci/client.(*unsyncLocalClient).InitChain(0x140011bc1e0?, {0x10709ce20?, 0x1095cd1e8?}, 0x109e485b8?)
github.com/cometbft/cometbft@v0.38.15/abci/client/unsync_local_client.go:99 +0x30
github.com/cometbft/cometbft/proxy.(*appConnConsensus).InitChain(0x140016a4b70, {0x10709ce20, 0x1095cd1e8}, 0x140008e2fc0)
github.com/cometbft/cometbft@v0.38.15/proxy/app_conn.go:78 +0x124
github.com/cometbft/cometbft/consensus.(*Handshaker).ReplayBlocksWithContext(, {, }, {{{0xb, 0x0}, {0x105ccc42b, 0x6}}, {0x14005ec2cf0, 0x11}, 0x1, ...}, ...)
github.com/cometbft/cometbft@v0.38.15/consensus/replay.go:337 +0xbe8
github.com/cometbft/cometbft/consensus.(*Handshaker).HandshakeWithContext(0x140020419c8, {0x10709cd78, 0x14001662690}, {0x1070c5d78, 0x14000f48d20})
github.com/cometbft/cometbft@v0.38.15/consensus/replay.go:274 +0x360
github.com/cometbft/cometbft/node.doHandshake({, }, {, }, {{{0xb, 0x0}, {0x105ccc42b, 0x6}}, {0x14005ec2cf0, 0x11}, ...}, ...)
github.com/cometbft/cometbft@v0.38.15/node/setup.go:182 +0x118
github.com/cometbft/cometbft/node.NewNodeWithContext({0x10709cd78, 0x14001662690}, 0x14000a6e780, {0x107074a30, 0x14002e8c1e0}, 0x14001befd10, {0x107055ca0, 0x14001befe50}, 0x14001694580, 0x107036c50, ...)
github.com/cometbft/cometbft@v0.38.15/node/node.go:350 +0x3fc
github.com/cosmos/cosmos-sdk/server.startCmtNode({0x10709cd78, 0x14001662690}, 0x14000a6e780, {0x1070e86b0, 0x14001bf4008}, 0x14001480480)
github.com/cosmos/cosmos-sdk@v0.50.11/server/start.go:368 +0x2cc
github.com/cosmos/cosmos-sdk/server.startInProcess({, _}, , {{{0x1400041a5a0, 0x5c}, 0x0, {0x1400634f7f8, 0x7}, {0x105d4aeb0, 0x1}, ...}, ...}, ...)
github.com/cosmos/cosmos-sdk@v0.50.11/server/start.go:314 +0x138
github.com/cosmos/cosmos-sdk/server.start({, _}, _, {{0x0, 0x0, 0x0}, {0x1070c9b38, 0x1400635ec90}, 0x0, {0x1400633e720, ...}, ...}, ...)
github.com/cosmos/cosmos-sdk@v0.50.11/server/start.go:232 +0x210
github.com/cosmos/cosmos-sdk/server.StartCmdWithOptions.func2.1()
github.com/cosmos/cosmos-sdk@v0.50.11/server/start.go:190 +0x64
github.com/cosmos/cosmos-sdk/server.wrapCPUProfile(0x14001480480, 0x1400008f9f0)
github.com/cosmos/cosmos-sdk@v0.50.11/server/start.go:567 +0x16c
github.com/cosmos/cosmos-sdk/server.StartCmdWithOptions.func2(0x140061c0008, {0x14001c39080?, 0x0?, 0x4?})
github.com/cosmos/cosmos-sdk@v0.50.11/server/start.go:189 +0x1a0
github.com/spf13/cobra.(*Command).execute(0x140061c0008, {0x14001c39040, 0x4, 0x4})
github.com/spf13/cobra@v1.8.1/command.go:985 +0x834
github.com/spf13/cobra.(*Command).ExecuteC(0x140061a0008)
github.com/spf13/cobra@v1.8.1/command.go:1117 +0x344
github.com/spf13/cobra.(*Command).Execute(...)
github.com/spf13/cobra@v1.8.1/command.go:1041
github.com/spf13/cobra.(*Command).ExecuteContext(...)
github.com/spf13/cobra@v1.8.1/command.go:1034
github.com/cosmos/cosmos-sdk/server/cmd.Execute(0x140061a0008, {0x105cdf1fb, 0xd}, {0x14001c87ce0, 0x1f})
github.com/cosmos/cosmos-sdk@v0.50.11/server/cmd/execute.go:34 +0x154
main.main()
github.com/dydxprotocol/v4-chain/protocol/cmd/dydxprotocold/main.go:22 +0x84