From 2537add13a4cb314a8506e3851b901bcb217e688 Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Fri, 22 Sep 2023 20:00:52 +1000 Subject: [PATCH] ethers: update revert reason retreival --- codex/sales/states/filling.nim | 2 +- vendor/nim-ethers | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/codex/sales/states/filling.nim b/codex/sales/states/filling.nim index fb9da4d6..0f1a7980 100644 --- a/codex/sales/states/filling.nim +++ b/codex/sales/states/filling.nim @@ -37,5 +37,5 @@ method run(state: SaleFilling, machine: Machine): Future[?State] {.async.} = debug "Filling slot", requestId = $data.requestId, slotIndex market.cancelOnError: - await market.fillSlot(data.requestId, slotIndex, state.proof, collateral) + await market.fillSlot(data.requestId, slotIndex, state.proof, collateral).confirm(1) debug "Waiting for slot filled event...", requestId = $data.requestId, slotIndex diff --git a/vendor/nim-ethers b/vendor/nim-ethers index 8c8ac018..0c2e7af9 160000 --- a/vendor/nim-ethers +++ b/vendor/nim-ethers @@ -1 +1 @@ -Subproject commit 8c8ac0182212ae9610c55fe775aba33936cdc4ff +Subproject commit 0c2e7af9346b109ee19e7c448f214c0f5a410209