casper-network / casper-network/casper-node

Add execute<I: IntoIter<ExecuteRequest>>(batch: I) on WasmTestBuilder

Open
#2,692 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
399
Forks
224
Avg merge
15h 44m
Merged PRs (30d)
2

Description

Instead of writing
for request in post_genesis_requests {
builder.exec(request).commit().expect_success();
}
we could have a method that takes a batch of requests and runs them expecting successes.
Add and replace current loops with the new method.

Requestor: Mateusz

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.