72 releases (24 breaking)

new 0.41.9 Mar 9, 2025
0.41.7 Feb 13, 2025
0.40.2 Dec 6, 2024
0.40.1 Nov 25, 2024
0.17.7 Mar 31, 2023

#262 in Magic Beans

Download history 27/week @ 2024-11-19 108/week @ 2024-11-26 210/week @ 2024-12-03 669/week @ 2024-12-10 95/week @ 2024-12-17 63/week @ 2024-12-24 5/week @ 2024-12-31 87/week @ 2025-01-07 249/week @ 2025-01-14 337/week @ 2025-01-21 121/week @ 2025-01-28 310/week @ 2025-02-04 144/week @ 2025-02-11 17/week @ 2025-02-18 6/week @ 2025-02-25 164/week @ 2025-03-04

334 downloads per month

BUSL-1.1

2MB
14K SLoC

Fuel Core E2E Test Client

The test client provides a suite of idempotent tests intended to validate remote environments.

To customize the suite parameters for an existing node deployment, set the FUEL_CORE_E2E_CONFIG environment variable with a path to a valid configuration toml.

When FUEL_CORE_E2E_CONFIG is unset a default configuration is used which is suitable for local environment testing. The default configuration is:

endpoint = "http://localhost:4000"
wallet_sync_timeout = "10s"
full_test = false
coinbase_contract_id = "7777777777777777777777777777777777777777777777777777777777777777"


[wallet_a]
secret = "de97d8624a438121b86a1956544bd72ed68cd69f2c99555b08b1e8c51ffd511c"

[wallet_b]
secret = "37fa81c84ccd547c30c176b118d5cb892bdb113e8e80141f266519422ef9eefd"
FUEL_CORE_E2E_CONFIG="/Users/your_user_name/fuel/e2e.toml" cargo run -p fuel-core-e2e-client -- --nocapture

Dependencies

~34–48MB
~758K SLoC