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
{{ message }}
This repository was archived by the owner on Mar 7, 2023. It is now read-only.
As part of BTP, The chains should implement SHA3-256 FIPS 202 and ECDSA Recovery Uncompressed public key for the smart contracts participating in the Network and NEAR protocol does not have the required implementation.
Suggestion
Add SHA3-256 FIPS 202 and ECDSA Recovery Uncompressed public key precompiles implementation to NEAR VM.
Progress
Implement precompile for SHA3-256 FIPS 202
Implement precompile for ECDSA Recovery Uncompressed public key
Description
As part of BTP, The chains should implement SHA3-256 FIPS 202 and ECDSA Recovery Uncompressed public key for the smart contracts participating in the Network and NEAR protocol does not have the required implementation.
Suggestion
Add SHA3-256 FIPS 202 and ECDSA Recovery Uncompressed public key precompiles implementation to NEAR VM.
Progress
near-sdk
nearcore
Unit testing Instructions
feature/protocol-feature-btp-precompile
branchcargo test --package="near-vm-logic" --all-features
The text was updated successfully, but these errors were encountered: