Skip to content

mpc-net: v0.2.0

Compare
Choose a tag to compare
@taceo-bot taceo-bot released this 12 Nov 15:21
3339a48

0.2.0 (2024-11-12)

⚠ BREAKING CHANGES

  • MpcNetworkHandler::establish now takes the config with already read certs and key.
  • Refactor to better handle new networking with forks

Bug Fixes

  • add gracefull shutdown ensure all data received from the quinn stack (a9cbcbf)
  • fixed read task breaking too early, caused error during proof gen (6a8e829)
  • install rustls default crypto provider in our main binaries & examples (#238) (78757e4)
  • now quinn server timeouts after 60 seconds (#256) (cbc5905)

Code Refactoring

  • Refactor to better handle new networking with forks (ce8fef9)
  • split network config into two types (dca1756)