Skip to content

Releases: Near-One/fast-bridge-protocol

0.2.1

12 Jan 04:26
09cbfed
Compare
Choose a tag to compare
NEAR: update Rust to v1.66.1 (#31)

0.2.0

12 Jan 03:52
9dc799e
Compare
Choose a tag to compare
NEAR: change `pending_transfers` type, add getter (#30)

* change the `pending_transfers` type from `LookupMap` to `UnorderedMap`.
* add the `get_pending_transfers()` method, which allows getting a given number of pending transfers starting from the provided index.

0.1.0

06 Jan 04:36
2249151
Compare
Choose a tag to compare
Refund on `ft_on_transfer` with `init_transfer` (#24)

* Refund FT tokens if `init_transfer` fails.
* Simplify the token refunding mechanism.
* Fix tests.