-
Switching to `testnet/3` seems that started happening something that works on `master`.
To reproduce the problem:
```bash
git clone https://github.com/jsign/lotus.git
cd lotus
git checkout jsig…
jsign updated
4 years ago
-
## This issue has a bounty!
Successfully closing this issue by producing a production-ready piece of documentation can earn you not only the undying love of the IPFS community — it can net you a fina…
-
Plan Description: https://github.com/ipfs/testground/pull/87
-
The `ipld.Node` interface currently has a method `TraverseField(key string) (ipld.Node, error)`. This has been sufficient to get going, but there are several issues with this: it's verbose; it always…
-
When a graphsync request is received, if that request matches a push request previously made by the requestor, then respond with data, otherwise don't.
In:
- Setup extension handler to verify incomin…
-
# What
This issue describes potential support for [DagPB](https://github.com/ipld/specs/blob/master/block-layer/codecs/dag-pb.md) as an encoding format in go-ipld-prime.
# Why
Filecoin is wi…
-
-
**Describe the bug**:
```
2019-11-18T02:08:42.174Z INFO chainsync.fetcher.graphsync fetcher/graphsync_fetcher.go:158 fetching initial tipset { bafy2bzacebk4ckkdvzemxxd652y2g…
-
-
### Description
Chain sync is a security-critical function and needs robust testing. The new graphsync-based syncer is great, but we need more confidence in it.
Extend unit and/or integration test…