You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moreover, in the README of the new repository you can read:
All contracts are not code reviewed, come as is, have no guarantees.
We should code-review and pin a particular commit, since token-connector is a security critical application.
Another option is to add reference vanilla implementation of Fungible Token to core-contracts where only sound and maintained contracts are kept as suggested in near/near-sdk-rs#289 (comment)
The code for this library is moving to near-sdk-rs in this PR: near/near-sdk-rs#275
This PR was blocked on fixing simulation. There might be some other blockers there, I'm not sure.
Plus the FT standard will get upgraded to 141 from 21, which means this repo should also upgrade with that change.
At the moment
bridge-token-factory
is usingnear-lib
:The dependency is outdated, @ilblackdragon moved the code here. We need to update the dependency.
The text was updated successfully, but these errors were encountered: