mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-04 06:23:06 +00:00
fix(tests): fetching past contract events test (#1255)
This commit is contained in:
parent
ffbbee01b1
commit
1bea94c390
@ -537,6 +537,8 @@ ethersuite "On-Chain Market":
|
|||||||
|
|
||||||
let (_, fromTime) = await ethProvider.blockNumberAndTimestamp(BlockTag.latest)
|
let (_, fromTime) = await ethProvider.blockNumberAndTimestamp(BlockTag.latest)
|
||||||
|
|
||||||
|
await ethProvider.advanceTime(1.u256)
|
||||||
|
|
||||||
await market.reserveSlot(request.id, 1.uint64)
|
await market.reserveSlot(request.id, 1.uint64)
|
||||||
await market.reserveSlot(request.id, 2.uint64)
|
await market.reserveSlot(request.id, 2.uint64)
|
||||||
await market.fillSlot(request.id, 1.uint64, proof, request.ask.collateralPerSlot)
|
await market.fillSlot(request.id, 1.uint64, proof, request.ask.collateralPerSlot)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user