-
Notifications
You must be signed in to change notification settings - Fork 226
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
Test query interactions with routing table #887
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
4f0bd42
Test query interactions with routing table
iand 8cf5bbc
v2: upgrade to go1.21
iand b1b4661
Add uci config
iand 3997993
Use newer uci actions
iand 55a4448
Merge branch 'v2-develop' into v2-query
iand fa75b51
Merge branch 'v2-develop' into v2-query
iand bd533e5
Pass clock to coordinator
iand 77ca4ec
Fix merge conflict
iand d7feea9
Use v2 working directory in actions
iand 1299359
Set go-version input in actions
iand ce1fa35
Set go-version input in actions
iand 52555e3
Use go 1.20.8 in actions
iand 9838121
Use go 1.21.1 and relative working directory
iand f08a1ea
Try default working directory on job
iand bf14d3e
Remove uci.yaml which is not supported yet
iand 0e6e4d2
Try default working directory on job
iand 318fdaa
Try default working directory as input
iand c5768c2
Restore uci.yaml
iand 576d604
Restore uci.yaml
iand 54cc8e8
Use modified go-check
iand 3826f9d
Use modified go-test
iand f131d09
Fix go-test
iand b8662b9
Fix go-test
iand e94e01e
Fix go-test
iand 22ad479
Merge branch 'v2-develop' into v2-go121
iand 120c051
Merge branch 'v2-go121' into v2-query
iand 26632d7
Update go-kademlia
iand 3118105
Add more tracing
iand 094a4b7
Use go-kademlia trie fix
iand 3ee7700
Merge branch 'v2-develop' into v2-query
iand 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
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.
could have something like:
at the top of this method.
fmt
is already imported.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.
or add it right to L122
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.
I'm wary of adding allocations for tracing since they will affect performance