Skip to content

Commit

Permalink
Remove rpc-client crate
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Jun 17, 2024
1 parent f7580ad commit 24d64a8
Show file tree
Hide file tree
Showing 15 changed files with 81 additions and 3,374 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/bump-version.yml

This file was deleted.

74 changes: 0 additions & 74 deletions .github/workflows/publish.yml

This file was deleted.

115 changes: 0 additions & 115 deletions .github/workflows/rust.yml

This file was deleted.

25 changes: 7 additions & 18 deletions .github/workflows/soroban-rpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,7 @@ jobs:
- uses: ./.github/actions/setup-go
with:
go-version: ${{ matrix.go }}
- name: Build soroban contract fixtures
run: |
rustup update
rustup target add wasm32-unknown-unknown
make build-test-wasms
- run: rustup update
- run: make build-libpreflight
- run: go test -race -cover -timeout 25m -v ./cmd/soroban-rpc/...

Expand Down Expand Up @@ -65,10 +61,6 @@ jobs:
with:
go-version: 1.22

- run: |
rustup target add ${{ matrix.rust_target }}
rustup update
# On windows, make sure we have the same compiler (linker) used by rust.
# This is important since the symbols names won't match otherwise.
- if: matrix.os == 'windows-latest'
Expand All @@ -86,6 +78,10 @@ jobs:
sudo apt-get install -y gcc-10-aarch64-linux-gnu
echo 'CC=aarch64-linux-gnu-gcc-10' >> $GITHUB_ENV
- run: |
rustup target add ${{ matrix.rust_target }}
rustup update
- name: Build libpreflight
run: make build-libpreflight
env:
Expand Down Expand Up @@ -138,14 +134,6 @@ jobs:
- uses: stellar/actions/rust-cache@main

- name: Build soroban contract fixtures
shell: bash
run: |
rustup update
rustup target add wasm32-unknown-unknown
make build_rust
make build-test-wasms
- name: Install Captive Core
shell: bash
run: |
Expand Down Expand Up @@ -187,11 +175,12 @@ jobs:
echo "Docker Compose Version:"
docker-compose version
- run: rustup update

- name: Build libpreflight
shell: bash
run: make build-libpreflight

- name: Run Soroban RPC Integration Tests
run: |
make install_rust
go test -race -timeout 60m -v ./cmd/soroban-rpc/internal/test/...
Loading

0 comments on commit 24d64a8

Please sign in to comment.