Jonny Rhea
Jonny Rhea
The current TVL calculation doesn't account for the new convergent curve pools. This fix accounts for v1 and v1.1 of the code. The correct TVL should be ~ $60 million....
The phase 0 networking spec declares a constant `MAXIMUM_GOSSIP_CLOCK_DISPARITY` and sets it to 500ms. The design rationale portion of the networking spec mentions that 500ms is currently a placeholder and...
Tracking the distribution of client types/versions is difficult; however, this could be made much easier if we simply added a client identifier field to the ENR. The benefits mainly fall...
I get this error: ``` Error: Abi(SerdeJson(Error("Invalid operation type.", line: 1, column: 4729))) ``` when interacting with a contract that contains the `recieve()` function. This PR openethereum/ethabi#187 was opened to...
Opening this issue to continue the discussion we started regarding what concurrency models that should be supported when targeting language level bindings. ### Asynchronous Model Concurrency handled on the Go...
ip info
investigate cheap/free ways to get ip info - good article: https://securitytrails.com/blog/asn-lookup - could use whois, but it doesn't provide lat,lon. i would still need to look that up from address...
this is a victim of countless upgrades and to libp2p (stable futures) and the need to get it working to monitor quickly to keep it compatible with testnets.
The feature that listens for gossip data and logs it writes to a hardcoded path. The filename and location should be specified as a cli param
- provide fork-ids to keep https://github.com/prrkl/imp/blob/c1b4b17ee1d95b44c17644cb74effd843bd8ac97/network/p2p/src/crawler.rs#L261
would be nice if this was a cli arg: https://github.com/prrkl/imp/blob/c1b4b17ee1d95b44c17644cb74effd843bd8ac97/network/p2p/src/crawler.rs#L315