mirror of
https://github.com/status-im/nim-dagger.git
synced 2025-02-26 21:30:30 +00:00
* adding basic retry functionality * avoid duplicate requests and batch them * fix cancelling blocks * properly resolve blocks * minor cleanup - use `self` * avoid useless asyncSpawn * track retries * limit max inflight and set libp2p maxIncomingStreams * cleanup * add basic yield in readLoop * use tuple instead of object * cleanup imports and logs * increase defaults * wip * fix prefetch batching * cleanup * decrease timeouts to speedup tests * remove outdated test * add retry tests * should track retries * remove useless test * use correct block address (index was off by 1) * remove duplicate noop proc * add BlockHandle type * Use BlockHandle type * add fetchLocal to control batching from local store * add format target * revert deps * adjust quotaMaxBytes * cleanup imports and logs * revert deps * cleanup blocks on cancelled * terminate erasure and prefetch jobs on stream end * split storing and retrieving data into separate tests * track `b.discoveryLoop` future * misc * remove useless check
50 lines
683 B
Plaintext
50 lines
683 B
Plaintext
*
|
|
!*/
|
|
!*.*
|
|
*.exe
|
|
|
|
!LICENSE*
|
|
!Makefile
|
|
!Jenkinsfile
|
|
|
|
nimcache/
|
|
|
|
# Executables when using nix will be stored in result/ directory
|
|
result/
|
|
|
|
# Executables shall be put in an ignored build/ directory
|
|
build/
|
|
|
|
# Coverage data shall be put in an ignored coverage/ directory
|
|
coverage/
|
|
|
|
# Nimble packages
|
|
/vendor/.nimble
|
|
/vendor/packages/
|
|
# /vendor/*/
|
|
|
|
# Nimble user files
|
|
nimble.develop
|
|
nimble.paths
|
|
|
|
# vscode
|
|
.vscode
|
|
|
|
# JetBrain's IDEs
|
|
.idea
|
|
|
|
# Each developer can create a personal .env file with
|
|
# local settings overrides (e.g. WEB3_URL)
|
|
.env
|
|
|
|
.update.timestamp
|
|
codex.nims
|
|
nimbus-build-system.paths
|
|
docker/hostdatadir
|
|
docker/prometheus-data
|
|
.DS_Store
|
|
nim.cfg
|
|
tests/integration/logs
|
|
|
|
data/
|