solana-program-library/themis/client_ristretto
Greg Fitzgerald b4bbe11568
Use ristretto_mul builtin to stay below BPF instruction limit (#575)
* Use ristretto_mul builtin to stay below BPF instruction limit

* Test against a full local validator

There's now three levels of integration test:

* local_e2e uses a native program and tests with a single Bank instance.
  This configuration is simplest to compile and offers the best error
  messages.

* validator_e2e uses a BPF program and tests with a single Validator
instance.
  This configuration allows us to test new validator functionality
  before it's released without having to spin up nodes manually.

* examples/tps.rs uses whatever cluster the Solana CLI points to,
  which may be devnet, testnet, mainnet-beta or a cluster of your
  own.
2020-10-09 16:55:45 -06:00
..
examples Use ristretto_mul builtin to stay below BPF instruction limit (#575) 2020-10-09 16:55:45 -06:00
src Use ristretto_mul builtin to stay below BPF instruction limit (#575) 2020-10-09 16:55:45 -06:00
tests Use ristretto_mul builtin to stay below BPF instruction limit (#575) 2020-10-09 16:55:45 -06:00
Cargo.toml Use ristretto_mul builtin to stay below BPF instruction limit (#575) 2020-10-09 16:55:45 -06:00
build.rs Add Ristretto version of THEMIS (#566) 2020-10-05 18:49:38 -06:00