solana/sdk
Tyera Eulberg 433f1ead1c
Rpc: enable getConfirmedBlock and getConfirmedTransaction to return confirmed (not yet finalized) data (#16142)
* Add Blockstore block and tx apis that allow unrooted responses

* Add TransactionStatusMessage, and send on bank freeze; also refactor TransactionStatusSender

* Track highest slot with tx-status writes complete

* Rename and unpub fn

* Add commitment to GetConfirmed input configs

* Support confirmed blocks in getConfirmedBlock

* Support confirmed txs in getConfirmedTransaction

* Update sigs-for-addr2 comment

* Enable confirmed block in cli

* Enable confirmed transaction in cli

* Review comments

* Rename blockstore method
2021-03-26 16:47:35 -06:00
..
benches Simplify account.rent_epoch handling for sysvar rent (#16049) 2021-03-25 15:23:20 +09:00
bpf Bump bpf-tools to version v1.4 (#16152) 2021-03-26 19:21:41 +00:00
cargo-build-bpf Bump bpf-tools to version v1.4 (#16152) 2021-03-26 19:21:41 +00:00
cargo-test-bpf Add cargo-bpf-test --no-run flag, matching cargo-test 2021-03-16 08:23:03 +00:00
docker-solana docs: bump nofiles recommendations to match maps 2021-02-02 21:59:21 -07:00
macro Bump version to v1.7.0 2021-03-13 09:01:21 +00:00
program sdk: Add try_from_slice_unchecked for Borsh (#16098) 2021-03-26 23:37:35 +01:00
src Rpc: enable getConfirmedBlock and getConfirmedTransaction to return confirmed (not yet finalized) data (#16142) 2021-03-26 16:47:35 -06:00
.gitignore
Cargo.toml =1.7.0 2021-03-16 07:51:07 +00:00
Xargo.toml
build.rs