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

Repoint soroban-spec-tools to the moved one in stellar/soroban-rpc #1203

Merged
merged 25 commits into from
Feb 21, 2024
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
b7a600f
Remove soroban-spec-tools and point it to soroban-rpc
Shaptic Feb 16, 2024
c235d73
Update GHAs to try out the dry run and fixup git ref
Shaptic Feb 16, 2024
4fe4693
Temporarily add simplified dry-run for testing
Shaptic Feb 16, 2024
742982a
Bump rev and undo dry-run expansion
Shaptic Feb 16, 2024
12bc928
Repoint RPC references to tags instead of branch
Shaptic Feb 21, 2024
ef67abc
See if we can dry-run on this branch
Shaptic Feb 21, 2024
db59114
Use crates refs instead of GH
Shaptic Feb 21, 2024
1a84564
Fixup pathing issue: should it be the top-level toml? Source:
Shaptic Feb 21, 2024
fb234da
Revert "Fixup pathing issue: should it be the top-level toml? Source:"
Shaptic Feb 21, 2024
1c5687b
Revert "fix: embed the init template files in the build (#1196)"
2opremio Feb 21, 2024
f2ff50d
Use custom action
Shaptic Feb 21, 2024
0b96a4e
Trying with stellar version
Shaptic Feb 21, 2024
ba4e098
Fixup syntax errors
Shaptic Feb 21, 2024
7de127c
Reapply "fix: embed the init template files in the build (#1196)"
2opremio Feb 21, 2024
a1615d4
Rename Cargo.toml in the init template files (#1206)
elizabethengelman Feb 21, 2024
be937d6
fix: remove bindings tests as they are now in stellar-sdk (#1207)
willemneal Feb 21, 2024
7f1aa07
Move back to unforked version, stop e2e
Shaptic Feb 21, 2024
efedffc
Merge branch 'main' into repointing-spec
Shaptic Feb 21, 2024
e55f394
Repoint to branch with macOS changes
Shaptic Feb 21, 2024
6d53f27
Force using the correct SHA :unamused:
Shaptic Feb 21, 2024
9b302ef
Try pinning the underlying indirect dependency
Shaptic Feb 21, 2024
fee0b5e
Fixup ref to latest
Shaptic Feb 21, 2024
57b1c86
Fixup ref to latest (again)
Shaptic Feb 21, 2024
819d494
Final fix: enable e2e again, last GHA ref, dry-run cond
Shaptic Feb 21, 2024
8c812b7
Minor e2e reference fixups
Shaptic Feb 21, 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
1 change: 1 addition & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
integration:
if: false
Shaptic marked this conversation as resolved.
Show resolved Hide resolved
name: System tests
strategy:
matrix:
Expand Down
Loading
Loading