Skip to content

Alpha-1.1.0

Choose a tag to compare

@scottmillner scottmillner released this 14 May 15:39
· 296 commits to main since this release
3868b40

What's Changed

  • pref(abci): unnecessary read lock on the process proposal by @shumkov in #711
  • fix(frost_task): handle unwraps in DkgRunnerTask & set default timeout by @lamafab in #709
  • fix(coin_selection): use Segwit satisfaction weight instead of Taproot. by @lamafab in #712
  • cleanup(frost_task): add Frost Id lookup for DkgRunnerTask by @lamafab in #713
  • Revert "replace Taproot satisfaction weight with Segwit satisfaction … by @0xBEEFCAF3 in #714
  • fix(coordinator): sync blocks before getting pending pegouts for make_tx by @scottmillner in #718
  • fix(abci): potential panic if txs are exceeding max_tx_bytes by @shumkov in #710
  • fix(frost): infinite await on error by @shumkov in #715
  • ignore pegouts violating the fee overflow by @rwlockbg in #717
  • added db cleaner utility by @rwlockbg in #716
  • upgraded deps versions, some clean-up and removed unused deps by @rwlockbg in #720
  • fixed unwraps and added safe dks request message decoding by @rwlockbg in #723
  • added PeerMessageResponse error for frost task in order to drop conne… by @rwlockbg in #724
  • improve(coin_selection): consider output fees in UTXO input selection by @lamafab in #722
  • refactor(snapshot_size): reduce prod snapshot size by @scottmillner in #727
  • added proper error handling for blocking receiver in case of errors i… by @rwlockbg in #730
  • improve(DKG): Implement automatic session reset mechanism w/ verification by @lamafab in #729
  • chore(abci): comprehensive logging by @shumkov in #731
  • fix for missing tx on cometbft side by @rwlockbg in #728
  • Fix(psbt): insufficient psbt validation by @SatwikPrabhu in #725
  • chore(release): bump to 1.1.0 by @scottmillner in #732
  • refactor(abci): logging leftovers by @shumkov in #734

Full Changelog: v.1.0.10...v.1.1.0