solana-program-library/libraries/math/src
Jon Cinque 21f8af34e7
Update all solana dependencies to 1.7.3, fix issues (#1958)
* Update all dependencies to 1.7.3, fix issues

* Remove esm from mocha

* Fix missed token test

* Also update rust version

* token-swap: update tolerance on sim test

* Run `cargo clippy --fix` for needless_borrow errors

* Rerun cargo fmt
2021-06-25 00:39:08 +02:00
..
approximations.rs math: Improve sqrt using bit-wise operations (#1562) 2021-04-05 14:48:27 +02:00
checked_ceil_div.rs stake-pool: Use checked_ceil_div for withdraw calc (#1482) 2021-03-23 00:33:51 +01:00
entrypoint.rs spl-math: Add separate package to test instruction usage (#1205) 2021-02-10 17:40:54 +01:00
error.rs spl-math: Add separate package to test instruction usage (#1205) 2021-02-10 17:40:54 +01:00
instruction.rs Fix float measurements (#1613) 2021-04-21 00:33:49 +00:00
lib.rs stake-pool: Use checked_ceil_div for withdraw calc (#1482) 2021-03-23 00:33:51 +01:00
precise_number.rs Update all solana dependencies to 1.7.3, fix issues (#1958) 2021-06-25 00:39:08 +02:00
processor.rs Fix float measurements (#1613) 2021-04-21 00:33:49 +00:00
uint.rs Remove unknown_clippy_lints 2021-03-16 18:33:37 -07:00