acolytec3

Results 94 issues of acolytec3

With the History Network close to something looking like fully implemented, the build out of support for both era and era1 files within our various monorepos, and the existence of...

We should implement a `portal_*TraceOffer` endpoint so we can participate in some benchmarking that's been developed by @KolbyML. Behavior should follow the existing `portal_*Offer` endpoint except return a trace object...

Ultralight used to have a browser client built in `react` that allowed a relatively decent graphical UI to interact with the portal network. We also exposed the `portalnetwork` base `portal`...

As suggested by @KolbyML, we should look at [`Deno Compile`](https://docs.deno.com/runtime/reference/cli/compile/) as a possible way to build a standalone binary for the Ultralight `cli`. This would make deploying it an easier...

I've noticed in the course of testing stuff on the live network that our `contentLookup` is queueing up more than 5 requests and gets stuck in this pending state where...

The `portalnetwork` tests have a bunch of "skipped" tests and type failures we should clean up. - Type failures are mnostly leftover Statenetwork stuff related to older variants of the...

Implements [RIP-7212](https://github.com/ethereum/RIPs/blob/master/RIPS/rip-7212.md) which is currently scheduled for Fusaka.

PR/Issue state: blocked
package: common
package: evm

Experiment to move rlpx to a separate thread

In the `test/rpc` subfolder in the `client` tests, there is some duplication of test utilities with small adjustments that should be consolidated. This is mainly in the `test/rpc/eth` tests where...

A vibe coded experiment with worker threads for ecrecover