issues
search
Near-One
/
rainbow-token-connector
ERC-20/NEP-141 Token Connector for Rainbow Bridge
62
stars
18
forks
source link
FT connector: improvements, add more tests
#151
Closed
karim-en
closed
2 years ago
karim-en
commented
2 years ago
Add a function to remove an account from the whitelist;
Use
sender_id
instead of
signer_id
in the
ft_on_transfer
to check if the account whitelisted;
Add FT locker tests to CI;
Add tests for whitelisting functionality.
sender_id
instead ofsigner_id
in theft_on_transfer
to check if the account whitelisted;