-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chore/update nim version #1052
Merged
+354
−259
Merged
Chore/update nim version #1052
Changes from 30 commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
b5af96f
Move to version 2.0.6
2-towns ca2b63c
Update nim-confutils submodule to latest version
2-towns ef3274b
Update dependencies
2-towns 34f5e00
Update Nim version to 2.0.12
2-towns 7c9b607
Add gcsafe pragma
2-towns 0e00f0c
Add missing import
2-towns 0ecf3f7
Update specific conf for Nim 2.x
2-towns 4935494
Fix method signatures
2-towns a1c8c94
Revert erasure coding attempt to fix bug
2-towns 599e868
More gcsafe pragma
2-towns a2f0528
Duplicate code from libp2p because it is not exported anymore
2-towns a2f09b2
Fix camelcase function names
2-towns 902c6dc
Use alreadySeen because need is not a bool anymore
2-towns 83b4943
newLPStreamReadError does not exist anymore so use another error
2-towns daadffe
Replace ValidIpAddress by IpAddress
2-towns d6b1781
Add gcsafe pragma
2-towns 0724d7f
Restore maintenance parameter deleted by mistake when removing esasur…
2-towns 6ad496d
Update method signatures
2-towns 5c80a84
Copy LPStreamReadError code from libp2p which was removed
2-towns 6b64c25
Fix camel case
2-towns 627e6ae
Fix enums in tests
2-towns 51a4054
Fix camel case
2-towns ab39da8
Extract node components to a variable to make Nim 2 happy
2-towns 3f9f421
Update the tests using ValidIpAddress to IpAddress
2-towns d2388a3
Fix cast for value which is already an option
2-towns b9222d0
Merge branch 'master' into chore/update-nim-version
2-towns d9eca3b
Set nim version to 2.0.x for CI
2-towns 696f66d
Set nim version to 2.0.x for CI
2-towns 56d2186
Move to miniupnp version 2.2.4 to avoid symlink error
2-towns 1ecad68
Set core.symlinks to false for Windows for miniupnp >= 2.2.5 support
2-towns 7bdbd87
Update to Nim 2.0.14
2-towns dfcdac6
Update CI nim versions to 2.0.14
2-towns f24d264
Try with GCC 14
2-towns fdba4e7
Replace apt-fast by apt-get
2-towns 251d286
Update ubuntu runner to latest
2-towns b5848da
Use Ubuntu 20.04 for coverage
2-towns 801f6b7
Disable CI cache for coverage
2-towns 2c436db
Add coverage property description
2-towns 958df72
Remove commented test
2-towns 08ced59
Check the node value of seen instead of using alreadySeen
2-towns 00e3f0e
Merge branch 'master' into chore/update-nim-version
2-towns 10bc903
Fix the merge. The taskpool work was reverted.
2-towns 66d1c5b
Update nim-ethers submodule
2-towns 943ca8a
Merge branch 'master' into chore/update-nim-version
2-towns fb14b60
Remove deprecated ValidIpAddress. Fix missing case and imports.
2-towns 5cbb43b
Fix a weird issue where nim-confutils cannot find NatAny
2-towns 0d71b0a
Fix tests and remove useless static keyword
2-towns File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@veaceslavdoina Double check if it is okay for you