Releases: sygmaprotocol/sygma-relayer
Releases · sygmaprotocol/sygma-relayer
v2.5.0
v2.4.1
v2.4.0
v2.3.0
v2.2.1-rc
2.2.1-rc (2024-08-19)
What's Changed
- chore: update fees docs by @MakMuftic in #343
- feat: Multiple GSRPC version support by @freddyli7 in #347
New Contributors
- @freddyli7 made their first contribution in #347
Full Changelog: v2.2.0...v2.2.1-rc
v2.2.0
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
- add fee estimate when calculating btc inputs (#311) (0ca3a1b)
- bad non zero check (#315) (90ab5eb)
- bump core to fix panic on invalid domain (#328) (34830ae)
- enforce proposal execution per resource (#309) (49a0777)
- fix typos (#313) (a3c54af)
- handle msg.To being empty properly (#312) (68a3acc)
- ignore refresh errors to prevent infinite loops (#332) (496e9ae)
- is proposal executed nonce (#335) (a966428)
- possible race condition (#316) (b9b5341)
- post audit fixes (#329) (d23d61d)
- reduce tx nonce collision chances (#314) (5431db5)
- remove ECDSA peer (#324) (3c4cbaa)
- schnorr signature hash missing leading zeroes (#341) (34f52b1)
- sort utxos by oldest to prevent mismatched messages (#317) (033b58a)
- update key threshold when doing frost resharing (#333) (f1e6db1)
- update sygma-core version (#321) (94429d4)