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 #404
- fix: stronger and more explicit linter options by @tzdybal in #267
- fix: saving block height after committing validators to db by @distractedm1nd in #474
- ci: remove duplicate linters by @rootulp in #475
- chore: move initGenesisChunks call into GetGenesisChunks by @distractedm1nd in #473
- feat: prioritized mempool by @tzdybal in #480
- build(deps): bump google.golang.org/protobuf from 1.28.0 to 1.28.1 by @dependabot in #485
- feat: support Commit gossiping on P2P level by @tzdybal in #486
- feat: pass namespace ID to DA layers by @tzdybal in #492
- test: enable TestUnconfirmedTxsLimit by @tzdybal in #493
- deps: update to go-libp2p v0.21.0 by @tzdybal in #494
New Contributors
- @distractedm1nd made their first contribution in #474
- @rootulp made their first contribution in #475
Full Changelog: v0.3.4...v0.3.5