nim-codex/tests
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
..
codex [purchasing] Withdraw funds when request times out 2022-10-25 15:10:35 +11:00
contracts [chore] clean up `array[32, byte]` types 2022-08-26 13:29:09 +10:00
fixtures Node setup (#32) 2022-01-10 09:32:56 -06:00
integration Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
ethertest.nim [tests] move ethertest module up one level 2022-05-19 10:38:19 +02:00
examples.nim [chore] make RequestId, SlotId, Nonce, PurcahseId distinct 2022-08-26 13:29:09 +10:00
nim.cfg Disable logging in tests 2022-04-21 14:04:07 +02:00
testCodex.nim Por serialize (#106) 2022-05-23 23:24:15 -06:00
testCodex.nim.cfg Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
testContracts.nim [contracts] Add Clock that synchronizes time with EVM 2022-05-19 10:38:19 +02:00
testContracts.nim.cfg Nimble lock file 2022-04-12 16:59:00 +03:00
testIntegration.nim Changes required for reasonable upload/download speed (#265) 2022-10-06 23:01:25 +03:00