Created
January 11, 2025 15:04
-
-
Save jmikedupont2/f6d3a4584c855e94552c0dda59858727 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INF initializing upgrade `v0.32.0` | |
INF initializing upgrade `v0.34.0` | |
INF initializing upgrade `v0.24.0` | |
INF initializing upgrade `akash_v0.15.0_cosmos_v0.44.x` | |
INF initializing upgrade `v0.20.0` | |
INF initializing upgrade `v0.26.0` | |
INF initializing upgrade `v0.28.0` | |
INF initializing upgrade `v0.30.0` | |
INF starting node with ABCI Tendermint in-process | |
INF service start impl=multiAppConn module=proxy msg={} | |
INF service start connection=query impl=localClient module=abci-client msg={} | |
INF service start connection=snapshot impl=localClient module=abci-client msg={} | |
INF service start connection=mempool impl=localClient module=abci-client msg={} | |
INF service start connection=consensus impl=localClient module=abci-client msg={} | |
INF service start impl=EventBus module=events msg={} | |
INF service start impl=PubSub module=pubsub msg={} | |
INF service start impl=IndexerService module=txindex msg={} | |
INF ABCI Handshake App Info hash= height=0 module=consensus protocol-version=0 software-version=v0.34.1 | |
INF ABCI Replay Blocks appHeight=0 module=consensus stateHeight=0 storeHeight=0 | |
INF asserting crisis invariants inv=1/11 module=x/crisis name=gov/module-account | |
INF asserting crisis invariants inv=2/11 module=x/crisis name=distribution/nonnegative-outstanding | |
INF asserting crisis invariants inv=3/11 module=x/crisis name=distribution/can-withdraw | |
INF asserting crisis invariants inv=4/11 module=x/crisis name=distribution/reference-count | |
INF asserting crisis invariants inv=5/11 module=x/crisis name=distribution/module-account | |
INF asserting crisis invariants inv=6/11 module=x/crisis name=staking/module-accounts | |
INF asserting crisis invariants inv=7/11 module=x/crisis name=staking/nonnegative-power | |
INF asserting crisis invariants inv=8/11 module=x/crisis name=staking/positive-delegation | |
INF asserting crisis invariants inv=9/11 module=x/crisis name=staking/delegator-shares | |
INF asserting crisis invariants inv=10/11 module=x/crisis name=bank/nonnegative-outstanding | |
INF asserting crisis invariants inv=11/11 module=x/crisis name=bank/total-supply | |
INF asserted all invariants duration=190.654695 height=0 module=x/crisis | |
INF created new capability module=ibc name=ports/transfer | |
INF port binded module=x/ibc/port port=transfer | |
INF claimed capability capability=1 module=transfer name=ports/transfer | |
panic: unknown field "deployment_min_deposit" in v1beta3.Params | |
goroutine 1 [running]: | |
github.com/cosmos/cosmos-sdk/codec.(*ProtoCodec).MustUnmarshalJSON(0xc0034a8780?, {0xc00005fe00?, 0x21fc640?, 0xc0034a8780?}, {0x2c452c0?, 0xc0034a88a0?}) | |
github.com/cosmos/[email protected]/codec/proto_codec.go:178 +0x3b | |
github.com/akash-network/node/x/deployment.AppModule.InitGenesis({{{0x2c6fef0, 0xc0002f3cd0}}, {0x2c71f00, 0xc001080000}, {0x743700134f98, 0xc0001301b0}, {0x743700134fc0, 0xc000130090}, {0x2c7ccf0, 0xc000ec6580}, ...}, ...) | |
github.com/akash-network/node/x/deployment/module.go:180 +0x94 | |
github.com/cosmos/cosmos-sdk/types/module.(*Manager).InitGenesis(_, {{0x2c5a798, 0x3fd8de0}, {0x2c6a0c8, 0xc0004b0740}, {{0x0, 0x0}, {0xc0002f0030, 0xa}, 0x0, ...}, ...}, ...) | |
github.com/cosmos/[email protected]/types/module/module.go:327 +0x227 | |
github.com/akash-network/node/app.(*AkashApp).InitChainer(_, {{0x2c5a798, 0x3fd8de0}, {0x2c6a0c8, 0xc0004b0740}, {{0x0, 0x0}, {0xc0002f0030, 0xa}, 0x0, ...}, ...}, ...) | |
github.com/akash-network/node/app/app.go:525 +0x1ee | |
github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).InitChain(0xc000376700, {{0x0, 0xed7d832f0, 0x0}, {0xc0002f0030, 0xa}, 0xc0003d9080, {0xc00027f200, 0x40, 0x40}, ...}) | |
github.com/cosmos/[email protected]/baseapp/abci.go:63 +0x475 | |
github.com/tendermint/tendermint/abci/client.(*localClient).InitChainSync(0xc0000e5860, {{0x0, 0xed7d832f0, 0x0}, {0xc0002f0030, 0xa}, 0xc0003d9080, {0xc00027f200, 0x40, 0x40}, ...}) | |
github.com/tendermint/[email protected]/abci/client/local_client.go:272 +0x102 | |
github.com/tendermint/tendermint/proxy.(*appConnConsensus).InitChainSync(0xc000309168?, {{0x0, 0xed7d832f0, 0x0}, {0xc0002f0030, 0xa}, 0xc0003d9080, {0xc00027f200, 0x40, 0x40}, ...}) | |
github.com/tendermint/[email protected]/proxy/app_conn.go:77 +0x55 | |
github.com/tendermint/tendermint/consensus.(*Handshaker).ReplayBlocks(_, {{{0xb, 0x0}, {0x22f1c07, 0x7}}, {0xc0002f0030, 0xa}, 0x1, 0x0, {{0x0, ...}, ...}, ...}, ...) | |
github.com/tendermint/[email protected]/consensus/replay.go:319 +0xe98 | |
github.com/tendermint/tendermint/consensus.(*Handshaker).Handshake(0xc001671bc0, {0x2c6ca08, 0xc0002504e0}) | |
github.com/tendermint/[email protected]/consensus/replay.go:268 +0x3a8 | |
github.com/tendermint/tendermint/node.doHandshake({_, _}, {{{0xb, 0x0}, {0x22f1c07, 0x7}}, {0xc0002f0030, 0xa}, 0x1, 0x0, ...}, ...) | |
github.com/tendermint/[email protected]/node/node.go:329 +0x199 | |
github.com/tendermint/tendermint/node.NewNode(0xc00021c500, {0x2c41b40, 0xc000270e60}, 0xc001140760, {0x2c36a00, 0xc0004c08b8}, 0x0?, 0x0?, 0xc0016729a8, {0x2c5a728, ...}, ...) | |
github.com/tendermint/[email protected]/node/node.go:779 +0x557 | |
github.com/cosmos/cosmos-sdk/server.startInProcess(_, {{0x0, 0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, {0x2c5fed0, 0xc0001278f0}, ...}, ...) | |
github.com/cosmos/[email protected]/server/start.go:280 +0x897 | |
github.com/cosmos/cosmos-sdk/server.StartCmd.func2(0xc0006dd800?, {0xc0006bd640?, 0x0?, 0x1?}) | |
github.com/cosmos/[email protected]/server/start.go:128 +0x1e8 | |
github.com/spf13/cobra.(*Command).execute(0xc000fc4300, {0xc0006bd620, 0x1, 0x1}) | |
github.com/spf13/[email protected]/command.go:983 +0xabc | |
github.com/spf13/cobra.(*Command).ExecuteC(0xc000424900) | |
github.com/spf13/[email protected]/command.go:1115 +0x3ff | |
github.com/spf13/cobra.(*Command).Execute(...) | |
github.com/spf13/[email protected]/command.go:1039 | |
github.com/spf13/cobra.(*Command).ExecuteContext(...) | |
github.com/spf13/[email protected]/command.go:1032 | |
github.com/akash-network/node/cmd/akash/cmd.Execute(0x3efed98?, {0x22eea3a, 0x5}) | |
github.com/akash-network/node/cmd/akash/cmd/root.go:113 +0x1e8 | |
main.main() | |
github.com/akash-network/node/cmd/akash/main.go:17 +0x25 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment