-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
mega update #4610
Merged
Merged
mega update #4610
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
fe8846f
gx: mass update
Stebalien d82b527
switch to fast base58 library
Stebalien 8899e98
fix tests that use invalid peer IDs
Stebalien 281d5ea
Update ipns validator
dirkmc b90d7bd
Remove unneccesary split in IpnsValidator
dirkmc f6d507b
go fmt
dirkmc fdb0046
Fix ipns validator key parsing
dirkmc 49569a6
gx update badger ds (fix internal deps issue)
Stebalien 730754d
dagmodifier: remove useless offset update
Stebalien d154b4a
merkledag: switch to new dag interface
Stebalien 0d12a97
namesys: remove unecessary peerID cast
Stebalien 699b2c4
make code-climate happier
Stebalien 1159abd
cmds: can't call SetError after SetOutput
Stebalien 97cb6a0
fix dht tests
Stebalien d73bf86
note issue for failing dht test cases
Stebalien e049228
fix namesys pubsub sharness tests
Stebalien 118ecb2
remove new DHT record author check
Stebalien d0998a9
make base64 decoding cross-platform
Stebalien 5acbecc
update go-lib2p-loggables
Stebalien faae63f
handle error from changed NewFloodSub method
Stebalien 1054826
switch base64 decoder based on OS
Stebalien f1aba97
fix error in test case
Stebalien f9d935b
rename import of go-ipld-format from node/format to ipld
Stebalien 87c6914
update go-ds-badger
Stebalien 2379aa0
update comment to note that we're punting on this
Stebalien 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
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.
@whyrusleeping go vet complained. I believe this is the correct fix here but I just wanted to check. Not really related to this PR, just a drive-by fix.