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

Tags: davidhoang101/solana

Tags

v1.10.3

Toggle v1.10.3's commit message

Verified

8000 This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
AccountSharedData::serialize (solana-labs#23685)

v1.9.13

Toggle v1.9.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update InvalidRentPayingAccount error (solana-labs#23680) (solana-lab…

…s#23693)

(cherry picked from commit 410463f)

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

v1.10.2

Toggle v1.10.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add FlushGuard to ensure `flushing_active` is used safely (solana-lab…

…s#23571)

v1.9.12

Toggle v1.9.12's commit message

Verified

8000
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert "chore: bump dashmap from 4.0.2 to 5.1.0 (solana-labs#23372) (s…

…olana-labs#23521)" (solana-labs#23596)

This reverts commit f56b25a.

v1.10.1

Toggle v1.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Move test_purge_huge test (solana-labs#23587)

* ignore test_purge_huge tests it is expensive.

* move test_purge to integration tests

v1.9.11

Toggle v1.9.11's commit message
remove persist_cost_table code

v1.9.10

Toggle v1.9.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: bump dashmap from 4.0.2 to 5.1.0 (solana-labs#23372) (solana-l…

…abs#23521)

* chore: bump dashmap from 4.0.2 to 5.1.0

Bumps [dashmap](https://github.com/xacrimon/dashmap) from 4.0.2 to 5.1.0.
- [Release notes](https://github.com/xacrimon/dashmap/releases)
- [Commits](https://github.com/xacrimon/dashmap/commits/v5.1.0)

---
updated-dependencies:
- dependency-name: dashmap
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
(cherry picked from commit 3a0271c)

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

v1.10.0

Toggle v1.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adds comments related to the public RPC endpoints (solana-labs#22797)

* Adds comments related to the public RPC endpoints

* Update docs/src/cluster/rpc-endpoints.md

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

Co-authored-by: Brian Long <bl@triton.one>
Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
Co-authored-by: Michael Vines <mvines@gmail.com>

v1.9.9

Toggle v1.9.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.9: Enforce tx metadata upload to bigtable (solana-labs#23212)

* Enforce tx metadata upload with static types (solana-labs#23028)

* resolve conflicts

* fix test

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 <jack@solana.com>
(cherry picked from commit 1719d23)

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

* resolve conflicts

Co-authored-by: Justin Starry <justin@solana.com>
Co-authored-by: Jack May <jack@solana.com>
0