From f38e4f20c5a8825a1c595e3eb6a479ea6cead3f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Uhl=C3=AD=C5=99?= Date: Tue, 21 Jan 2025 11:50:23 +0100 Subject: [PATCH] test: fix tests --- codex/contracts/marketplace.nim | 7 ++----- vendor/codex-contracts-eth | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/codex/contracts/marketplace.nim b/codex/contracts/marketplace.nim index 3f9ad37a0..7ea7de3f9 100644 --- a/codex/contracts/marketplace.nim +++ b/codex/contracts/marketplace.nim @@ -14,7 +14,8 @@ export erc20 except `%`, `%*`, toJson export config export requests -type Marketplace* = ref object of Contract +type + Marketplace* = ref object of Contract Marketplace_RepairRewardPercentageTooHigh* = object of SolidityError Marketplace_SlashPercentageTooHigh* = object of SolidityError Marketplace_MaximumSlashingTooHigh* = object of SolidityError @@ -172,10 +173,6 @@ proc markProofAsMissing*( ] .} -proc markProofAsMissing*( - marketplace: Marketplace, id: SlotId, period: UInt256 -): Confirmable {.contract.} - proc reserveSlot*( marketplace: Marketplace, requestId: RequestId, slotIndex: UInt256 ): Confirmable {.contract.} diff --git a/vendor/codex-contracts-eth b/vendor/codex-contracts-eth index 02e3b8d22..58fd2ddd0 160000 --- a/vendor/codex-contracts-eth +++ b/vendor/codex-contracts-eth @@ -1 +1 @@ -Subproject commit 02e3b8d22b15975fd450ccdad30e32c0be7e593f +Subproject commit 58fd2ddd06531ada16484b16e58b08b1b89e24b3