Skip to content

Tags: xushiwei/solana

Tags

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

v1.9.3

Toggle v1.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refactor: Improve type safety and readability of transaction executio…

…n (backport solana-labs#22215) (solana-labs#22289)

* Refactor: Improve type safety and readability of transaction execution (solana-labs#22215)

* resolve conflicts

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

v1.9.2

Toggle v1.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.9: bump tarpc from 0.26.2 to 0.27.2 and add BanksClientError (sola…

…na-labs#22055)

* chore: bump tarpc from 0.26.2 to 0.27.2

Bumps [tarpc](https://github.com/google/tarpc) from 0.26.2 to 0.27.2.
- [Release notes](https://github.com/google/tarpc/releases)
- [Changelog](https://github.com/google/tarpc/blob/master/RELEASES.md)
- [Commits](https://github.com/google/tarpc/commits)

---
updated-dependencies:
- dependency-name: tarpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* [auto-commit] Update all Cargo lock files

* Accommodate breaking changes

* Reword incorrect error message

* Add error module

* Revert client Error type to io::Error; easy transition to BanksClientError

* Bump tracing crates in programs

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <[email protected]>

v1.9.1

Toggle v1.9.1's commit message
add caching_enabled option to test-validator

(cherry picked from commit 5fb7da1)

v1.8.11

Toggle v1.8.11's commit message
Bumps solana_rbpf to v0.2.19 (solana-labs#21880)

v1.8.10

Toggle v1.8.10's commit message
reports bpf execution units without tx-wide-compute-cap feature

v1.9.0

Toggle v1.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add StakesCache struct to abstract away locking (solana-labs#21738) (s…

…olana-labs#21796)

v1.8.9

Toggle v1.8.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump solana_rbpf to version v0.2.18 (solana-labs#21778)

v1.8.8

Toggle v1.8.8'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.
SDK: Add stdlib.h include to pull in `abort()` (backport solana-labs#…

…21700) (solana-labs#21704)

* SDK: Add stdlib.h include to pull in `abort()` (solana-labs#21700)

(cherry picked from commit 923720f)

# Conflicts:
#	sdk/bpf/c/inc/sol/assert.h

* Fix merge conflict

Co-authored-by: Jon Cinque <[email protected]>