Skip to content

Commit

Permalink
Merge pull request #5 from stellar/crate-migration
Browse files Browse the repository at this point in the history
soroban-rpc: Use soroban-tools Crates
  • Loading branch information
stellarsaur authored Jan 31, 2024
2 parents 8a1ae2a + 599c773 commit 46529e4
Show file tree
Hide file tree
Showing 141 changed files with 86 additions and 22,236 deletions.
43 changes: 0 additions & 43 deletions .github/workflows/bindings-ts.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/full-help-docs.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- if: startsWith(matrix.target, 'x86_64')
# specify directories explicitly to avoid building the preflight library (otherwise it will fail with missing symbols)
run: |
for I in cmd/soroban-cli cmd/crates/* cmd/crates/soroban-test/tests/fixtures/test-wasms/hello_world ; do
for I in cmd/crates/* cmd/crates/soroban-test/tests/fixtures/test-wasms/hello_world ; do
cargo test --target ${{ matrix.target }} --manifest-path $I/Cargo.toml
done
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
cargo-hack-feature-options: --features opt --ignore-unknown-features
uses: stellar/actions/.github/workflows/rust-publish-dry-run-v2.yml@main
with:
crates: soroban-spec-tools soroban-spec-json soroban-spec-typescript soroban-test soroban-cli
crates: soroban-test
runs-on: ${{ matrix.os }}
target: ${{ matrix.target }}
cargo-hack-feature-options: ${{ matrix.cargo-hack-feature-options }}
1 change: 1 addition & 0 deletions .github/workflows/soroban-rpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,5 @@ jobs:
go-version: ${{ matrix.go }}
- name: Run Soroban RPC Integration Tests
run: |
make install_rust
go test -race -run '${{ matrix.test }}' -timeout 60m -v ./cmd/soroban-rpc/internal/test/...
Loading

0 comments on commit 46529e4

Please sign in to comment.