-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move Crypto contract on-chain #3619
Conversation
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:master commit 0b1fc2b Collapsed results for better readability
|
…an/3135-move-crypto-contract-onchain
…an/3135-move-crypto-contract-onchain
This is now ready to review @SupunS. onflow/flow-go#6571 shows how this will be integrated in flow-go, specifically https://github.com/onflow/flow-go/pull/6571/files#diff-10894ba9a96df76ec2d2c82e14b96a961ebb33dccd644e72d6752f490580a50eR96-R104 |
Closes #3135
Closes #1095
Description
Remove the
Crypto
contract from the Cadence codebase.The contract will move to the https://github.com/onflow/flow-core-contracts repository.
FVM will need to provide the code by looking it up from a chain-specific account (likely, the service account).
master
branchFiles changed
in the Github PR explorer