Skip to content

Tags: natalasa/solana

Tags

v1.9.8

Toggle v1.9.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Skip adding builtins if they will be removed (backport solana-labs#23233

) (solana-labs#23241)

* Skip adding builtins if they will be removed (solana-labs#23233)

* Add failing test for precompile transition

* Skip adding builtins if they will be removed

* cargo clean

* nits

* fix abi check

* remove workaround

Co-authored-by: Jack May <[email protected]>
(cherry picked from commit 1719d23)

# Conflicts:
#	runtime/src/bank.rs
#	runtime/src/builtins.rs

* resolve conflicts

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

v1.8.16

Toggle v1.8.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add --locked to spl-token-cli install (solana-labs#23223) (solana-lab…

…s#23224)

(cherry picked from commit c696944)

Co-authored-by: Will Hickey <[email protected]>

v1.9.7

Toggle v1.9.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
accounts_index: Add SPL Token account indexing for token-2022 accounts (

solana-labs#23043) (solana-labs#23203)

(cherry picked from commit a102453)

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

v1.8.15

Toggle v1.8.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix snap server (backport solana-labs#23140) (solana-labs#23193)

* test-validator: use `JsonRpcConfig::default_for_test` for consistency

(cherry picked from commit f711825)

# Conflicts:
#	core/src/test_validator.rs

* rpc: make `getGenesisHash` part of minimal api

(cherry picked from commit 4213ece)

# Conflicts:
#	rpc/src/rpc.rs

* rpc: genericize client constructors

(cherry picked from commit aeda274)

# Conflicts:
#	client/src/http_sender.rs

* validator: invert vote account sanity check arg

(cherry picked from commit de30699)

# Conflicts:
#	validator/src/bootstrap.rs
#	validator/src/main.rs

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

v1.9.6

Toggle v1.9.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
uses sendmmsg in streamer (backport solana-labs#23062) (solana-labs#2…

…3080)

* uses sendmmsg in streamer (solana-labs#23062)

packet::send_to sends packets one by one:
https://github.com/solana-labs/solana/blob/9213fcb11/streamer/src/packet.rs#L63-L75

sendmmsg uses a single system call for multiple messages:
https://github.com/solana-labs/solana/blob/9213fcb11/streamer/src/sendmmsg.rs#L94

(cherry picked from commit c078ca3)

# Conflicts:
#	streamer/src/streamer.rs

* removes mergify merge conflicts

Co-authored-by: behzad nouri <[email protected]>

v1.9.5

Toggle v1.9.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.9: Impl get_/set_return_data syscalls for ProgramTest (solana-labs…

…#22652)

* Remove &mut self from set_return_data

* Impl get_/set_return_data for program-test SyscallStubs

* Add return_data program-test

v1.8.14

Toggle v1.8.14'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 already discarded packets in discard_excess_packets (solana-la…

…bs#22594) (solana-labs#22634)

(cherry picked from commit 38b02bb)

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

v1.8.13

Toggle v1.8.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Track discard time of excess packets in sigverify (solana-labs#22554) (

…solana-labs#22569)

* discard time histogram

* closer to the if

* update

(cherry picked from commit e616a7e)

# Conflicts:
#	core/src/sigverify_stage.rs

Co-authored-by: anatoly yakovenko <[email protected]>

v1.9.4

Toggle v1.9.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
improve multi executor cache addition (solana-labs#22382)

Co-authored-by: Jack May <[email protected]>

v1.8.12

Toggle v1.8.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
improve multi executor cache addition (solana-labs#22381)

(cherry picked from commit 4a9f4e2)

Co-authored-by: Jack May <[email protected]>