Upgrade Notice
This candidate includes a fix to the PrepareProposal logic so that it doesn't automatically filter out vesting accounts that attempt to sign a transaction without having any funds outside of vested funds. It also includes a helper cli command for validators to register their evm address, some minor dep bumps, and additional log statements when block producers are filtering transactions.
This candidate is not consensus breaking and nodes should be able to upgrade as they see fit. Updates to celestia-node will be pushed soon.
What's Changed
- docs: consistent format for percentages in params.md (backport #2492) by @mergify in https://github.com/celestiaorg/celestia-app/pull/2525
- refactor(x/mint): initialize inflation decimals once (backport #2407) by @mergify in https://github.com/celestiaorg/celestia-app/pull/2513
- chore(deps): Bump github.com/celestiaorg/quantum-gravity-bridge from 2.0.0+incompatible to 2.1.0+incompatible (backport #2522) by @mergify in https://github.com/celestiaorg/celestia-app/pull/2526
- feat: add query qgb evm address by valoper address command (backport #2524) by @mergify in https://github.com/celestiaorg/celestia-app/pull/2527
- docs: add Informal Systems audit PDF (backport #2477) by @mergify in https://github.com/celestiaorg/celestia-app/pull/2530
- fix: add time to the sdk.Context used in PrepareProposal (backport #2515) by @mergify in https://github.com/celestiaorg/celestia-app/pull/2534
- chore(deps): Bump github.com/ethereum/go-ethereum from 1.12.2 to 1.13.1 (backport #2521) by @mergify in https://github.com/celestiaorg/celestia-app/pull/2529
- chore: remove unnecessary go mod tidy (backport #2537) by @mergify in https://github.com/celestiaorg/celestia-app/pull/2542
- chore: log filtered transactions and fix gas limits in tests (backport #2518) by @mergify in https://github.com/celestiaorg/celestia-app/pull/2539
Full Changelog: https://github.com/celestiaorg/celestia-app/compare/v1.0.0-rc15...v1.0.0-rc16