casper-network / casper-network/casper-node
Add execute<I: IntoIter<ExecuteRequest>>(batch: I) on WasmTestBuilder
Open
- 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.