Skip to content

Releases: fystack/mpcium

v.0.1.4: EDDSA signing

19 May 04:31

Choose a tag to compare

  • Supporting EDDSA signing
  • Add script to add prefix ecdsa for exisitng keyinfos in Consul

What's Changed

Full Changelog: v0.1.3...v0.1.4

v0.1.3 EDDSA support

14 May 14:57

Choose a tag to compare

  • Support EDDSA key generation
  • Add script to migrate keys of existing keys

Full Changelog: v0.1.2...v0.1.3

v0.1.2 Rise

16 Mar 01:29

Choose a tag to compare

  • Upgrade tss-lib to v2 View
  • Track ready nodes, reduce readiness period to 1 second View
  • Implement keyinfo store View
  • Threshold validation, allow t+1 peers to create signing session View
  • Refine log View
  • Change default threshhold to 1 View

v.0.1.1: Emerge - Jetstream integration, stable mpc node communication

05 Feb 02:59

Choose a tag to compare

  • Implement success queue with Jetstream for better message durability
  • Improve logging with Round info, fix log pollution
  • Move some repetitive code from both KeyGen session and Signing sesssion to the generic session
  • Fix these critical bugs:
    #11
    #9
  • Clean up resources after a session completes
  • Add retry package for sending NATs direct message with request/reply pattern

v.0.1.0 The dawn

22 Dec 13:25

Choose a tag to compare

  • Initial TSS node implementation that supports key generation, signature generation.
  • Support saving key shares to Badger DB
  • Service discover with Consul
  • Communicate with Apex through NATs
  • Stable performance