filclient
filclient copied to clipboard
A minimal filecoin client library
Bumps [github.com/filecoin-project/go-fil-markets](https://github.com/filecoin-project/go-fil-markets) from 1.26.0 to 1.28.1. Changelog Sourced from github.com/filecoin-project/go-fil-markets's changelog. go-fil-markets changelog go-fil-markets v1.28.0 Generating Changelog for github.com/filecoin-project/go-fil-markets v1.26.1..49cb4a6b647a1fa715d7a114e89534212d617c96 github.com/filecoin-project/go-fil-markets: chore: update dependencoies (#790) (filecoin-project/go-fil-markets#790) Chore/use go libipni (#789)...
Bumps [github.com/ipfs/go-graphsync](https://github.com/ipfs/go-graphsync) from 0.13.2 to 0.14.6. Release notes Sourced from github.com/ipfs/go-graphsync's releases. v0.14.6 What's Changed TestNetworkDisconnect reliability by @hannahhoward in ipfs/go-graphsync#425 feat: MaxLinks for requests by @rvagg in ipfs/go-graphsync#420 Full...
Bumps [github.com/libp2p/go-libp2p-kad-dht](https://github.com/libp2p/go-libp2p-kad-dht) from 0.20.0 to 0.23.0. Release notes Sourced from github.com/libp2p/go-libp2p-kad-dht's releases. v0.23.0 What's Changed feat: add basic tracing by @guseggert in libp2p/go-libp2p-kad-dht#769 Optimistic Provide by @dennis-tra in libp2p/go-libp2p-kad-dht#783 fix:...
Bumps [github.com/filecoin-project/boost](https://github.com/filecoin-project/boost) from 1.5.1-rc5 to 1.6.2-rc1. Release notes Sourced from github.com/filecoin-project/boost's releases. v1.6.2-rc1 Overview We're happy to announce the Boost v1.6.2-rc1 release. See the Boost and Lotus compatibility matrix for...
Bumps [github.com/ipfs/go-unixfs](https://github.com/ipfs/go-unixfs) from 0.4.2 to 0.4.5. Release notes Sourced from github.com/ipfs/go-unixfs's releases. v0.4.5 What's Changed test: fix tests after hamt issues fixes by @Jorropo in ipfs/go-unixfs#138 Update builder.go by @cpucorecore...
@hannahhoward this should get things moving further...
When calling filclient, there should be the ability to specify transfer params (use cases exist where trasnfer may not happen over libp2p, may be http etc)
# Goals Well, this was going to be an update to go-data-transfer v2... but then it turns out filclient is way behind on Libp2p so, that got added, and then...
Right now the commands will fail if you put flags after args. We should fix this so flags & args can be passed in any order.
# What I want to raise awareness that this repo's use of Lotus `itest` framework for integration tests makes updates of modules dependencies quite difficult, or at minimum tied to...