-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: upgrade libp2p (#303) * feat: rm the QUIC dependence of go-libp2p-quic-transport temporarily * feat: update golang version * build: golang1.18 require a new format when there is a build in the first line * feat: add bittorrent cmd * feat[bittorrent]: add metainfo cmd * feat[bittorrent]: add scrape and bencode cmds * feat[bittorrent]: add download cmd * feat: add some human-readable statistics * feat: rm the file after download completed * feat[bittorrent]: add bt serve cmd * fix: getting metainfo support magnet * ci: update go mod * test: fix cmd test * fix[bittorrent]: update the description of serveing * feat: upgrade libp2p * test: fix test case build err * fix: context background change to TODO * feat: dht prefix * fix: peer can't bootstrap because of the dht protocol prefix * fix: blockstore: block not found * feat: upgrade dependency of ethereum * feat: upgrade libp2p dependency * feat: implement new method * feat: update dependency * feat: instead IDB58Decode of IDFromBytes * style: format go code to pass github actions * feat: don't force users to migrate old config * feat: update resource manager base limit * feat: increase connsInbound * feat: change default resource manager * fix: key serialize method changed * test: new connmgr needs a grace period to 0 in test or else trim() will failed * fix: routing changed to ProvideManyRouter in IpfsNode to avoid the fx inject it failed * test: new transport upgrade * fix: key serialize error and btfs add ctx * test: rm coreunix test tmp * feat: log resource limits exceeded as warning instead of error * fix: peer string decode to peerID * test: delay the sleep time so that the LAN can find all each other * test: delay the code dht bootstrap time and timeout * fix: add issue * feat: update dashboard CID and version (#305) * feat: update dashboard CID and version --------- Co-authored-by: Shawn-Huang-Tron <[email protected]>
- Loading branch information
1 parent
46b46ba
commit c0fbaee
Showing
183 changed files
with
4,599 additions
and
1,728 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
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.