solana/programs/bpf
Tyera Eulberg e806fa6904
Include token owners in TransactionTokenBalances (#20642)
* Cache owners in TransactionTokenBalances

* Light cleanup

* Use return struct, and remove pub

* Single-use statements

* Why not, just do the whole crate

* Add metrics

* Make datapoint_debug to prevent spam unless troubleshooting
2021-10-13 21:46:52 -06:00
..
benches Refactor: Remove program_id from process_instruction() (#20540) 2021-10-10 22:29:18 +02:00
c Dont call precompiled programs (#19930) 2021-09-29 06:25:08 +00:00
rust solana-sdk now builds for wasm32-unknown-unknown 2021-10-13 13:15:33 -07:00
tests Refactor: Remove program_id from process_instruction() (#20540) 2021-10-10 22:29:18 +02:00
.gitignore tmp dirs target to farf (#5079) 2019-07-12 18:28:42 -07:00
Cargo.lock Include token owners in TransactionTokenBalances (#20642) 2021-10-13 21:46:52 -06:00
Cargo.toml Bump version to 1.9.0 2021-10-06 17:57:41 -07:00
build.rs Allow programs to realloc their accounts within limits (#19475) 2021-09-28 01:13:03 -07:00