Skip to content

Tags: dbl007/solana

Tags

v1.7.11

Toggle v1.7.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add missing owner check to bpf loader close ix (solana-labs#19460) (s…

…olana-labs#19470)

(cherry picked from commit 4305d4b)

Co-authored-by: Justin Starry <[email protected]>

v1.6.22

Toggle v1.6.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Backport Accounts Fixes solana-labs#16838 and the test solana-labs#17038

 (solana-labs#19412)

* reclaims unref accounts from index (solana-labs#16838)

* Test account index and store alignment (solana-labs#17038)

* Use ReclaimResult::Default() instead of building subtypes

* Add test to ensure account_db store and index are aligned

Co-authored-by: Jeff Washington (jwash) <[email protected]>
Co-authored-by: steviez <[email protected]>

v1.7.10

Toggle v1.7.10's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Handle 0-lamport account in index generation (solana-labs#19041) (sol…

…ana-labs#19160)

* Handle 0-lamport account in index generation

* rename duplicate to dirty keys

Co-authored-by: Carl Lin <[email protected]>
(cherry picked from commit 5a4979f)

Co-authored-by: sakridge <[email protected]>

v1.7.9

Toggle v1.7.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix serialization of parameters in RpcClient::get_block_production_wi…

…th_config (backport solana-labs#18998) (solana-labs#19000)

* Fix serialization of parameters in RpcClient::get_block_production_with_config (solana-labs#18998)

Params must be an array or null.

(cherry picked from commit 58f3952)

# Conflicts:
#	client/src/mock_sender.rs

* Fix conflict

Co-authored-by: Brian Anderson <[email protected]>
Co-authored-by: Tyera Eulberg <[email protected]>

v1.6.21

Toggle v1.6.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Really start caching by fixing swapped CAS... (solana-labs#18842) (so…

…lana-labs#18969)

(cherry picked from commit 611af87)

Co-authored-by: Ryo Onodera <[email protected]>

v1.7.8

Toggle v1.7.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Sigverify refactor (solana-labs#18872)

v1.7.7

Toggle v1.7.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Rpc: getProgramAccounts, restruct base58 account data size (solana-la…

…bs#18852) (solana-labs#18855)

* Refactor account encoding to povide helper w/out querying Bank

* Use new method in get_program_accounts to properly return length err

(cherry picked from commit 3eecb6f)

Co-authored-by: Tyera Eulberg <[email protected]>

v1.6.20

Toggle v1.6.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Sigverify refactor (solana-labs#18873)

v1.7.6

Toggle v1.7.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
CI Tweaks (backport solana-labs#18738) (solana-labs#18742)

* ci: fix typo

(cherry picked from commit 96a7ced)

* ci: suppress cargo tree output

(cherry picked from commit 59cd055)

Co-authored-by: Trent Nelson <[email protected]>

v1.6.19

Toggle v1.6.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
backport new column families from master to 1.6 (solana-labs#18743)

* backporting bank_hash and program_costs column families from master to 1.6 for rocksdb backward compatibility

* missed a line to allow dead code

* include code for purge