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

Tags: jacobcreech/solana

Tags

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.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>

v1.6.17

Toggle v1.6.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Cli configurable validators (backport solana-labs#18630) (solana-labs…

…#18665)

* rpc: more params for `GetVoteAccountsConfig`

(cherry picked from commit bf90ea2)

# Conflicts:
#	docs/src/developing/clients/jsonrpc-api.md

* cli: allow returning more `solana validators`

(cherry picked from commit a4a24b6)

# Conflicts:
#	Cargo.lock
#	cli/Cargo.toml
#	cli/src/cluster_query.rs

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

v1.6.16

Toggle v1.6.16's commit message
Revert "Clean up build warning"

This reverts commit 17a173e.

(cherry picked from commit d269975)
0