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

Tags: zhuhj89/solana

Tags

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add memory operation syscalls (backport solana-labs#16447) (solana-la…

…bs#17648)

* Add memory operation syscalls (solana-labs#16447)

(cherry picked from commit 2b50529)

# Conflicts:
#	programs/bpf/Cargo.lock

* Resolve conflicts

Co-authored-by: Jack May <jack@solana.com>

v1.6.11

Toggle v1.6.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Purge expired BlockHeight data from blockstore (backport solana-labs#…

…17634) (solana-labs#17640)

* Purge expired BlockHeight data from blockstore (solana-labs#17634)

* Purge expired BlockHeight data from blockstore

* Also call compact_storage and add comment....

(cherry picked from commit 96cdbfd)

# Conflicts:
#	ledger/src/blockstore_db.rs

* Fix conflict

Co-authored-by: Ryo Onodera <ryoqun@gmail.com>
Co-authored-by: Tyera Eulberg <tyera@solana.com>

v1.6.10

Toggle v1.6.10'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.
docs: Add inner instruction and cross-program invocation (solana-labs…

…#17476) (solana-labs#17479)

(cherry picked from commit a032303)

Co-authored-by: Jon Cinque <jon.cinque@gmail.com>

v1.6.9

Toggle v1.6.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix a bug in input deserialization in the C SDK (solana-labs#17217) (s…

…olana-labs#17249)

When the input contains more accounts than the user has requested to be deserialized, and one of the excess ones is a dup, the input pointer is not adjusted correctly.

Compare the lines added by this commit to line 401: "input += 7; // padding". Since the input data layout does not depend on the number of accounts the user wants to deserialize, this adjustment by 7 bytes must happen in both branches.

(cherry picked from commit e02b4e1)

Co-authored-by: Christian Machacek <39452430+machacekch@users.noreply.github.com>

v1.6.8

Toggle v1.6.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
getBlockProduction now correctly reports block production (solana-lab…

…s#17116)

(cherry picked from commit d6c076f)

Co-authored-by: Michael Vines <mvines@gmail.com>

v1.6.7

Toggle v1.6.7's commit message
chore: conflate use statement

(cherry picked from commit 6d11d5d)

v1.5.19

Toggle v1.5.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
makes turbine peer computation consistent between broadcast and retra…

…nsmit (solana-labs#14910) (solana-labs#16653)

get_broadcast_peers is using tvu_peers:
https://github.com/solana-labs/solana/blob/84e52b606/core/src/broadcast_stage.rs#L362-L370
which is potentially inconsistent with retransmit_peers:
https://github.com/solana-labs/solana/blob/84e52b606/core/src/cluster_info.rs#L1332-L1345

Also, the leader does not include its own contact-info when broadcasting
shreds:
https://github.com/solana-labs/solana/blob/84e52b606/core/src/cluster_info.rs#L1324
but on the retransmit side, slot leader is removed only _after_ neighbors and
children are computed:
https://github.com/solana-labs/solana/blob/84e52b606/core/src/retransmit_stage.rs#L383-L384
So the turbine broadcast tree is different between the two stages.

This commit:
* Removes retransmit_peers. Broadcast and retransmit stages will use tvu_peers
  consistently.
* Retransmit stage removes slot leader _before_ computing children and
  neighbors.

(cherry picked from commit 570fd3f)

Co-authored-by: behzad nouri <behzadnouri@gmail.com>

v1.6.6

Toggle v1.6.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
CLI BIP32 prep: `KeypairUrl` refactor (backport solana-labs#16592) (s…

…olana-labs#16605)

* clap-utils: Rename KeypairUrl to SignerSource

(cherry picked from commit 09dcc9e)

* clap-utils: Reduce SignerSource's visibility

(cherry picked from commit c5ab3ba)

* clap-utils: Use `uriparse` crate to parse `SignerSource`

(cherry picked from commit 5d1ef5d)

* clap-utils: Add explicit schemes for `ask` and `file` `SignerSource`s

(cherry picked from commit 6444f0e)

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

v1.6.5

Toggle v1.6.5's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Other hostname changes

(cherry picked from commit eddfe06)

v1.6.4

Toggle v1.6.4's commit message
Add channel version check

(cherry picked from commit 527adbe)
0