solana/runtime
Jon Cinque 8f5e773caf
system-program: Remove zero lamport check on transfers (#17726)
* system-program: Move lamports == 0 check on transfers

* Address feedback

* Update stake split to explicitly allocate + assign

* Update stake tests referring to split instruction

* Revert whitespace

* Update split instruction index in test

* Remove unnecessary `assign_with_seed` from `split_with_seed`

* Fix stake instruction parser

* Update test to allow splitting into account with lamports
2021-06-06 01:45:45 +02:00
..
benches Ancestors to HashSet: From(Vec) (#17447) 2021-05-25 11:01:11 -05:00
src system-program: Remove zero lamport check on transfers (#17726) 2021-06-06 01:45:45 +02:00
store-tool Bump version to v1.8.0 (#17541) 2021-05-27 08:51:53 -07:00
tests system-program: Remove zero lamport check on transfers (#17726) 2021-06-06 01:45:45 +02:00
.gitignore
Cargo.toml chore: bump libloading from 0.6.2 to 0.7.0 (#17704) 2021-06-03 18:08:31 -06:00
build.rs