Dependency Updates
- Update to Cadence v0.9.2 (#53) @turbolent
🛠 Improvements
- Networking: Migrate from deprecated Submit() in network conduit (#59) @m4ksio
- Networking: unicast timeout (#62) @vishalchangrani
- Crypto: panic if BLS init fails (#56) @tarakby
- Crypto: update BLS keys check (#33) @tarakby
- All: Remove Testnet Restrictions (#55) @Kay-Zee
- Crypto: BLS multi-signature verification with distinct messages and public keys (#20) @tarakby
- Storage: Adding missing tests to the ledger package (#54) @ramtinms
- Crypto: BLS batch verification of the same message (#3) @tarakby
🐞 Bug Fixes
- Verification: Size reduction check for mempools (#61) @yhassanzadeh13
- Consensus: Hot-fix for the blocking transmission (#58) @AlexHentschel
- Storage: Ledger migration fixes (#49) @m4ksio
- Storage: Add SkipDuplicates for tx result and event storage (#52) @ramtinms
- Execution: exec node mergeView fixes (#50) @ramtinms
⭐ Features
- Networking: Include nodes from next epoch in applicable messages (#51) @jordanschalm