You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Pending
Special thanks to external contributors with PRs included in this release:
BREAKING CHANGES:
FEATURES:
- #2310 Mempool is now aware of the MaxGas requirement
IMPROVEMENTS:
- [libs/db] #2371 Output error instead of panic when the given db_backend is not initialised (@bradyjoestar)
- [mempool] #2399 Make mempool cache a proper LRU (@bradyjoestar)
- [types] add Address to GenesisValidator #1714
- [metrics]
consensus.block_interval_metrics
is now gauge, not histogram (you will be able to see spikes, if any)
BUG FIXES:
- [node] #2294 Delay starting node until Genesis time