Open rasmus-kirk opened 1 month ago
See the related issue (BASE-558)
Also see the accompanying PR
Tested using this script, that compiles cargo concordium and runs the unit tests in concordium-std:
cargo concordium
concordium-std
CONCORDIUM_STD_PATH="/path/to/concordium-std" CARGO_CONCORDIUM_PATH="/path/to/cargo-concordium/Cargo.toml" pushd "$CONCORDIUM_STD_PATH" cargo run --manifest-path "$CARGO_CONCORDIUM_PATH" -- concordium test --only-unit-tests -- --features internal-wasm-test popd
set_slot_time
set_receive_self_address
set_receive_self_balance
Purpose
See the related issue (BASE-558)
Also see the accompanying PR
Tested using this script, that compiles
cargo concordium
and runs the unit tests inconcordium-std
:Changes
set_slot_time
set_receive_self_address
set_receive_self_balance
Checklist