-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chronos v4 Update (v3 Compat Mode) (#814)
* add changes to use chronos v4 in compat mode * switch chronos to compat fix branch * use nimbus-build-system with configurable Nim repo * add missing imports * add missing await * bump compat * pin nim version in Makefile * add await instead of asyncSpawn to advertisement queue loop * bump DHT to v0.5.0 * allow error state of `onBatch` to propagate upwards in test code * pin Nim compiler commit to avoid fetching stale branch * make CI build against branch head instead of merge * fix handling of return values in testslotqueue
- Loading branch information
Showing
16 changed files
with
33 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,5 +25,5 @@ template ethersuite*(name, body) = | |
|
||
body | ||
|
||
export unittest | ||
export asynctest | ||
export ethers except `%` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule nim-chronos
updated
94 files
Submodule nim-codex-dht
updated
8 files
+1 −1 | .github/actions/install_nimble/action.yml | |
+171 −85 | atlas.lock | |
+6 −4 | codexdht.nimble | |
+1 −1 | codexdht/private/eth/p2p/discoveryv5/providers/maintenance.nim | |
+24 −20 | codexdht/private/eth/p2p/discoveryv5/transport.nim | |
+209 −172 | nimble.lock | |
+1 −1 | tests/discv5/test_discoveryv5.nim | |
+8 −0 | vendor/urls.rules |
Submodule nim-http-utils
updated
5 files
+1 −1 | .github/workflows/ci.yml | |
+1 −0 | README.md | |
+111 −50 | httputils.nim | |
+2 −0 | httputils.nimble | |
+11 −3 | tests/tvectors.nim |
Submodule nimbus-build-system
updated
8 files
+162 −0 | .github/workflows/ci.yml | |
+0 −10 | .gitmodules | |
+19 −0 | README.md | |
+5 −6 | makefiles/targets.mk | |
+23 −14 | scripts/build_nim.sh | |
+1 −1 | vendor/Nim | |
+0 −1 | vendor/Nim-csources-v1 | |
+0 −1 | vendor/nimble |