Skip to content

Releases: simone1999/sygma-core

Implemented batch sync

03 Dec 13:55
Compare
Choose a tag to compare

relayer now syncs up in batches of up to 100 blocks at a time. This drastically reduces sync speed and RPC requests as well as makes sure the relayer even keeps up with chains that have tight block intervals or slow RPCs

channeled deposit hash and block through

10 Nov 22:54
Compare
Choose a tag to compare

channeled through deposit hash and block to the voter so potential voter implementations can implement further checks.

removed local Nonce handling

27 Oct 19:48
Compare
Choose a tag to compare
v0.1.5.3

just use queried nonce instead of manually increasing and managing it…

fixed double incremention of Nonce

24 Oct 17:13
Compare
Choose a tag to compare
v0.1.5.2

removed risk of double incrementing nonce

handling for zero address decimals

14 Oct 23:10
Compare
Choose a tag to compare

Zero address represents chains native coin. hardcoded decimals for this token to 18

different token decimals message processor

28 Sep 20:42
Compare
Choose a tag to compare

Added a message processor for tokens with different decimals that automatically recalculates the amounts depending on the on chain decimals of the bridged tokens.

ERC20Handler fee support

08 Sep 16:36
Compare
Choose a tag to compare
v0.1.2

ERC20Handler now can return amount to bridge instead of using amount …

Multiple Bridge handler

01 Sep 22:26
Compare
Choose a tag to compare

added the ability to use multiple handlers like ERC20Handler in the same bridge