-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump chronos and fix exception tracking issues (#436)
* Bump nim-chronos and fix exception tracking issues * Bump other Nim submodules to latest * Fix repeatMessage properly through proc type fix in nim-eth Also add and use unittest2 through testutils to avoid extra annotations.
- Loading branch information
Showing
29 changed files
with
152 additions
and
140 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
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
Submodule nim-chronicles
updated
4 files
+17 −7 | chronicles.nim | |
+1 −1 | chronicles.nimble | |
+2 −2 | chronicles/log_output.nim | |
+6 −0 | tests/no_side_effect.nim |
Submodule nim-chronos
updated
43 files
Submodule nim-confutils
updated
2 files
+4 −4 | confutils/envvar/envvar_serialization.nim | |
+4 −4 | confutils/winreg/winreg_serialization.nim |
Submodule nim-eth
updated
4 files
+1 −1 | eth/p2p/discoveryv5/protocol.nim | |
+4 −3 | eth/p2p/private/p2p_types.nim | |
+12 −8 | eth/p2p/rlpx.nim | |
+1 −1 | eth/p2p/rlpx_protocols/whisper/whisper_types.nim |
Submodule nim-json-serialization
updated
5 files
+2 −12 | json_serialization.nim | |
+10 −0 | json_serialization/format.nim | |
+13 −7 | json_serialization/reader.nim | |
+16 −13 | json_serialization/writer.nim | |
+41 −0 | tests/test_json_flavor.nim |
Submodule nim-libp2p
updated
from 3bf6ac to df4976
Oops, something went wrong.