What's Changed
- chore: bump to 1.0.8 by @scottmillner in #650
- chore(git): don't track btc-server rpc binary by @scottmillner in #651
- fmt on all files by @rwlockbg in #655
- log(mint-event): change log level to debug by @scottmillner in #656
- fix: import debug by @scottmillner in #657
- feat: added checks on non-deterministic data and max tx size by @rwlockbg in #647
- fix: fixed all expects and unwraps in abci.rs by @rwlockbg in #645
- test(abci): refactor test_finalize_block_with_signed_tx by @scottmillner in #659
- fix(state-sync): flags default is false by @scottmillner in #660
- Feature/mainnet enable mainnet on startup by @scottmillner in #661
- fix(btc-server): add bitcoin as supported network by @scottmillner in #671
- fix(btc-server): set bitcoin pegin confirmation depth to 18 by @scottmillner in #672
- fixed malicious signing response with incorrect length by @rwlockbg in #666
- cleanup(authority): Remove Unused
authority/src/test_utils.rsby @lamafab in #665 - fixed overflow if pegout value is smaller than fee by @rwlockbg in #668
- Feature/pass block fee recipient address flag by @scottmillner in #662
- retry if consensus checkpoint fails by @rwlockbg in #669
- fix (pegin): don't allow duplicate proofs by @SatwikPrabhu in #674
- added amount validation to validate_psbt_by_output by @rwlockbg in #667
- Fix(Pegins): Return an error to invalidate pegin v1 with invalid ref block hash by @SatwikPrabhu in #673
- Fix(audit): Revert tx state changes that has invalid pegins/pegouts by @SatwikPrabhu in #664
- fix(primitives): handle invalid merkle block in
PeginData::validateby @lamafab in #677 - fix(validate_outputs): validate change output
scriptPubkeyexplicitly by @lamafab in #679 - Test(coin selection): Add pegout fee overflow test by @SatwikPrabhu in #680
- Test(pegins): Mint contract balance for invalid pegin proofs by @SatwikPrabhu in #681
- removed unused (stale) healthcheck request frost protocol message + fmt by @rwlockbg in #682
- Feature/pegouts enable conflicting inputs feature by @scottmillner in #652
- chore(chain): bump to v.1.0.7 by @scottmillner in #686
Full Changelog: v.1.0.7...v.1.0.8