Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return parsed token accounts in simulateBundle #600

Open
wants to merge 120 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
120 commits
Select commit Hold shift + click to select a range
3b940a4
Add GHA to close new issues with a comment (#35151)
willhickey Mar 3, 2024
a780ffb
Update SECURITY.md to direct people to agave (#35399)
willhickey Mar 3, 2024
4b25ab2
Add github action to close new pull requests (#35400)
willhickey Mar 4, 2024
b84d81b
[anza migration] replace binaries backend (#6)
yihau Feb 12, 2024
f01ec82
[anza migration] ci (#5)
yihau Feb 12, 2024
d2a4f0f
[anza migration] ci: fix path (#8)
yihau Feb 12, 2024
ff1d892
[anza migration] ci: removed unused s3 upload in Windows build (#9)
yihau Feb 15, 2024
14cb9cf
[anza migration] rename crates (#10)
yihau Feb 22, 2024
932bcd9
Adds a bench for hash_account() (#47)
brooksprumo Mar 4, 2024
b63a9af
update mio to 0.8.11 (#60)
bw-solana Mar 4, 2024
f94752d
Adds StartingSnapshotStorages to AccountsHashVerifier (#58)
brooksprumo Mar 4, 2024
94ed7a3
blockstore_purge: fix inspect -> inspect_err (#66)
AshwinSekar Mar 5, 2024
5efc4eb
Rpc: deprecate `getStakeActivation` and make inactive_stake consisten…
CriesofCarrots Mar 5, 2024
0eb0e7c
windows: Use vcpkg for openssl dep (#73)
joncinque Mar 5, 2024
df57657
Revert "[anza migration] rename crates (#10)"
willhickey Mar 5, 2024
e72f6ba
Revert "[anza migration] ci: removed unused s3 upload in Windows buil…
willhickey Mar 5, 2024
4cb7c31
Revert "[anza migration] ci: fix path (#8)"
willhickey Mar 5, 2024
6e01a07
Revert "[anza migration] ci (#5)"
willhickey Mar 5, 2024
9b1243e
Revert "[anza migration] replace binaries backend (#6)"
willhickey Mar 5, 2024
cb4ddfb
ci: disable dependabot (#35430)
yihau Mar 7, 2024
556a749
remove repetitive words (#35434)
gcmutator Mar 9, 2024
e81ecfb
Revert "remove repetitive words (#35434)" (#35436)
steviez Mar 9, 2024
f6cd7c2
Increases account hash's stack buffer to hold 200 bytes of data (#56)
brooksprumo Mar 5, 2024
4753dca
Rename and uniquify QUIC thread names (#28)
steviez Mar 5, 2024
f3c6c08
Give SigVerify and ShredFetch threads unique names (#98)
steviez Mar 6, 2024
e6a7136
Cli: improve vote-account vote-authority display (#95)
CriesofCarrots Mar 6, 2024
1f7e6f2
frozen-abi: Remove proc_macro_hygiene featurization (#109)
joncinque Mar 6, 2024
c954939
assert simple vote tx const cost (#100)
tao-stones Mar 6, 2024
f944227
Use tokio directly instead of jsonrpc_server_utils's re-export (#116)
steviez Mar 6, 2024
54b44a3
fix typo (#57)
bw-solana Mar 6, 2024
d0cb5e2
Name previously unnamed thread pool threads (#104)
steviez Mar 6, 2024
1ff6844
Refactor transaction account unlocking (#103)
jstarry Mar 7, 2024
a8d527b
Prep Anchor downstream CI job for v2 bump (#123)
CriesofCarrots Mar 7, 2024
782591e
[TieredStorage] Deprecate the use of account-hash in HotStorage (#93)
yhchiang-sol Mar 7, 2024
c36b572
Add support for partial tx batch unlocking (#110)
jstarry Mar 7, 2024
e5ec785
Combine builtin and BPF compute cost in cost model (#29)
tao-stones Mar 7, 2024
d7efade
Add tests for `svm/transaction_processor.rs` (#112)
LucasSte Mar 7, 2024
8da3f5b
adds api to obtain the parent node in the turbine retransmit tree (#115)
behzadnouri Mar 7, 2024
264f4df
[SVM] Move RuntimeConfig to program-runtime (#96)
dmakarov Mar 7, 2024
ca1af7b
Add get_blocks and get_slot methods to bench-tps-client (#94)
KirillLykov Mar 7, 2024
9decf2a
blockstore: Remove unnecessary function and threadpool (#122)
steviez Mar 7, 2024
ca41b16
add precompile signature metrics to cost tracker (#133)
tao-stones Mar 8, 2024
ed57e6a
ci: rename script (#125)
yihau Mar 8, 2024
ce10dc1
runtime: Move `From<AddressLookupError>` from sdk (#141)
joncinque Mar 8, 2024
2c55819
Gather recording booleans in a data structure (#134)
LucasSte Mar 8, 2024
d5ffeef
build(deps): bump cc from 1.0.83 to 1.0.89 (#40)
dependabot[bot] Mar 8, 2024
3cba072
Use agave prefix in scripts for pre-installed binaries (#155)
jstarry Mar 8, 2024
f8c5e15
Move delta hash test function to dev-context-utils (#151)
HaoranYi Mar 8, 2024
1fcef51
Make ReplayStage create the parallel fork replay threadpool (#137)
steviez Mar 8, 2024
85ccadf
SVM: Add doc comments, restrict visibility of some xfaces to crate (#…
dmakarov Mar 8, 2024
a8e2540
Revert "Use agave prefix in scripts for pre-installed binaries (#155)"
willhickey Mar 11, 2024
e0203f2
Revert "ci: rename script (#125)"
willhickey Mar 11, 2024
f219fbc
Update maximum credits awarded per vote from 8 to 16 (#127)
bji Mar 7, 2024
11f4477
Remove agave references accidentially added by f944227dba
willhickey Mar 16, 2024
5611a73
Moves accounts benches into accounts-db crate (#164)
brooksprumo Mar 11, 2024
f5e13a1
deprecate `get_client` and `get_multi_client` (#177)
gregcusack Mar 11, 2024
ad42beb
remove dead code (#176)
jeffwashington Mar 11, 2024
4e63141
Version bump v2.0.0 (#121)
CriesofCarrots Mar 11, 2024
365922d
Move AccountsDb replication arguments to deprecated list (#157)
steviez Mar 11, 2024
4d3546a
expands weighted-shuffle benchmarks (#179)
behzadnouri Mar 11, 2024
4a80bb9
bump deprecated version numbers for `get_client` and `get_multi_clien…
gregcusack Mar 11, 2024
cfe6868
Removes the storage recycler (#118)
brooksprumo Mar 11, 2024
799888e
Add tests for `svm/transaction_processor.rs` (#186)
LucasSte Mar 11, 2024
27e51b3
Removes atomic-ness from AccountStorageEntry `id` and `slot` fields (…
brooksprumo Mar 11, 2024
096a1f4
Removes holding storages in AccountsHashVerifier for fastboot (#120)
brooksprumo Mar 11, 2024
d5c5f06
Remove `ThinClient` from `dos/` (#117)
gregcusack Mar 11, 2024
88ffa74
ci: remove unused Github Actions (#124)
yihau Mar 12, 2024
8b92756
Revert "build(deps): bump cc from 1.0.83 to 1.0.89 (#40)" (#174)
yihau Mar 12, 2024
814181b
Rpc: add support for minimum context slot to `getBlocks(WithLimit)` e…
CriesofCarrots Mar 12, 2024
87a5893
Removes redundant imports (#193)
brooksprumo Mar 12, 2024
1ffdca5
Make --wait-for-supermajority require --expected-shred-version (#192)
steviez Mar 12, 2024
6548d92
Moves a clippy attribute (#194)
brooksprumo Mar 12, 2024
4cddf3e
build(deps): bump proc-macro2 from 1.0.78 to 1.0.79 (#203)
dependabot[bot] Mar 12, 2024
e8b5f8f
Remove unused account_deps (#188)
apfitzge Mar 12, 2024
5540809
Make ReplayStage own the threadpool for tx replay (#190)
steviez Mar 12, 2024
574c1ad
Adds a new bench for accounts delta hash (#210)
brooksprumo Mar 12, 2024
9a8da98
Fully remove `ThinClient` from `bench-tps` (#132)
gregcusack Mar 12, 2024
be38278
Move default value for --rpc-pubsub-notification-threads to CLI (#158)
steviez Mar 12, 2024
94da52d
build(deps): bump http from 0.2.11 to 0.2.12 (#85)
dependabot[bot] Mar 13, 2024
f2d77f0
sdk: support Pubkey::to_bytes as constexpr (#220)
ripatel-fd Mar 13, 2024
89e36f6
build(deps): bump raptorq from 1.8.0 to 1.8.1 (#222)
dependabot[bot] Mar 13, 2024
5ab9808
Loaded program test robustness (#59)
bw-solana Mar 13, 2024
9ec8755
SVM: Eliminate filter_executable_program_accounts from pub interface …
dmakarov Mar 13, 2024
3cf4f1e
ledger-tool: Allow compute-slot-cost to operate on dead slots (#213)
steviez Mar 13, 2024
2a4eb96
[TieredStorage] Repurpose TieredReadableAccount to HotAccount (#218)
yhchiang-sol Mar 13, 2024
8714210
[TieredStorage] Remove the general-purposed TieredStorageWriter (#196)
yhchiang-sol Mar 13, 2024
6e29c80
bench-tps: allow option to not set account data size on every transac…
anwayde Mar 13, 2024
d3c0adf
deps: Update base64 to 0.22 (#225)
joncinque Mar 13, 2024
82fefb7
update changelog and remove deprecated label on `gossip_service::get_…
gregcusack Mar 13, 2024
219d777
rpc: disable BigTable with header (#226)
fanatid Mar 13, 2024
de93586
allow FlushStats to accumulate (#215)
jeffwashington Mar 13, 2024
0d1cb92
Add `reserved_account_keys` module to sdk (#84)
jstarry Mar 14, 2024
429a68c
build(deps): bump hidapi from 2.6.0 to 2.6.1 (#237)
dependabot[bot] Mar 14, 2024
50cc77c
relax stake split destination check (#162)
Nagaprasadvr Mar 14, 2024
274382f
Add in metrics for detecting Redundant Pulls (#199)
gregcusack Mar 14, 2024
1036abf
Fix gossip contact trace (#241)
sakridge Mar 14, 2024
683e107
[zk-token-sdk] Implement `FromStr` for `ElGamalPubkey`, `ElGamalCiphe…
samkim-crypto Mar 15, 2024
5d72196
wen_restart: replace get_aggregate_result() with more methods (#254)
wen-coding Mar 15, 2024
9e394bd
Wen_restart: check block full using blockstore (#250)
wen-coding Mar 15, 2024
e80f8fa
remove raptor coding experiments (#255)
t-nelson Mar 15, 2024
00a34d7
fix typos (#247)
HaoranYi Mar 15, 2024
c85844a
Clean up require_rent_exempt_split_destination feature (#253)
CriesofCarrots Mar 15, 2024
4550245
congestion_multiplier as u64 (#267)
apfitzge Mar 15, 2024
133bd7f
Use static memory layout for all sysvars (#249)
ripatel-fd Mar 15, 2024
cdb0d15
fix typo (#264)
hycinth22 Mar 15, 2024
2926e7b
jito patch
buffalu Aug 25, 2022
3d1ab05
Add more release fixes (#585)
buffalu Feb 1, 2024
50085d2
Fix more release urls (#588)
buffalu Feb 1, 2024
1d6b524
[JIT-1812] Fix blocking mutexs (#495)
esemeniuc Feb 2, 2024
3121bfc
[JIT-1711] Compare the unprocessed transaction storage BundleStorage…
esemeniuc Feb 6, 2024
55d3aa0
Automatically rebase Jito-Solana on a periodic basis. Send message on…
buffalu Feb 22, 2024
873733e
Fix periodic rebase #594
buffalu Feb 22, 2024
3386f79
Ignore buildkite curl errors for rebasing and try to keep curling unt…
buffalu Feb 27, 2024
c49aa58
Sleep longer waiting for buildkite to start (#598)
buffalu Feb 27, 2024
0fba39c
correctly initialize account overrides (#595)
segfaultdoc Feb 27, 2024
f75429b
Fix: Ensure set contact info to UDP port instead of QUIC (#603)
buffalu Mar 19, 2024
994b7d1
Add fast replay branch to daily rebase (#607)
buffalu Mar 27, 2024
3495054
Include post_accounts in bundle results
mcintyre94 Mar 5, 2024
0c8aca0
Return JSON parsed token accounts from simulateBundle
mcintyre94 Mar 5, 2024
48c48fe
fixup! Return JSON parsed token accounts from simulateBundle
mcintyre94 May 9, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
9 changes: 9 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.dockerignore
.git/
.github/
.gitignore
.idea/
README.md
Dockerfile
f
target/
24 changes: 12 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: cargo
directory: "/"
schedule:
interval: daily
time: "01:00"
timezone: America/Los_Angeles
#labels:
# - "automerge"
open-pull-requests-limit: 6
#
#version: 2
#updates:
#- package-ecosystem: cargo
# directory: "/"
# schedule:
# interval: daily
# time: "01:00"
# timezone: America/Los_Angeles
# #labels:
# # - "automerge"
# open-pull-requests-limit: 0
42 changes: 0 additions & 42 deletions .github/workflows/autolock_bot_PR.txt

This file was deleted.

43 changes: 0 additions & 43 deletions .github/workflows/autolock_bot_closed_issue.txt

This file was deleted.

4 changes: 4 additions & 0 deletions .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'

- uses: mozilla-actions/[email protected]
with:
Expand All @@ -56,6 +58,8 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'

- uses: mozilla-actions/[email protected]
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/changelog-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: 'recursive'
- name: Check if changes to CHANGELOG.md
shell: bash
env:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/client-targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
with:
submodules: 'recursive'

- run: cargo install [email protected]

Expand All @@ -56,6 +58,8 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
with:
submodules: 'recursive'

- name: Setup Rust
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/crate-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: 'recursive'

- name: Get commit range (push)
if: ${{ github.event_name == 'push' }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: 'recursive'

- name: Get commit range (push)
if: ${{ github.event_name == 'push' }}
Expand Down Expand Up @@ -77,6 +78,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: 'recursive'

- name: Setup Node
uses: actions/setup-node@v3
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/downstream-project-anchor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
version: ["v0.29.0"]
steps:
- uses: actions/checkout@v3
with:
submodules: 'recursive'

- shell: bash
run: |
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/downstream-project-spl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'recursive'

- shell: bash
run: |
Expand Down Expand Up @@ -90,6 +92,8 @@ jobs:
]
steps:
- uses: actions/checkout@v3
with:
submodules: 'recursive'

- shell: bash
run: |
Expand Down Expand Up @@ -141,6 +145,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
submodules: 'recursive'

- shell: bash
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/increment-cargo-version-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v3
with:
submodules: 'recursive'

# This script confirms two assumptions:
# 1) Tag should be branch.<patch_version>
Expand Down
Loading