Hi guys, noticed a strange network behavior today, I ran my spark test and found that the transaction took a very long time (about an hour mb) and finally crashed with the following error
If you try to call it again it fails with next error
toolchain:
Default host: aarch64-apple-darwin
fuelup home: /Users/alexey/.fuelup
installed toolchains
--------------------
beta-3-aarch64-apple-darwin
beta-4-rc.2-aarch64-apple-darwin
latest-aarch64-apple-darwin (default)
beta-4-aarch64-apple-darwin
hotfix
my-custom-toolchain
active toolchain
-----------------
latest-aarch64-apple-darwin (default)
forc : 0.46.0
- forc-client
- forc-deploy : 0.46.0
- forc-run : 0.46.0
- forc-doc : 0.46.0
- forc-explore : 0.28.1
- forc-fmt : 0.46.0
- forc-index : 0.21.0
- forc-lsp : 0.46.0
- forc-tx : 0.46.0
- forc-wallet : 0.3.0
fuel-core : 0.20.5
fuel-core-keygen : Error getting version string
fuel-indexer : 0.21.0
fuels versions
---------------
forc : 0.45
forc-wallet : 0.45
How to reproduce the bug
git clone https://github.com/compolabs/spark.git
cd spark
git checkout beta-4
cd contracts/spot-market/
echo "ALICE=<YOUR_PK>" >> .env
cargo test --package spot-market --test integration_tests -- testnet_tests::match_orders_test::match_orders_test --exact --nocapture