Skip to content

Tags: Anishmourya/solana

Tags

v1.8.7

Toggle v1.8.7's commit message
Feature gates for rbpf v0.2.16 (solana-labs#21590)

- Adds feature reject_section_virtual_address_file_offset_mismatch.
- Adds feature start_verify_shift32_imm.
- Enables enable_symbol_and_section_labels only in the rbpf-cli.

v1.8.6

Toggle v1.8.6's commit message
Fix more BPF alignment issues on arm64

v1.8.5

Toggle v1.8.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
remove store_cached stall (solana-labs#21323)

* Bump tokio

* remove store_cached stall

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

v1.8.4

Toggle v1.8.4'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.
More set_root metrics (backport solana-labs#21286) (solana-labs#21290)

* More set_root metrics (solana-labs#21286)

(cherry picked from commit 398af13)

# Conflicts:
#	core/src/replay_stage.rs

* Fix conflict

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

v1.8.3

Toggle v1.8.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add `set_root` bank drop logging (solana-labs#21144) (solana-labs#21194)

(cherry picked from commit 706b60b)

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

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