acolytec3
acolytec3
@wemeetagain thoughts here? Would love to get a bug fix for this in the next `discv5` release if possible.
Finished by the `portal-client` work done by @cjustinobi
Will try and get to a review of this PR this week!
Have merged #757 which partially completes this work. Thanks @cjustinobi!
Is this still an issue?
Having re-read the EIP and our code again, I now think we should allow `'0x0` for both `yParity` and `chainId` in the `AuthorizationListItemJSON` and then convert it to `[]` when...
I'm assuming the biggest culprit for EVM/VM/verkle is the WASM deps that are bundled with them. I don't think we ever escape it for `verkle` unless we rewrite the entire...
This is a known issue. Unfortunately, we do not currently have an obvious solution to it aside from polyfilling with something like [`eventemitter3`](https://github.com/primus/eventemitter3). I have not yet found a replacement...
If we can find a fully compatible event emitter class, potentially. `eventEmitter3` has some incompatibility that I couldn't solve when I initially tried integrating it inside the `asyncEventEmitter` class. If/when...
One alternative might be to explore the BN254 implementation in the `mcl-wasm` library. We're using this one for the EIP 2537 precompiles already so if I can map the public...