ljedrz

Results 69 issues of ljedrz

While I was looking at the upcoming `go-ipfs 0.7` changes, the one that stood out to me most was the switch from RSA to Ed25519 keys by default; since the...

Since [we can now run interop tests against `go-ipfs` and `js-ipfs`](https://github.com/rs-ipfs/rust-ipfs/pull/361) quite easily, we could adjust some of our existing tests so that they automatically become interop tests with the...

enhancement
help wanted

I browsed the `go-ipfs` and `js-ipfs` codebases in search for some nice `/add` test cases so that we could verify that our logic, e.g. wrt. the headers and field names,...

Following the changes in [`go-ipfs`](https://github.com/ipfs/go-ipfs/pull/7409) and [`js-ipfs`](https://github.com/ipfs/js-ipfs/pull/3250) (and already required in the upstream conformance tests), this PR adds the quite useful list of supported `libp2p` protocols to the JSON returned...

Currently defaults to `Client` and can't be used as a start-up param or influence the DHT logic. Also removes `SwarmOptions` and `IpfsInner.keys` due to retaining all the `IpfsOptions` inside `IpfsInner`.

This was a part of https://github.com/rs-ipfs/rust-ipfs/pull/264 which was surprisingly painless and seems more idiomatic than the current approach of creating ad-hoc intermediate `struct`s containing an `Ipfs` (which is internally an...

Just a maintenance lockfile update after cargo update to prune the dependabot PRs.

dependencies

This PR aims to replace the existing auto-update scripts by performing periodic checks on a specified branch of snarkOS, downloading any updates, rebuilding the node and restarting it with the...

feature
linux
macos

The testnet2 equivalent of https://github.com/AleoHQ/snarkOS/pull/1218; the only difference is that the external address is not registered, but it can be extended with that functionality if need be. Supersedes https://github.com/AleoHQ/snarkOS/pull/1218. Closes...

feature
network
testnet2

The following error was reported in Discord's #testnet-support: ``` Failed to get challenge request from : Custom { kind: InvalidData, error: "Frame of length 1347703880 is too large." } ```...

network