Skip to content

Commit

Permalink
chore: remove snapshot, as accounts are funded by default (#6235)
Browse files Browse the repository at this point in the history
## Description

Removes local snapshot we were using to fund our accounts as it is now
done by default as of FuelLabs/fuel-core#1894.
By default `--default-signer` is signing it with the account funded by
fuel-core out of the box.
  • Loading branch information
kayagokalp authored Jul 8, 2024
1 parent 5db41b5 commit ba46821
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 330 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ jobs:
mv fuel-core-${{ needs.get-fuel-core-version.outputs.fuel_core_version }}-x86_64-unknown-linux-gnu/fuel-core /usr/local/bin/fuel-core
- name: Cargo Run E2E Tests (Fuel VM)
run: |
fuel-core run --db-type in-memory --debug --snapshot ./.github/workflows/local-testnode &
fuel-core run --db-type in-memory --debug &
sleep 5 &&
cargo run --locked --release --bin test -- --locked
Expand All @@ -364,7 +364,7 @@ jobs:
mv fuel-core-${{ needs.get-fuel-core-version.outputs.fuel_core_version }}-x86_64-unknown-linux-gnu/fuel-core /usr/local/bin/fuel-core
- name: Cargo Run E2E Tests (Fuel VM)
run: |
fuel-core run --db-type in-memory --debug --snapshot ./.github/workflows/local-testnode &
fuel-core run --db-type in-memory --debug &
sleep 5 &&
cargo run --locked --release --bin test -- --locked --release
Expand Down
271 changes: 0 additions & 271 deletions .github/workflows/local-testnode/chain_config.json

This file was deleted.

8 changes: 0 additions & 8 deletions .github/workflows/local-testnode/metadata.json

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/local-testnode/state_config.json

This file was deleted.

Binary file not shown.
Loading

0 comments on commit ba46821

Please sign in to comment.