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.
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
exchange signed routing records in identify #747
exchange signed routing records in identify #747
Changes from 35 commits
94439e6
cfd7149
daaef63
2db11a5
c999bd0
b632eba
8948610
c97dd74
de97dd1
2b0a74e
c2309af
3f7951d
71187c5
baf71df
f86b996
5fc5ead
c86f6e3
ad52da5
63c99a2
ea966e2
64f1353
6ecbfea
1f922f0
58fe062
c019ac1
1da3bd5
8d316c3
ba8f960
db2625b
839c8d2
aff832d
140feb8
c775624
0808676
65c2cf1
4bfae9d
a45bb3f
6fa7285
4269886
ffef2df
c351c42
d740574
4474645
15310dc
3b2ae0a
8c60995
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Large diffs are not rendered by default.
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.
Fatal must be called from the main goroutine: https://golang.org/pkg/testing/#T
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.
This code is being executed on the main goroutine, not on a separate one.
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.
Shouldn’t this be == -1?
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.
Completely got rid of this code as we don't really need it.