Skip to content

v0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Nov 03:44
· 29391 commits to master since this release
fed56cf

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 example systemd 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

🐞 Bug Fixes

Test Updates