MOZGIII
MOZGIII
We already have an `author_insertKey` RPC call, but we need a better API.
We should obtain a better understanding of why things happen in our chain. Currently, when the transaction is rejected because of the nonce conflict, we print the "nonce has already...
We need to implement a precompile that would expose the bioauth status for a given address. Input: - eth address Output: - boolean The address for the precompile itself is...
Right after #130 we've had this telemetry timeouts issue. It used to happen without any kind of load. We need to figure out: 1. If our deployment (we have a...
We need a command to print the RPC URL that would include the RPC resolution logic. The intended use is for the desktop app to be able to connect to...
Switch to skipping the test if a certain env var isn't set instead.
As a follow-up after #1, we need integration tests to ensure `robonode-client` and `robonode-server` work together. The goal here is to make sure our robonode server's ~~transport layer~~ end-to-end and...