matthewrobertbell
matthewrobertbell
@tomaka thank you very much for the code, I think I have it working (including port reuse, running > 1 processes on the same port on my laptop). @yoshuawuyts I...
@yoshuawuyts The code from rust-libp2p uses the net2 crate, but async-std does not. Would an example using net2 be an issue?
I'm afraid I ended up switching the project to tokio, so I didn't get around to publishing the example. On Tue, 8 Mar 2022 at 21:07, Pierrick ***@***.***> wrote: >...
An alternative could be allowing "pinning" of IPNS names, so that they are both automatically updated, the records republished by that node and the current IPFS object which is pointed...
Would it be possible to also include what type the object is (hash/list/integer/string etc)?
I mean knowing the difference between these: ~ echo '["a", "b"]' | ipfs dag put zdpuAnPcrJDq4zxgHbrT1QZxjastWCs3U8bewnfPboBVwxEE8 ~ echo '{"a": 1, "b": 2}' | ipfs dag put zdpuAnBAFDeLpjMFUN8C5DbHkAcLtNw9FvrPbBHgwbX1hfj1C So list vs...