v0.11.0
github-actions
released this
03 Nov 03:44
·
32847 commits
to master
since this release
General
- Crypto: optimize Joint-Feldman polynomial computations (#37) @tarakby
- Crypto: Update the keys check in BLS (#66) @tarakby
- Execution: Disable exec node extensive logging by default (#72) @ramtinms
- Execution: Remove old, unused Ledger (#70) @m4ksio
- Network: Remove network unicast log (#71) @zhangchiqing
- Misc: Truncate-database command line utility (#107) @m4ksio
- Misc: Command to create Staking & Networking keys for internal nodes (#96) @danuio
- Misc: Use
Restart=always
in examplesystemd
deploy files (#97) @jordanschalm - Misc: Adding more tx types to the benchmark loader utility (#68) @ramtinms
- Misc: Add metric to measure checkSealing duration (#84) @danuio
- Misc: Address index extraction (#77) @tarakby
- Misc: Enable require-one-approval flag (#41) @arrivets
Features
- Collection: Check address validity of transactions (#101) @jordanschalm
- Collection: Adding gas and byte size limits to collections (#91) @ramtinms
- Collection: Adding tx byte size limit for access/collection nodes (#90) @ramtinms
- Collection: Add rate limit by payer account (#67) @jordanschalm
- Network: Add custom discovery implementation (#78) @vishalchangrani
- Network: Epoch related network refactor changes (#48) @vishalchangrani
- Network: Handle routing transactions between clusters on epoch boundaries (#60) @jordanschalm
🐞 Bug Fixes
- Don't transfer spocks #4800 (#69) @m4ksio
- Fix transaction results operation (#114) @zhangchiqing
- Reload unexecuted blocks to execution queues on startup (#73) @zhangchiqing
- hotstuff error on equivocating proposal (#105) @AlexHentschel
- Fill Chunk.Index (#95) @m4ksio
- Execution result race condition (#82) @Kay-Zee
- Remove non-fatal error in execution node(#89) @zhangchiqing
- Removing unnecessary lock in libp2p AddPeer and RemovePeer (#87) @vishalchangrani
- Sealing: fix matching engine problems (#75) @arrivets
- Fix deadlock in protocol state events (#85) @jordanschalm
- Sealing hot-fix back-port and general revisions (#93) @AlexHentschel
- Execution queue, duplicate children bug fix (#79) @AlexHentschel
Test Updates
- Fix flakey libp2p test (#99) @yhassanzadeh13
- Fix error equality checking in collector test (#106) @jordanschalm
- Crypto: refactor the tests (#74) @tarakby