Skip to content
Open
Show file tree
Hide file tree
Changes from 38 commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
cdc7199
snapshot source using meta, rpc, archives
leighmcculloch Dec 19, 2025
7532b09
add local quickstart network configuration
leighmcculloch Jan 7, 2026
0ec1604
change .lock pattern to *.lock
leighmcculloch Jan 7, 2026
f4b20b9
update local network meta storage url to meta-archive
leighmcculloch Jan 7, 2026
2d8f45e
add stellar rpc client and transaction submission test
leighmcculloch Jan 7, 2026
94209c2
move balance prints into conditional branches
leighmcculloch Jan 7, 2026
0714455
compute and deploy native stellar asset contract
leighmcculloch Jan 7, 2026
3718a94
update snapshot fixtures to ledger 745 and restructure tests
leighmcculloch Jan 7, 2026
2866d30
update snapshot source files and test expectations
leighmcculloch Jan 7, 2026
5843a0b
remove snapshot-source-live crate and reformat tests
leighmcculloch Feb 16, 2026
c06c997
consolidate fetch crates into snapshot-source-tx
leighmcculloch Feb 16, 2026
0e6c2b7
add rpc_url param to mainnet and default urls for testnet/local
leighmcculloch Feb 20, 2026
feb9a1e
Merge branch 'main' into snapshot-source-tx
leighmcculloch Feb 22, 2026
b853722
update snapshots to protocol 25 and new entry format
leighmcculloch Feb 23, 2026
340d088
update test to use mainnet
leighmcculloch Feb 26, 2026
4ff511f
use hex::encode to format transaction hash
leighmcculloch Feb 26, 2026
1b4d0ab
add balance verification SQL query and CSV data
leighmcculloch Feb 26, 2026
8a7a316
cache cargo metadata workspace root in OnceLock
leighmcculloch Feb 27, 2026
1f9bfb7
add balance verification SQL query and CSV data
leighmcculloch Feb 27, 2026
75b823e
simplify balance query by removing CTEs
leighmcculloch Feb 27, 2026
d83cb6a
Merge branch 'main' into snapshot-source-tx
leighmcculloch Feb 27, 2026
de2d64d
add timing measurement to test_internal
leighmcculloch Feb 28, 2026
a88f6fb
narrow .lock gitignore to tests-snapshot-source
leighmcculloch Mar 3, 2026
3b69f4e
remove dead is_checkpoint_ledger function
leighmcculloch Mar 3, 2026
4e00659
change &PathBuf params to &Path in fetcher methods
leighmcculloch Mar 3, 2026
9c8f734
Merge branch 'main' into snapshot-source-tx
leighmcculloch Mar 16, 2026
b4a3fd5
Merge remote-tracking branch 'origin/main' into snapshot-source-tx
leighmcculloch Jun 1, 2026
d930039
Add unit tests for snapshot-source-tx deterministic logic
leighmcculloch Jun 1, 2026
f89e422
Update fork test snapshots for protocol 26
leighmcculloch Jun 1, 2026
6cc6d85
Address code-review findings in snapshot-source-tx
leighmcculloch Jun 1, 2026
895c404
Fix cargo-deny bans: minimize Cargo.lock churn and skip thiserror dup
leighmcculloch Jun 1, 2026
b778475
Add committed macro-expansion for the test_fork crate
leighmcculloch Jun 1, 2026
48107c5
Exclude unpublished soroban-ledger-snapshot-source-tx from semver-checks
leighmcculloch Jun 1, 2026
8c305c4
Allow licenses required by snapshot-source-tx dependencies
leighmcculloch Jun 2, 2026
aae78bf
Merge remote-tracking branch 'origin/main' into snapshot-source-tx
leighmcculloch Jun 2, 2026
f0d70a0
Update test_spec_shaking_v2 expansion for merged lockfile
leighmcculloch Jun 2, 2026
8e22ed3
Address PR review: safe cleanups for snapshot-source-tx
leighmcculloch Jun 2, 2026
09e412b
Address PR review #1 and #2: testnet meta URL + RPC usability
leighmcculloch Jun 2, 2026
2a4b06f
Keep soroban-ledger-snapshot-source-tx publishable
leighmcculloch Jun 2, 2026
ddf9e2c
Take testnet start date instead of full meta_url
leighmcculloch Jun 2, 2026
65ec7ed
Fix RustSec advisories via minimal dependency bumps
leighmcculloch Jun 2, 2026
3ef37d2
Revert "Fix RustSec advisories via minimal dependency bumps"
leighmcculloch Jun 2, 2026
53afdac
Raise MSRV to 1.93.0 and re-apply RustSec advisory fixes
leighmcculloch Jun 2, 2026
3f183c8
Always build external example/contract repos with latest stable Rust
leighmcculloch Jun 2, 2026
1e9407b
Revert MSRV 1.93 bump and external-repo toolchain override
leighmcculloch Jun 2, 2026
d677e5b
Merge origin/main into snapshot-source-tx
leighmcculloch Jun 3, 2026
9c60137
Minimize Cargo.lock churn to fix cargo-deny bans
leighmcculloch Jun 3, 2026
d1146e3
Regenerate spec-shaking-v2 expanded test for fixed lockfile
leighmcculloch Jun 3, 2026
c7198e4
Merge remote-tracking branch 'origin/main' into snapshot-source-tx
leighmcculloch Jun 16, 2026
4a2c5ca
Address dependency hygiene review comments
leighmcculloch Jun 16, 2026
908d667
Address claude review feedback on snapshot-source-tx
leighmcculloch Jun 16, 2026
8124d5d
Merge remote-tracking branch 'origin/main' into snapshot-source-tx
leighmcculloch Jun 18, 2026
cd1b05f
Regenerate fork example test snapshot for protocol 27
leighmcculloch Jun 18, 2026
b27b611
Safely unpack history-archive hash prefixes
leighmcculloch Jun 18, 2026
eab69bb
Surface V1 tx_changes as both before and after changes
leighmcculloch Jun 18, 2026
293fc5a
Bump soroban-ledger-snapshot-source-tx dep version to 27.0.0-rc.1
leighmcculloch Jun 18, 2026
c7a6b1f
Update README install example to v27
leighmcculloch Jun 18, 2026
5241f89
Drop Rust version mention from cache lock comment
leighmcculloch Jun 18, 2026
153ac50
Derive meta object paths from SEP-54 storage config
leighmcculloch Jun 18, 2026
a55e4d3
Only cache usable RPC responses
leighmcculloch Jun 18, 2026
6f62b7a
Merge remote-tracking branch 'origin/main' into snapshot-source-tx
claude Jul 15, 2026
a164afc
Pin serde to 1.0.210 (via camino 1.1.9) to match main's build
claude Jul 16, 2026
77fb9f6
Merge branch 'main' into snapshot-source-tx
leighmcculloch Jul 16, 2026
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
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ jobs:
--exclude soroban-meta
--exclude soroban-token-spec
--exclude stellar-asset-spec
--exclude soroban-ledger-snapshot-source-tx

build:
needs: setup
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ target-tiny/
lcov.info
*.profraw
.soroban/
tests-snapshot-source/**/*.lock
tests-snapshot-source/**/*.dl

# Ignore snapshots generated by tests that use random data as input or import
# .wasm files as input which change frequently in this repository.
Expand Down
Loading
Loading