From 7078f8f144d7ef1736bdeb6028db7bd35f39c34c Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Tue, 18 Feb 2025 10:50:50 +1100 Subject: [PATCH] bump codex-contracts-eth after PR merge, formatting --- codex/contracts/market.nim | 3 +-- vendor/codex-contracts-eth | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/codex/contracts/market.nim b/codex/contracts/market.nim index d06fb117..9157b269 100644 --- a/codex/contracts/market.nim +++ b/codex/contracts/market.nim @@ -485,8 +485,7 @@ method queryPastSlotFilledEvents*( market: OnChainMarket, fromTime: SecondsSince1970 ): Future[seq[SlotFilled]] {.async.} = convertEthersError: - let fromBlock = - await market.contract.provider.blockNumberForEpoch(fromTime) + let fromBlock = await market.contract.provider.blockNumberForEpoch(fromTime) return await market.queryPastSlotFilledEvents(BlockTag.init(fromBlock)) method queryPastStorageRequestedEvents*( diff --git a/vendor/codex-contracts-eth b/vendor/codex-contracts-eth index 54acaf4e..0f2012b1 160000 --- a/vendor/codex-contracts-eth +++ b/vendor/codex-contracts-eth @@ -1 +1 @@ -Subproject commit 54acaf4e832e62ccd27148eb425847dab9ad0df7 +Subproject commit 0f2012b1442c404605c8ba9dcae2f4e53058cd2c