solana-with-rpc-optimizations/runtime
Alexander Meißner 855ae79598
Fix InvokeContext::push() account_deps (#17350)
* Reverts aliasing of account_deps with the previous invocation stack frame in InvokeContext::push().
* Adds explicit assert of programdata account content in test_program_bpf_upgrade_via_cpi.
2021-05-21 22:34:07 +02:00
..
benches don't limit to thread pool when cleaning on startup (#17317) 2021-05-20 14:36:35 -05:00
src Fix InvokeContext::push() account_deps (#17350) 2021-05-21 22:34:07 +02:00
store-tool
tests don't limit to thread pool when cleaning on startup (#17317) 2021-05-20 14:36:35 -05:00
.gitignore
Cargo.toml Remove blake3 from bpf program dependencies (#16506) 2021-04-13 10:06:05 +00:00
build.rs