This release brings prioritized mempool to Optimint.
From usability perspective, namespace_id is now passed only once (as --optimint.namespace_id).
What's Changed
- Wrap errors returned from Store by @mauriceLC92 in https://github.com/celestiaorg/optimint/pull/404
- fix: stronger and more explicit linter options by @tzdybal in https://github.com/celestiaorg/optimint/pull/267
- fix: saving block height after committing validators to db by @distractedm1nd in https://github.com/celestiaorg/optimint/pull/474
- ci: remove duplicate linters by @rootulp in https://github.com/celestiaorg/optimint/pull/475
- chore: move initGenesisChunks call into GetGenesisChunks by @distractedm1nd in https://github.com/celestiaorg/optimint/pull/473
- feat: prioritized mempool by @tzdybal in https://github.com/celestiaorg/optimint/pull/480
- build(deps): bump google.golang.org/protobuf from 1.28.0 to 1.28.1 by @dependabot in https://github.com/celestiaorg/optimint/pull/485
- feat: support Commit gossiping on P2P level by @tzdybal in https://github.com/celestiaorg/optimint/pull/486
- feat: pass namespace ID to DA layers by @tzdybal in https://github.com/celestiaorg/optimint/pull/492
- test: enable TestUnconfirmedTxsLimit by @tzdybal in https://github.com/celestiaorg/optimint/pull/493
- deps: update to go-libp2p v0.21.0 by @tzdybal in https://github.com/celestiaorg/optimint/pull/494
New Contributors
- @distractedm1nd made their first contribution in https://github.com/celestiaorg/optimint/pull/474
- @rootulp made their first contribution in https://github.com/celestiaorg/optimint/pull/475
Full Changelog: https://github.com/celestiaorg/optimint/compare/v0.3.4...v0.3.5