Skip to content

Latest commit

 

History

History
485 lines (258 loc) · 36.5 KB

CHANGELOG.md

File metadata and controls

485 lines (258 loc) · 36.5 KB

Changelog

2.4.1 (2024-09-18)

Bug Fixes

2.4.0 (2024-09-16)

Features

Bug Fixes

  • remove invalid frost resharing (#363) (491f4f4)
  • remove peer as well as addresses from peerstore (#359) (fca7423)

2.3.0 (2024-09-03)

Features

Bug Fixes

Miscellaneous

2.2.0 (2024-07-24)

Features

  • btc fee collection (#299) (9eeff52)
  • enable starting multiple tss processes with the same peer subset (#331) (f65b16f)
  • unlock pending btc proposals when doing retry (#319) (5c67c79)

Bug Fixes

Miscellaneous

2.1.2 (2024-06-21)

Bug Fixes

  • Stop tssProcess only once in coordinator.execute function (#276) (d2e83e9)

Miscellaneous

2.1.1 (2024-06-14)

Bug Fixes

  • add timeout for frost outbound messages (#301) (53c63a0)

Miscellaneous

2.1.0 (2024-06-11)

Features

2.0.4 (2024-05-29)

Bug Fixes

  • refresh coordinator being outside the peerstore (#283) (9dfee13)

Miscellaneous

2.0.3 (2024-05-20)

Miscellaneous

2.0.2 (2024-04-18)

Bug Fixes

  • use existing message channel for substrate network event handlers (#272) (a592ef7)

2.0.1 (2024-04-15)

Bug Fixes

2.0.0 (2024-04-12)

⚠ BREAKING CHANGES

  • sygma core refactor (#256)

Features

Bug Fixes

  • avoid blocking when refresh and keygen fail (#266) (3bce952)
  • duplicate and missing message ids (#268) (bdf6519)

Miscellaneous

1.11.0 (2024-03-21)

Features

1.10.4 (2024-01-31)

Miscellaneous

1.10.3 (2024-01-11)

Miscellaneous

1.10.2 (2023-11-30)

Miscellaneous

1.10.1 (2023-10-19)

Bug Fixes

Miscellaneous

1.10.0 (2023-10-10)

Features

Miscellaneous

1.9.1 (2023-09-04)

Bug Fixes

Miscellaneous

1.9.0 (2023-09-01)

Features

  • calculate gas based on proposal count (#202) (3da4977)

Bug Fixes

Miscellaneous

1.8.1 (2023-06-28)

Bug Fixes

  • substrate metadata update event not caught (#198) (ce0b9bc)

1.8.0 (2023-06-26)

Features

  • mainnet deployment pipeline with release tags (#196) (3977179)

Miscellaneous

1.7.0 (2023-06-07)

Features

  • update otlp sdk version and add metric tags (#192) (ba919d6)

Bug Fixes

  • fix extrinsic failed event not throwing error (#191) (c45f3ee)

1.6.0 (2023-05-31)

Features

  • wait until executions are over before exiting (#179) (d396d6f)

Bug Fixes

  • end singing tss process after signature is received (#183) (36b6c6f)
  • fix bug of calculateBock panic when latestBlock is true (#182) (82c222c)

Miscellaneous

1.5.1 (2023-05-19)

Miscellaneous

1.5.0 (2023-05-15)

Features

  • add relayerID and instance env to configuration to use in metrics (#165) (d9c0860)
  • implement metrics (#153) (cea714e)
  • track substrate extrinsic status (#157) (eee465c)
  • update library versions (#172) (aba6d60)
  • use finalized head when indexing substrate (#161) (5bdcd42)
  • use structured concurrency for tss processes (#160) (986966f)

Bug Fixes

1.4.1 (2023-03-22)

Bug Fixes

Miscellaneous

1.4.0 (2023-03-20)

Features

  • improve logging (#136) (0958ec7)
  • topology encryption utils and refactor (#128) (9be4953)
  • unify SYG_DOM variables into a single SYG_CHAINS variable (#134) (5e08745)

Bug Fixes

  • fixing Topology file fetcher and related unit test (#138) (d619cda)
  • increase max gas price allowed by default (#133) (a8fad65)

Miscellaneous

  • add more debug logs for libp2p initialisation (#137) (54138a0)
  • Add shared configuration docs (#129) (1389a3b)

1.3.1 (2023-03-14)

Miscellaneous

1.3.0 (2023-03-03)

Features

  • check hash value of encrypted topology (#123) (f179194)

Miscellaneous

1.2.0 (2023-02-24)

Features

1.1.4 (2023-02-17)

Bug Fixes

1.1.3 (2023-02-02)

Miscellaneous

1.1.2 (2023-02-01)

Miscellaneous

  • refactor communication health check (#97) (a8039a2)

1.1.1 (2023-01-30)

Bug Fixes

Miscellaneous

1.1.0 (2023-01-23)

Features

  • Add substrate chain type (#42) (f2c40c0)
  • Add substrate connection (#51) (627e8fa)
  • add substrate event listener module (#46) (d46030b)
  • Add substrate message-handler (#65) (ec71361)
  • copy existing workflows to deploy to TESTNET (#59) (63fea85)
  • fetch topology from ipfs (#40) (8daa7e2)
  • Generate libp2p key command (#36) (27103c1)
  • Implement deposit(fungibleTransfer) event handler (#55) (23d2479)
  • integrate datadog in testnet relayers (#85) (206d325)
  • process permissionless generic messages sequentially (#41) (6933acb)
  • release pipeline (48a96eb)
  • shared configuration (#84) (eace2ad)
  • support for permissionless generic format v2 (#60) (3343708)

Bug Fixes

Miscellaneous