v0.7.1
What's Changed
- abci,kwild: write in-memory cometbft confs to disk for inspect (69adf12). The
cometbft
command line application'sinspect
androllback
commands are supported on the "abci" subfolder ofkwild
's root directory, while the node is stopped. A rollback will require recreating the entire PostgreSQL database to replace all blocks. - engine: create a max procedure call stack depth (b74380e). Limit action recursion depth.
- sql,pg,engine: rework sql interfaces (6ef9117). This internal change does not affect users or node operation.
- abci,txapp,kwild: new chain meta store (5dc2d6b, ff06172). Migrate the applications metadata store, which contains current best block, into the PostgreSQL tables with the other application data. This prevents a number of deployment gotchas.
- server,pg: fix shutdown sequence (8326adf). This makes shutdown more robust, preventing a possible apphash computation error for a block being finalized during shutdown.
Full Changelog: v0.7.0...v0.7.1