Skip to content

Tags: WhoSoup/solana

Tags

v1.4.14

Toggle v1.4.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add credits_observed to verbose and json CliStakeStake prints (solana…

…-labs#13926)

v1.4.13

Toggle v1.4.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add extra checks to verify_and_update (solana-labs#13848) (solana-lab…

…s#13850)

* Add extra checks to verify_and_update

* nudge

(cherry picked from commit ce4304c)

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

v1.3.23

Toggle v1.3.23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add extra checks to verify_and_update (bp solana-labs#13848) (solana-…

…labs#13849)

* Add extra checks to verify_and_update (solana-labs#13848)

* Add extra checks to verify_and_update

* nudge

(cherry picked from commit ce4304c)

# Conflicts:
#	runtime/src/message_processor.rs

* fix conflicts

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

v1.4.12

Toggle v1.4.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use u64 behind the scenes for solana-tokens (bp solana-labs#13815) (s…

…olana-labs#13818)

* Use u64 behind the scenes for solana-tokens (solana-labs#13815)

* Use u64 behind the scenes for Allocations

* Fixup readme

* Clippy and remove errant comments

(cherry picked from commit 5e2d382)

# Conflicts:
#	tokens/src/commands.rs

* Fix conflicts

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

v1.3.22

Toggle v1.3.22's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
t-nelson Trent Nelson
Remove spl-token-cli from 1.3.22 build

v1.4.11

Toggle v1.4.11's commit message
tiny doc fix

v1.4.9

Toggle v1.4.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.4: Improve monitoring of timestamp correction and bounding (solana…

…-labs#13655)

* Include rejuvenated field in Clock parsing

* Expand timestamp-correction logging info

v1.4.8

Toggle v1.4.8's commit message
Release: Omit spl-token CLI binary

Required to work around yanked ouroboros crate release

v1.3.21

Toggle v1.3.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix overflow in entry tick verification (bp solana-labs#13572) (solan…

…a-labs#13580)

* Fix overflow in entry hash count verification

(cherry picked from commit d611337)

* clippy

(cherry picked from commit 01a4889)

Co-authored-by: Justin Starry <justin@solana.com>

v1.4.7

Toggle v1.4.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Discard pre hard fork persisted tower if hard-forking (solana-labs#13536

) (solana-labs#13550)

* Discard pre hard fork persisted tower if hard-forking

* Relax config.require_tower

* Add cluster test

* nits

* Remove unnecessary check

Co-authored-by: Ryo Onodera <ryoqun@gmail.com>
Co-authored-by: Carl Lin <carl@solana.com>
(cherry picked from commit 9821a77)

Co-authored-by: carllin <wumu727@gmail.com>