solana-program-library/examples/rust
behzad nouri 76ad511ed0
patches test_lamport_transfer (#3346)
https://github.com/solana-labs/solana/pull/26606
prevents crediting a rent paying account if the account stays rent
paying. As a result, test_lamport_transfer fails.

The commit updates destination account lamports so that after transfer
it is no longer rent paying.
2022-07-14 22:31:02 +00:00
..
cross-program-invocation Update Solana crates to 1.10.29 (#3303) 2022-07-01 16:51:01 -04:00
custom-heap Update Solana crates to 1.10.29 (#3303) 2022-07-01 16:51:01 -04:00
logging Update Solana crates to 1.10.29 (#3303) 2022-07-01 16:51:01 -04:00
sysvar Update Solana crates to 1.10.29 (#3303) 2022-07-01 16:51:01 -04:00
transfer-lamports patches test_lamport_transfer (#3346) 2022-07-14 22:31:02 +00:00
README.md ci: Split out test-bpf into separate workflows for each program (#1893) 2021-06-11 22:35:00 +02:00

README.md

Program examples written in Rust

The examples in this directory demonstrate various Solana program mechanisms. They are for code reference only and are not end-to-end examples that interact with a live cluster.

Build and Test

The root README gives instructions on how to build and test these examples.