mirror of
https://github.com/status-im/nim-codex.git
synced 2025-01-09 10:32:11 +00:00
c893b1f0cb
* [build] track nim-libp2p's unstable branch * cid formatIt change * track nim-libp2p-unstable * don't stringify cid * Fixed testblockexc.nim 1. Assign price to blocks 2. Delete on node1 cached blocks from node2 before buying them again * add trace logging * init pricing info * remove duplicate price setting * cid serialization in trace logs * bumping dht to latest main * bump Co-authored-by: Dmitriy Ryajov <dryajov@gmail.com> Co-authored-by: Bulat-Ziganshin <bulat.ziganshin@gmail.com>
33 lines
440 B
Plaintext
33 lines
440 B
Plaintext
*
|
|
!*/
|
|
!*.*
|
|
*.exe
|
|
|
|
!Makefile
|
|
|
|
nimcache/
|
|
|
|
# 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
|
|
|
|
# Nimble user files
|
|
nimble.develop
|
|
nimble.paths
|
|
|
|
# vscode
|
|
.vscode
|
|
|
|
# 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
|