Lucas Molas

Results 39 issues of Lucas Molas

Toward https://github.com/libp2p/go-libp2p/issues/1421. @vyzo This is a blunt and incorrect first approximation for feedback. The 1st and 3rd `DialPeer`s happen after the 2nd one succeeds. This passes but defeats the purpose...

In the context of looking into https://github.com/libp2p/go-libp2p/issues/1324, clean up `TestMultiplePeers`.

It would be very useful to employ BARF's REIL analysis tools for architectures not supported in BARF without modifying its core but rather through a defined API that allows to...

Closes https://github.com/ipfs/go-ipfs/issues/8504. Sharness missing: https://github.com/ipfs/go-ipfs/issues/8504#issuecomment-1115031052 Example: ``` ipfs add p2p -r --to-files / # added QmWSpN5PR7rkcnHQAWU8AvrAnqUtZnDfSzfFd9r5xnh7DJ p2p/listener.go # added QmSj2YofPhB4i6LQwfBhdZZv5h7p1NNK8sTWYxT7xsKyUx p2p/local.go # added QmaUuTcmN4y8G2E8i14U7VstZyrF6RrydbUanYkXt2hPXg p2p/p2p.go # added QmTDkjKwN6ZxndDUnyLjdDF1yBxjr2TzBmmq2sDSgP82TE p2p/remote.go #...

Need review and help in the flagged items in `core/corehttp/logs.go`. Closes https://github.com/ipfs/go-ipfs/issues/8753. Closes #9245

### Checklist - [X] This is a bug report, not a question. Ask questions on [discuss.ipfs.io](https://discuss.ipfs.io). - [X] I have searched on the [issue tracker](https://github.com/ipfs/go-ipfs/issues?q=is%3Aissue) for my bug. - [X]...

kind/bug
need/triage

``` IPFS_CMD=cmd/ipfs/ipfs NODE_BEFORE=QmUNLLsPACCz1vLxQVkXqqLX5R1X345qqfHbsf67hvA3Nn # empty dir NODE_AFTER=QmQPeNsJPyVWPFDVHb77w8G42Fvo15z4bG2X8D2GhfbSXc # ipfs init dir $IPFS_CMD dag diff $NODE_BEFORE $NODE_AFTER ``` ``` [ { "op": "add", "path": "/Links/-", "value": { "Hash": { "/": "QmQy6xmJhrcC5QLboAcGFcAE1tC8CrwDVkrHdEYJkLscrQ"...

Depends on https://github.com/ipfs/go-ipfs/pull/8574. _Please review and land that first to simplify this diff._ Replace the readily accessible MFS root in the node (`FilesRoot`) with a lock-protected version (`LockedFilesRoot`). Testing: We...

This is not a fix, just an "annotated issue". I don't have the time nor the insight behind the design of https://github.com/uber-go/dig/pull/209 to bring this home. Hope this is helpful...

Updates names from https://github.com/filecoin-project/lotus/pull/3624 and some protocol packet structure from https://github.com/filecoin-project/lotus/pull/2715. Closes https://github.com/filecoin-project/specs/issues/1171.