solana/runtime
Tao Zhu b4331ae955
use checked arithmetic (#31259)
* use checked arithmetic
* add feature gate; updated tests
* allow collapsible-else-if

Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com>
Co-authored-by: mvines <mvines@gmail.com>
2023-04-20 22:56:08 -05:00
..
benches Refactor - Cleanup error handling in program runtime (#30693) 2023-04-05 15:50:34 +02:00
src use checked arithmetic (#31259) 2023-04-20 22:56:08 -05:00
store-tool getter functions for StoredAccountMeta (#30447) 2023-02-27 10:03:22 -08:00
tests Move bank tests to separate file (#29912) 2023-02-02 16:32:22 -08:00
.gitignore
Cargo.toml Refactor - Moves the system program into its own crate (#31244) 2023-04-19 12:58:08 +02:00
build.rs