diff --git a/.changelog/unreleased/bug-fixes/1182-dont-persist-genesis-on-init-chain.md b/.changelog/unreleased/bug-fixes/1182-dont-persist-genesis-on-init-chain.md new file mode 100644 index 00000000000..179f39c7ca5 --- /dev/null +++ b/.changelog/unreleased/bug-fixes/1182-dont-persist-genesis-on-init-chain.md @@ -0,0 +1,4 @@ +- Fixed the init-chain handler to stop committing state to the DB + as it may be re-applied when the node is shut-down before the + first block is committed, leading to an invalid genesis state. + ([#1182](https://github.com/anoma/namada/pull/1182)) \ No newline at end of file