forked from OpenBazaar/openbazaar-go
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'development' into pre-release
* development: (77 commits) Fix imports. Remove unused gx code. Delete unused code. Purge unused packages. Add missing gx packages. Handle error when calculating SHA peer id [OpenBazaar#1645] Prevent notifications produced on MODERATOR_ADD and REMOVE Bump version to 0.13.4 [OpenBazaar#1626] Fix secio handshake to properly fallback to alt ID generation [OpenBazaar#1634] Apply patch from go-libp2p-secio v0.0.3 release [OpenBazaar#1593] Add Start subcommand option to force key purge from IPNS cache Use separate namespace for IPNS persistent cache Best effort delete ipns record if unmarshaling fails Don't cache records for our own peerID Add validator in mobile package Add record validator to APIRouter [OpenBazaar#1557] Make CachingRouter implement routing.PubKeyFetcher [OpenBazaar#1557] CachingRouter network lookup fixes Cleanup function naming, lint failures Update mobile/node to use extracted config methods ...
- Loading branch information
Showing
2,965 changed files
with
96,026 additions
and
776,490 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,8 +48,8 @@ linters: | |
- goconst | ||
- govet | ||
- megacheck | ||
- goimports | ||
disable: | ||
- goimports | ||
- errcheck | ||
- golint | ||
- prealloc |
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.