8000 Tags · alex-j-1/solana · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: alex-j-1/solana

Tags

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.
< 10000 /div>
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 <carl@solana.com>
(cherry picked from commit 5a4979f)

Co-authored-by: sakridge <sakridge@gmail.com>

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 <andersrb@gmail.com>
Co-authored-by: Tyera Eulberg <tyera@solana.com>

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 <ryoqun@gmail.com>

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 <teulberg@gmail.com>

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 <trent@solana.com>

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

v1.6.18

Toggle v1.6.18'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#18741)

* ci: fix typo

(cherry picked from commit 96a7ced)

* ci: suppress cargo tree output

(cherry picked from commit 59cd055)

Co-authored-by: Trent Nelson <trent@solana.com>

v1.7.5

Toggle v1.7.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Cli: Support checked stake and vote operations (solana-labs#18449) (s…

…olana-labs#18705)

* Refactor VoteAuthorize to use SignerIndex and support vote-authorize-*-checked

* Add checked bool const and use in command parsing

* Add create-stake-account-checked handling

* Add stake-set-lockup-checked handling

* Remove unnecessary mut

* Add stake-authorized-checked handling

(cherry picked from commit aeb30fa)

Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
0