nim-codex/tests/codex/helpers
Eric Mastro 0c3fbad470 [purchasing] Withdraw funds when request times out
When a request for storage times out (not enough slots filled), the client will initiate a withdraw request to retrieve its funds out of the contract, setting the state of the request to RequestState.Cancelled. The client will also emit a RequestCancelled event for others to listen to (ie hosts will need to listen for this event to withdraw its collateral).

Add unit test that checks for emission of RequestCancelled after request is purchased request expires.

Update dagger-contracts dependency to commit that holds the changes supporting withdrawing of funds.
2022-10-25 15:10:35 +11:00
..
eventually.nim Fix test that was failing intermittently 2022-07-20 13:43:20 +02:00
mockclock.nim Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
mockdiscovery.nim Upload authenticators (#108) 2022-05-25 20:29:31 -06:00
mockmarket.nim [purchasing] Withdraw funds when request times out 2022-10-25 15:10:35 +11:00
mockproofs.nim [chore] clean up `array[32, byte]` types 2022-08-26 13:29:09 +10:00
nodeutils.nim Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
randomchunker.nim Download files without padding (#218) 2022-08-24 15:15:59 +03:00