FuelLabs/sway

Need an E2E test that calls a contract from another contract

Open

#1140 aperta il 4 apr 2022

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Rust (5421 fork)batch import
P: highgood first issuetesting

Metriche repository

Star
 (61.702 star)
Metriche merge PR
 (Merge medio 22h 6m) (16 PR mergiate in 30 g)

Descrizione

Specifically, a replacement for: https://github.com/FuelLabs/sway/tree/master/test/src/e2e_vm_tests/test_programs/should_pass/test_contracts/contract_abi_impl and its corresponding script: https://github.com/FuelLabs/sway/tree/master/test/src/e2e_vm_tests/test_programs/should_pass/require_contract_deployment/contract_call

The test is currently broken since the other contract it tries to call does not exist. I'm removing it shortly.

Guida contributor