Jonas Bostoen
Jonas Bostoen
I've been using orbit-db in my nodejs projects, which works really great btw! However, when trying to query databases created with the orbit-db-cli, I get a weird error. For example,...
# Rationale *Context: using go-ethereum as a library to work with ethereum objects.* Currently, when constructing a new `Transaction` object, the only way to do that using go-ethereum as a...
Closes #1415 To Do - [x] Keep more descriptive records of discovered peers in `Discovery` peerset - [x] Add heartbeat to `Discovery` for checking bond durations - [x] Add commands...
In the version on crates.io, `services::health_by_id` has a parsing error because of a wrong return type (`Result` instead of `Result`). On master, this is fixed, so a new version could...
If we leave p2pflow running for a while, we will build up a lot of idle peers. These don't get removed correctly in the BPF program (which works with TCP...
Add support for interacting with the Python gateway. This will also need a new Filter.
**Problem** Current simulation / submission results are not easy to parse. If you have submitted a bundle of multiple transactions, you will have to loop over all of them to...
There are currently no tests implemented, even though there's a couple things that are easy to implement: * The filter * Connections to the different endpoints * Correct serialization of...