solana/runtime
Trent Nelson 5416c114cf
SDK: Add sysvar to expose recent block hashes to programs (#6663)
* SDK: Add sysvar to expose recent block hashes to programs

* Blockhashes is one word

* Missed one

* Avoid allocs on update

* unwrap_or_else

* Use iterators

* Add microbench

* Revert "unwrap_or_else"

This reverts commit a8f8c3bfbe0d88e2229e67a29e9d2b489b93ff62.

* Revert "Avoid allocs on update"

This reverts commit 486f01790c271cf09ac3dbffba0e40e526e81324.
2019-11-04 10:51:15 -07:00
..
benches SDK: Add sysvar to expose recent block hashes to programs (#6663) 2019-11-04 10:51:15 -07:00
src SDK: Add sysvar to expose recent block hashes to programs (#6663) 2019-11-04 10:51:15 -07:00
tests Revert "Make instruction data opaque to runtime (#6470)" (#6564) 2019-10-25 16:22:41 -07:00
.gitignore Revert "Rename solana-runtime to sealevel (#6239)" (#6247) 2019-10-04 19:33:29 -06:00
Cargo.toml Bump serde from 1.0.101 to 1.0.102 (#6581) 2019-10-28 09:19:39 -07:00