v1.7.0
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