go-data-transfer
go-data-transfer copied to clipboard
Data Transfer Shared Component for go-filecoin & go-lotus
Calling LastVoucherResult is unsafe, as it will panic if there are not any voucher results. To check if there are voucher results, you have to check the length of the...
### What This Module Intends To Do Data transfer aims to be an abstract data transfer layer for Filecoin. The primary goals in the design of this module are to:...
``` echo: http: panic serving 127.0.0.1:60396: runtime error: invalid memory address or nil pointer dereference goroutine 3531 [running]: net/http.(*conn).serve.func1(0xc000cfa140) /usr/lib/go/src/net/http/server.go:1824 +0x153 panic(0x26cff40, 0x504b620) /usr/lib/go/src/runtime/panic.go:971 +0x499 github.com/filecoin-project/go-data-transfer/channels.channelState.Voucher(0xc00409b7a0, 0x26, 0x16, 0xc00409b8c0, 0x22,...
Currently, if the other peer in a data transfer channel disconnects and causes the transfer to stall, the channel retains its Ongoing status, and the channels status message gets set...
When use lotus make deals with miner, the miner return cannot initiate a state for identifier issue on `impl/receiver.go:26` ``` 2020-10-15T18:22:06.134+0800 [34mINFO[0m storagemarket_impl impl/provider.go:213 Handling storage deal proposal! 2020-10-15T18:22:06.158+0800 [34mINFO[0m...
When a data transfer is restarted using the `RestartDataTransferChannel ` API here: https://github.com/filecoin-project/go-data-transfer/pull/75/files A channel could be in the `PausedInitator`, `PausedResponder` or both states. This ticket is to handle those...
Link in [Background](https://github.com/filecoin-project/go-data-transfer#background) section is not accessible anymore since design document was removed as outdated.
Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.42.0 to 0.48.2. Release notes Sourced from github.com/quic-go/quic-go's releases. v0.48.2 This patch release contains fixes for three bugs, including a patch for CVE-2024-53259 (details). Changelog fix arming...