Adin Schmahmann

Results 287 comments of Adin Schmahmann

@zot there are some good thoughts here, but I'd like to separate them out to make sure we're on the same page. The issue here is that the TTL serves...

> Instead, we could detect when certain % of go-ipfs peers (Agent Version column from `ipfs stats dht`) use newer version and warn user that they should update to the...

Note that `ipfs dag stat` was added in #7553 and supports calculating the full (deduplicated) size of the DAG and (deduplicated) number of blocks in it. Sure it could be...

> I’d like to see us include it by default 👍 especially for people that want to use graphsync instead of bitswap having the codec information is very useful.

Thanks for bringing this up. I suspect that there may be other people who would also like some sort of management layer on top of pubsub to deal with Topics....

Thanks for filing the issue on this, I thought we'd already filed this when we first hacked in the `GenRandPeerID` function but I guess not. Worth noting that the outlier...

TestGossipsubControlPiggyback I suspect is also flaky given that it is skipped with `t.Skip("travis regularly fails on this test")`. I can try and do some more looking into this, but I...

The Travis 10 minute timeout shouldn't be an issue. However, it does look like not all the subscribers are receiving the messages. My guess is that this is happening because...

On the whole seems reasonable. However, I suspect that without having a similar type of application priority at lower levels of the libp2p stack you're frequently not going to get...

@treasersimplifies is this issue a request for adding better documentation to the Add command and/or go-ipfs-files? Mutating file handles as you work with them seems pretty common place, but it...