solana-program-library/token-swap/program/fuzz/src
Jon Cinque beb4aa7e7f
spl-math: Add separate package to test instruction usage (#1205)
* Refactor to use spl-math

* Run cargo fmt

* Fixup fuzz

* Add spl math program

* Add u64-based approximation

* Cleanup

* Downgrade solana sdk for CI

* Move U256 impl to stable curve

* Remove generic newtonian, use traits

* Cargo fmt

* Move math/program -> libraries/math

* Revert Cargo.lock changes

* Add u128 instruction count tests

* cargo fmt
2021-02-10 17:40:54 +01:00
..
instructions.rs spl-math: Add separate package to test instruction usage (#1205) 2021-02-10 17:40:54 +01:00
lib.rs token-swap: Add fuzzer for swap / withdraw / deposit (#875) 2020-11-30 13:01:31 +01:00
native_account_data.rs token-swap: Add fuzzer for swap / withdraw / deposit (#875) 2020-11-30 13:01:31 +01:00
native_processor.rs token-swap: Add fuzzer for swap / withdraw / deposit (#875) 2020-11-30 13:01:31 +01:00
native_token.rs swap: Add rounding correction for deposit / withdraw (#1061) 2021-01-15 18:17:27 +01:00
native_token_swap.rs token-swap: Add version to state (#985) 2021-02-04 15:22:33 +01:00