dockertest 0.5, correct errors from prior update commit

This commit is contained in:
Luke Parker
2024-09-05 23:31:45 -04:00
parent 0d5756ffcf
commit c1a9256cc5
15 changed files with 67 additions and 49 deletions

View File

@@ -378,8 +378,7 @@ impl Coordinator {
.unwrap()
.unwrap()
.header
.number
.unwrap();
.number;
// We mine 96 blocks to mine one epoch, then cause its finalization
provider.raw_request::<_, ()>("anvil_mine".into(), [96]).await.unwrap();
let end_of_epoch = start + 31;
@@ -389,8 +388,7 @@ impl Coordinator {
.unwrap()
.unwrap()
.header
.hash
.unwrap();
.hash;
let state = provider
.raw_request::<_, String>("anvil_dumpState".into(), ())