Skip to content

v1.7.0

Compare
Choose a tag to compare
@jjyr jjyr released this 03 Nov 08:29
· 550 commits to develop since this release

What's Changed

Added

  • feat: add rewind-to-last-valid-block subcommand by @sopium in #832
  • feat: add syscalls using Barreto-Naehrig (BN) curve construction by @Flouse in #808

Fixed

  • fix(mem-pool): insert re-injected withdrawals to db by @sopium in #828
  • fix(mem-pool): remove re-injected failed txs in mem pool by @zeroqn in #831
  • fix(tools): fee rate is 0 in config file generated by tools by @zeroqn in #830
  • fix: delete withdrawal info when detach block by @sopium in #833
  • fix: check block size and retry if too large by @sopium in #834
  • fix(rpc): don't return bad blocks by @sopium in #821

Others

  • chore: cleanup unused code, the total capacity check is handled by the withdrawal::Generator::include_and_verify by @jjyr in #823
  • chore: update image in fetch-binaries.sh by @Flouse in #829

Full Changelog: v1.7.0-rc2...v1.7.0