nim-codex/tests
Dmitriy Ryajov 5abf80cc69
Block download (#304)
* track inflight requests

* preperly handle precense updates

* trace number of of scheduled blocks

* invoke `payForBlocks` at the correct time

* reduntant block info on want list updates

* don't update prices in task handler

* PeerID -> PeerId

* cleanup

* proper log topic

* better chronicles topic filtering

* more trace logging

* sort want blocks

* wip - fix tests

* wip - fix tests, presence changes

* fix small test issue

* return price

* payment related changes

* misc

* re-enable payment tests

* fix warn wording

* fix `u256` conversion

* minor misc changes

* don't idle for so long on `encode`

* logging

* move buff

* disable cache by default

* disable cache by default

* fix streamOneBlock

* log node stopping/exiting

* trace logging

* don't stringify cid

* use `self`

* quick cleanup

* rename enums

* rename enums

* turns out we don't needs this test

* fix wording
2022-11-15 09:46:21 -06:00
..
codex Block download (#304) 2022-11-15 09:46:21 -06:00
contracts Load purchase state from chain (#283) 2022-11-08 08:10:17 +01:00
fixtures Node setup (#32) 2022-01-10 09:32:56 -06:00
integration Load purchase state from chain (#283) 2022-11-08 08:10:17 +01:00
ethertest.nim [tests] move ethertest module up one level 2022-05-19 10:38:19 +02:00
examples.nim Load purchase state from chain (#283) 2022-11-08 08:10:17 +01:00
nim.cfg Disable logging in tests 2022-04-21 14:04:07 +02:00
testCodex.nim [utils] Add operator `as` for optional casting 2022-10-25 15:10:35 +11: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 Log topic filtering (#312) 2022-11-14 17:42:57 -06:00