Skip to content

Tags: nexstone68/solana

Tags

v1.8.2

Toggle v1.8.2'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.
Different error if block status is not yet available (solana-labs#20407…

…) (solana-labs#21029)

* Different error if block is not available

* Add slot to error message

* Make and use helper function

* Check finalized path as well

Co-authored-by: Tyera Eulberg <[email protected]>
(cherry picked from commit 700e42d)

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

v1.7.17

Toggle v1.7.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Restore getProgramAccounts spl-token secondary-index functionality (b…

…ackport solana-labs#20993) (solana-labs#21004)

* Restore getProgramAccounts spl-token secondary-index functionality (solana-labs#20993)

* Allow get_spl_token_X_filters to match on any encoding, and optimize earlier

* Remove redundant optimize calls

* Compress match statements

* Add method docs, including note to use optimize_filters before spl-token checks

* Add logs

(cherry picked from commit b2f6cfb)

# Conflicts:
#	rpc/src/rpc.rs

* Fix conflict

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

v1.7.16

Toggle v1.7.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Report timing info for stakes cache updates from txs (backport solana…

…-labs#20856) (solana-labs#20883)

* Report timing info for stakes cache updates from txs (solana-labs#20856)

(cherry picked from commit 7350166)

# Conflicts:
#	runtime/src/bank.rs

* resolve conflicts

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

v1.8.1

Toggle v1.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
rpc-send-tx-svc server-side retry knobs (backport solana-labs#20818) (s…

…olana-labs#20830)

* rpc-send-tx-svc: add with_config constructor

(cherry picked from commit fe098b5)

# Conflicts:
#	Cargo.lock
#	core/Cargo.toml
#	replica-node/Cargo.toml
#	rpc/src/rpc_service.rs
#	rpc/src/send_transaction_service.rs
#	validator/Cargo.toml

* rpc-send-tx-svc: server-side retry knobs

(cherry picked from commit 2744a21)

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

v1.7.15

Toggle v1.7.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Derive Pod/Zeroable for Pubkey (backport solana-labs#20493) (solana-l…

…abs#20496)

* Derive Pod/Zeroable for Pubkey

(cherry picked from commit f966859)

# Conflicts:
#	Cargo.lock
#	programs/bpf/Cargo.lock
#	sdk/program/Cargo.toml

* rebase

Co-authored-by: Michael Vines <[email protected]>

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add RecentItems metrics (solana-labs#20484) (solana-labs#20490)

v1.6.28

Toggle v1.6.28's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add RecentItems metrics (solana-labs#20484) (solana-labs#20486)

(cherry picked from commit e13ed8a)

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

v1.7.14

Toggle v1.7.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove original feature gating (solana-labs#20334)

v1.7.13

Toggle v1.7.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Tpu vote 1.7 (solana-labs#20187)

* Add separate vote processing tpu port

* Add feature to send to tpu vote port

* Add vote rejecting sigverify mode

* use packet.meta.is_simple_vote_tx in place of deserialization

* consolidate code that identifies vote tx atcommon path for cpu and gpu

* new key for feature set

* banking forward tpu vote

* add tpu vote port to dockerfile and other review changes

* Simplify thread id compare

* fix a test; updated cluster_info ABI change

Co-authored-by: Tao Zhu <[email protected]>

v1.6.27

Toggle v1.6.27's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use single feature (solana-labs#20289)