Marius van der Wijden

Results 43 issues of Marius van der Wijden

This PR changes how we view sidechains. Before the merge it was possible to import a chain with lower td and not set it as canonical in InsertChain. After the...

status:triage

Draft implementation for discussion

prague

Very wip, very experimental and mostly written at the airport

Still WIP, waiting for the EIP to get accepted ![818590-800](https://github.com/ethereum/go-ethereum/assets/6915/a1f21dd7-0377-4d35-962a-b1ceb54c6ade)

Solution: ``` diff --git a/crypto/secp256k1/curve.go b/crypto/secp256k1/curve.go index 5409ee1d2..c305f58da 100644 --- a/crypto/secp256k1/curve.go +++ b/crypto/secp256k1/curve.go @@ -116,6 +116,9 @@ func (BitCurve *BitCurve) IsOnCurve(x, y *big.Int) bool { // affineFromJacobian reverses the Jacobian...

We've been working on an app that tries to query some events and the event filtering seems to be a bit broken. We're using "https://rpc.public.zkevm-test.net" as our RPC provider. If...

This PR changes the way the process functions work. Since it is safe to call `cancel()` multiple times, and we only need one valid payload from the relays, I think...

## 📝 Summary This pulls out the verification logic into verifyBid which makes it easier to unit test in the future. It also changes the logic for parallelizing the requests...

Would you be open to move the cli/flags handling from the basic-builtin handling to some library?