Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
71 commits
Select commit Hold shift + click to select a range
3b940a4
Add GHA to close new issues with a comment (#35151)
Mar 3, 2024
a780ffb
Update SECURITY.md to direct people to agave (#35399)
Mar 3, 2024
4b25ab2
Add github action to close new pull requests (#35400)
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
f11d053
output txn signature for debug purpose
lijunwangs Jan 6, 2024
1321919
Use datapoint as opposed to counters
lijunwangs Feb 29, 2024
f91bfcc
Add a unit test
lijunwangs Feb 29, 2024
bcc8217
removed a print
lijunwangs Feb 29, 2024
3f52b9e
Added more unit tests
lijunwangs Feb 29, 2024
da52538
Making stats names consistent across layers
lijunwangs Feb 29, 2024
486972f
Added more unit tests
lijunwangs Feb 29, 2024
93caf8b
Added more unit tests
lijunwangs Feb 29, 2024
02aecd2
Do not use binary_search, do simple compare in one loop
lijunwangs Mar 1, 2024
babf345
measure perf track overhead
lijunwangs Mar 1, 2024
f562877
missing cargo.lock
lijunwangs Mar 1, 2024
1d4272c
Do not use Hashmap for perf track. Using vec. Measure the overhead of…
lijunwangs Mar 1, 2024
9ef4f07
Clippy issue
lijunwangs Mar 1, 2024
5669792
clear histogram for streamer stage
lijunwangs Mar 5, 2024
1a64dbf
Fixed a rebase issue
lijunwangs Mar 2, 2024
27e7d7e
Fixed a clippy issue
lijunwangs Mar 2, 2024
798a367
instrument to pass the perf_track_metrics down the transaction proces…
lijunwangs Mar 3, 2024
1236c49
move ExtendedSanitizedTransaction to solana-runtime-transaction crate
lijunwangs Mar 11, 2024
7e26c64
Fixed unit test failures
lijunwangs Mar 11, 2024
aa6489b
Fixed unit test failures and merge issues
lijunwangs Mar 11, 2024
3c6e0b3
Use Arc<Mutex on the perf metrics
lijunwangs Mar 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ updates:
timezone: America/Los_Angeles
#labels:
# - "automerge"
open-pull-requests-limit: 6
open-pull-requests-limit: 0
20 changes: 20 additions & 0 deletions .github/workflows/close-new-issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Close new issues

on:
issues:
types: [opened, reopened]

jobs:
comment-and-close:
runs-on: ubuntu-latest
steps:
- shell: bash
env:
ISSUE_NUMBER: ${{ github.event.issue.number }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
COMMENT: >
This repository is no longer in use. Please re-open this
issue in the agave repo: https://github.com/anza-xyz/agave
run: >
gh issue close "$ISSUE_NUMBER" --comment "$COMMENT"
20 changes: 20 additions & 0 deletions .github/workflows/close-new-pull-requests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Close new pull requests

on:
pull_request:
types: [opened, reopened]

jobs:
comment-and-close:
runs-on: ubuntu-latest
steps:
- shell: bash
env:
PR_NUMBER: ${{ github.event.pull_request.number }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
COMMENT: >
This repository is no longer in use. Please re-open this
pull request in the agave repo: https://github.com/anza-xyz/agave
run: >
gh pr close "$PR_NUMBER" --comment "$COMMENT"
13 changes: 2 additions & 11 deletions .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,8 @@ jobs:
id: build
shell: bash
run: |
choco install openssl --version=3.1.1
if [[ -d "C:\Program Files\OpenSSL" ]]; then
echo "OPENSSL_DIR: C:\Program Files\OpenSSL"
export OPENSSL_DIR="C:\Program Files\OpenSSL"
elif [[ -d "C:\Program Files\OpenSSL-Win64" ]]; then
echo "OPENSSL_DIR: C:\Program Files\OpenSSL-Win64"
export OPENSSL_DIR="C:\Program Files\OpenSSL-Win64"
else
echo "can't determine OPENSSL_DIR"
exit 1
fi
vcpkg install openssl:x64-windows-static-md
vcpkg integrate install
choco install protoc
export PROTOC="C:\ProgramData\chocolatey\lib\protoc\tools\bin\protoc.exe"
source /tmp/env.sh
Expand Down
49 changes: 40 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ members = [
"tokens",
"tpu-client",
"transaction-dos",
"transaction-metrics-tracker",
"transaction-status",
"turbine",
"udp-client",
Expand Down Expand Up @@ -170,7 +171,7 @@ bytes = "1.5"
bzip2 = "0.4.4"
caps = "0.5.5"
cargo_metadata = "0.15.4"
cc = "1.0.83"
cc = "1.0.89"
chrono = { version = "0.4.34", default-features = false }
chrono-humanize = "0.2.3"
clap = "2.33.1"
Expand Down Expand Up @@ -236,7 +237,6 @@ jsonrpc-derive = "18.0.0"
jsonrpc-http-server = "18.0.0"
jsonrpc-ipc-server = "18.0.0"
jsonrpc-pubsub = "18.0.0"
jsonrpc-server-utils = "18.0.0"
lazy_static = "1.4.0"
libc = "0.2.153"
libloading = "0.7.4"
Expand Down Expand Up @@ -378,6 +378,7 @@ solana-system-program = { path = "programs/system", version = "=1.19.0" }
solana-test-validator = { path = "test-validator", version = "=1.19.0" }
solana-thin-client = { path = "thin-client", version = "=1.19.0" }
solana-tpu-client = { path = "tpu-client", version = "=1.19.0", default-features = false }
solana-transaction-metrics-tracker = { path = "transaction-metrics-tracker", version = "=1.19.0" }
solana-transaction-status = { path = "transaction-status", version = "=1.19.0" }
solana-turbine = { path = "turbine", version = "=1.19.0" }
solana-udp-client = { path = "udp-client", version = "=1.19.0" }
Expand Down
Loading