Péter Szilágyi
Péter Szilágyi
The fault my originate from this repo not having a proper type spec for the didDoc, it just says "unknown", so generated app's can't really make heads or tails of...
@jwasinger @rjl493456442 @fjl @holiman PTAL, the PR is ready for review/merge.
FWIW, I'd appreciate a merge commit vs. squash merge to retain ownership of my massive cleanup commit.
One thing I want to change. Replace the pre-root hash with the parent header. In the current shape of the code the pre-root is trusted, which allows the block being...
There are some wonkyness left in, but I have a followup PR which does the live integration and that does further cleanups. Better to have the witness stuff in here...
It was deliberate not to choke on errors. Since env vars are a bit more fluid and might not always be "designated" for Geth, we try to interpret - and...
Hmm, the startup fail is interesting, just saw it now that it stops executing. Myeah, this is kind of a political debate now, there's no clear best solution, both have...
Closing this PR as it doesn't really address the core issue. Happy to receive one that addresses the beacon side too.
``` Internal JSON-RPC error. You may want to cautiously increase the gas limit if the transaction went out of gas. ``` You really need to send some logs form Geth...
> Also, the new idea is to export the witness to the CL, and have the CL direct the validations, is that correct? Yes. > If so, I don't think...