-
Notifications
You must be signed in to change notification settings - Fork 664
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
Add keccak native support #2045
Add keccak native support #2045
Conversation
e55928c
to
b824fc9
Compare
Seems you need to run |
Please also update |
Codecov Report
@@ Coverage Diff @@
## staging #2045 +/- ##
==========================================
Coverage ? 87.05%
==========================================
Files ? 170
Lines ? 33909
Branches ? 0
==========================================
Hits ? 29520
Misses ? 4389
Partials ? 0
Continue to review full report at Codecov.
|
@k06a I got an error when trying to launch local testnet with this branch:
Not sure why it's needed in genesis. I thought we should be just using defaults. Something went wrong I guess |
@evgenykuzyakov try to erase |
…ol/nearcore into feature/keccak-native-support
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Published to crates.io. @k06a you can start using it in near-bindgen . It will automerge once CI completes.
Related to: near/near-sdk-rs#69