net-ipfs-engine icon indicating copy to clipboard operation
net-ipfs-engine copied to clipboard

IPFS Core API implementation in .Net

Results 40 net-ipfs-engine issues
Sort by recently updated
recently updated
newest added

After running the below code, block shows up in the `.csipfs` folder but using the `ipfs.io` link does not have it show up. What am I missing? https://ipfs.io/ipfs/QmW6kQdgmoJcm2zhSa5m99PGQFTdLSQ6jS6KyH2wxSkE9f Also, I...

is regular that if i run await `ipfs.StartAsync()` and after `ipfs.StartAsync().Status` it give me `faulted`? `ipfs.StartAsync()` `Debug.Log(ipfs.StartAsync().Status);`

How can I run a daemon with --enable-pubsub-experiment key in C#?

Good afternoon! I have a couple of questions: First, when I run the IpfsServer project on either MacOS or Windows 10, the web UI interface does not work. I get...

When a wanted block is found or cancelled, then a cancel message should be sent to other peers; see #147

When an entry is removed from the want list, the connected peers should be sent an bitswap cancel message.

The http server does not publish binary message correctly. It generates the wrong message data bytes. The basic issue is that the message data is interpreted as a UTF-8 string...

bug
http-server

The `.eth` TLD is not recognised by mainstream DNS, However, if it is automagically changed to `.eth.link` it will work. ``` $ csipfs dns ipfs.enstest.eth /ipfs/QmRAQB6YaCyidP37UdDnjFY5vQuiBrcqdyoW1CuDgwxkD4 $ csipfs name resolve...

enhancement