solana/runtime
Sean Young 8b9e472a6c feat: add ed25519 signature verify program
Solang requires a method for verify ed25519 signatures. Add a new
builtin program at address Ed25519SigVerify111111111111111111111111111
which takes any number of ed25519 signature, public key, and message.
If any of the signatures fails to verify, an error is returned.

The changes for the web3.js package will go into another commit, since
the tests test against a released solana node. Adding web3.js ed25519
testing will break CI.
2021-09-05 18:59:37 +01:00
..
benches Add solana-program-runtime crate (#19438) 2021-08-27 00:30:36 +00:00
src feat: add ed25519 signature verify program 2021-09-05 18:59:37 +01:00
store-tool chore: bump log from 0.4.11 to 0.4.14 (#18323) 2021-06-30 18:32:01 +00:00
tests stake: Remove v2 program references (#19308) 2021-08-20 01:08:44 -04:00
.gitignore
Cargo.toml feat: add ed25519 signature verify program 2021-09-05 18:59:37 +01:00
build.rs Remove frozen ABI modules from solana-sdk 2020-10-20 16:11:30 -07:00