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

Tags: wirwo/solana

Tags

v1.10.33

Toggle v1.10.33's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Display implementations for various ConfidentialTransfer pod stru…

…cts (backport solana-labs#26783) (solana-labs#26784)

* Add Display implementations for various ConfidentialTransfer pod structs (solana-labs#26783)

(cherry picked from commit 2114136)

# Conflicts:
#	zk-token-sdk/src/zk_token_elgamal/pod.rs

* Fix conflict

Co-authored-by: Tyera Eulberg <tyera@solana.com>

v1.11.4

Toggle v1.11.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Hide vote txs that don't invoke any other programs like the comment s…

…ays (solana-labs#26727)

Co-authored-by: Arrowana <8245419+Arrowana@users.noreply.github.com>

v1.10.32

Toggle v1.10.32's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
`solana-ledger-tool graph` improvements (backport solana-labs#26667) (s…

…olana-labs#26749)

* ledger-tool: fix off-by-one in `graph` skipped slot label

(cherry picked from commit a541827)

* ledger-tool: factor out `graph` options to config struct

(cherry picked from commit 633950e)

# Conflicts:
#	ledger-tool/src/main.rs

* ledger-tool: optionally `graph` vote states

(cherry picked from commit 0fff5b8)

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

v1.11.3

Toggle v1.11.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
do not count 0 lamport accounts as rent-paying (solana-labs#26514)

v1.10.31

Toggle v1.10.31's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use client certs in QUIC to get peer's stake (backport solana-labs#26477

) (solana-labs#26567)

* Use client certs in QUIC to get peer's stake (solana-labs#26477)

* Use client certs in QUIC to get peer's stake

* fixes to cert processing

* integrate the code

* clippy

* more cleanup

* sort cargo deps

* test fixes

* info -> debug

(cherry picked from commit ea7448c)

# Conflicts:
#	Cargo.lock
#	client/Cargo.toml
#	programs/bpf/Cargo.lock

* resolve conflicts

* resolve conflicts

* cargo.lock

Co-authored-by: Pankaj Garg <pankaj@solana.com>

v1.11.2

Toggle v1.11.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
refactor, add GetUniqueAccountsResult (solana-labs#26457)

v1.10.30

Toggle v1.10.30's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Backport writing new fields to snapshot (solana-labs#26394)

Backport writing serialized fields to snapshot

Serializing and storing lamports_per_signature field is critical to
avoid issues when a snapshot is taken at a slot with a non-default
lamports_per_signature value. In order to keep compatibility between
v1.10 and newer snapshots, we also need to serialize default values for
several AccountsDB fields.

v1.10.29

Toggle v1.10.29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add custom version HTTP header string to RPC requests (solana-l…

…abs#26308)

(cherry picked from commit eb12983)

Co-authored-by: steveluscher <me+github@steveluscher.com>

v1.10.28

Toggle v1.10.28's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Do not unwrap the oldest IP in QUIC connectiont table (solana-labs#26272

) (solana-labs#26277)

(cherry picked from commit 31d870f)

Co-authored-by: Pankaj Garg <pankaj@solana.com>

v1.11.1

Toggle v1.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Cleanup superseded neon specific feature (solana-labs#26142)

0