issues
search
Near-One
/
omni-bridge
5
stars
3
forks
source link
[NEP141-Locker] Refactor locker contract
#17
Closed
karim-en
closed
2 months ago
karim-en
commented
2 months ago
Added logs on fin transfer (
FinTransferEvent
).
Added mock Prover & mock token.
Apply and check the storage deposit on fin transfer.
Added tests for storage deposit on fin transfer.
Added some TODO comments.
Verify that the
ProverId
is a
ChainKind
to prevent using non-default provers. (theoretically, we can support provers with id
Eth:Wormhole
)
Added bind token logic to map the token account with the address on the destination chain.
FinTransferEvent
).ProverId
is aChainKind
to prevent using non-default provers. (theoretically, we can support provers with idEth:Wormhole
)