Jorropo

Results 374 comments of Jorropo

@schomatis We already have: ```go func Parse(v interface{}) (Cid, error) { switch v2 := v.(type) { case string: if strings.Contains(v2, "/ipfs/") { return Decode(strings.Split(v2, "/ipfs/")[1]) } return Decode(v2) // ......

@schomatis oh nvm, the solution here (in go-cid) would be: ```diff type cidable interface{ ToCid() (Cid, error) } func Parse(v interface{}) (Cid, error) { switch v2 := v.(type) { case...

@BigLep I actually finished this while I was doing #568, this is done. #567 can stand alone.

I've not touched the files related to the failures, I'm confident it's not my fault then.

I have the same problem

@MoxieOlv I fixed it by lunching idlecard, after it asking me to install a special version of IE, then relunch and it work.

@guseggert the indexer protocol allows to mark which protocols peers support. We should ensure that peers supports bitswap and only return thoses. (as a parameter in reframe ? filter code...

> the main explanation was the circulating waves of root update messages that makes node's coords update over and over again Looks a lot like what I was seeing. >...

@neilalexander do you want me to update and shutdown the root again ? See what happen after an hour ? Or does this need many nodes in the network to...