Created
October 7, 2022 14:39
-
-
Save jcstein/ce2f5b63408759d6ef7121e9174318bc to your computer and use it in GitHub Desktop.
Wordle chain stopping
This file contains 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
jcs @ ~/wordle % wordled start --rollmint.aggregator true --rollmint.da_layer celestia --rollmint.da_config='{"base_url":"http://localhost:26658","timeout":60000000000,"gas_limit":6000000}' --rollmint.namespace_id 000000000000FFFF --rollmint.da_start_height 100783 | |
10:36AM INF starting node with rollmint in-process | |
10:36AM INF service start impl=EventBus module=events msg={} | |
10:36AM INF service start impl=PubSub module=pubsub msg={} | |
badger 2022/10/07 10:36:45 INFO: All 58 tables opened in 6ms | |
badger 2022/10/07 10:36:45 INFO: Discard stats nextEmptySlot: 0 | |
badger 2022/10/07 10:36:45 INFO: Set nextTxnTs to 9280 | |
badger 2022/10/07 10:36:45 INFO: Deleting empty file: /Users/joshstein/.wordle/data/rollmint/000072.vlog | |
10:36AM INF service start impl=IndexerService module=txindex msg={} | |
10:36AM INF WARNING: using default DA block time DABlockTime=30000 module=BlockManager | |
10:36AM INF service start impl=RPC msg={} | |
10:36AM INF service start impl=Node msg={} | |
10:36AM INF starting P2P client | |
10:36AM INF serving HTTP listen address={"IP":"::","Port":26657,"Zone":""} | |
10:36AM INF listening on address=/ip4/10.0.0.171/tcp/26656/p2p/12D3KooWNdrwmm6sgcgRoBdfhaHBf2ZmXkfa6EY5EvxfPHUWTgHM module=p2p | |
10:36AM INF listening on address=/ip4/127.0.0.1/tcp/26656/p2p/12D3KooWNdrwmm6sgcgRoBdfhaHBf2ZmXkfa6EY5EvxfPHUWTgHM module=p2p | |
10:36AM INF no seed nodes - only listening for connections module=p2p | |
10:36AM INF starting Celestia Data Availability Layer Client baseURL=http://localhost:26658 module=da_client | |
10:36AM INF working in aggregator mode block time=30000 | |
10:36AM INF serve module=api-server msg={} | |
10:36AM INF Using pending block height=2315 module=BlockManager | |
panic: invalid height: 2315; expected: 2316 | |
goroutine 264 [running]: | |
github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).BeginBlock(_, {{0x14004367180, 0x20, 0x20}, {{0xb, 0x0}, {0x14001e9b778, 0x6}, 0x90b, {0x0, ...}, ...}, ...}) | |
/Users/joshstein/go/pkg/mod/github.com/celestiaorg/[email protected]/baseapp/abci.go:160 +0x978 | |
github.com/tendermint/tendermint/abci/client.(*localClient).BeginBlockSync(_, {{0x14004367180, 0x20, 0x20}, {{0xb, 0x0}, {0x14001e9b778, 0x6}, 0x90b, {0x0, ...}, ...}, ...}) | |
/Users/joshstein/go/pkg/mod/github.com/tendermint/[email protected]/abci/client/local_client.go:280 +0x110 | |
github.com/celestiaorg/rollmint/state.(*BlockExecutor).execute(_, {_, _}, {{{0xb, 0x0}, {0x140040368d8, 0x7}}, {0x140040368e0, 0x6}, 0x1, ...}, ...) | |
/Users/joshstein/go/pkg/mod/github.com/celestiaorg/[email protected]/state/executor.go:300 +0x2e4 | |
github.com/celestiaorg/rollmint/state.(*BlockExecutor).ApplyBlock(_, {_, _}, {{{0xb, 0x0}, {0x140040368d8, 0x7}}, {0x140040368e0, 0x6}, 0x1, ...}, ...) | |
/Users/joshstein/go/pkg/mod/github.com/celestiaorg/[email protected]/state/executor.go:131 +0xa0 | |
github.com/celestiaorg/rollmint/block.(*Manager).publishBlock(0x140019d66c0, {0x103dab2c8, 0x140001a8008}) | |
/Users/joshstein/go/pkg/mod/github.com/celestiaorg/[email protected]/block/manager.go:445 +0x5dc | |
github.com/celestiaorg/rollmint/block.(*Manager).AggregationLoop(0x140019d66c0, {0x103dab2c8, 0x140001a8008}) | |
/Users/joshstein/go/pkg/mod/github.com/celestiaorg/[email protected]/block/manager.go:176 +0xc0 | |
created by github.com/celestiaorg/rollmint/node.(*Node).OnStart | |
/Users/joshstein/go/pkg/mod/github.com/celestiaorg/[email protected]/node/node.go:224 +0x224 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment