Péter Szilágyi
Péter Szilágyi
Superseeds https://github.com/ethereum/go-ethereum/pull/29035 because OP didn't permit modifications from maintainers...
Running with an instrumented engine API for benchmarking: ```diff diff --git a/eth/catalyst/api.go b/eth/catalyst/api.go index c30e1658b0..9cf2555c15 100644 --- a/eth/catalyst/api.go +++ b/eth/catalyst/api.go @@ -354,6 +354,22 @@ func (api *ConsensusAPI) forkchoiceUpdated(update engine.ForkchoiceStateV1, payl...
The chain maker is one of those relics in our code where we hacked together a "kind of" chain to run our tests against. This was kind of fine, but...
Hey all, @Bren2010. We've received a downstream PR against go-ethereum that supposedly improves addition by a factor of 3. Would you be interested in maybe reviewing and upstreaming this PR...
The current pairing mechanism is deliberately simplistic. One person creates an onion address and shares it with someone else. When that other person dials the address, they do a quick...
Tor has an extensive control protocol: https://gitweb.torproject.org/torspec.git/tree/control-spec.txt . It can also (sometimes) detect if the network went down. Unfortunately I've no idea how to access that information. Would be nice...
When returning data by hash in the CDN, we need to set infinite cache expiration. That's the sole reason why we address by hash. https://github.com/coronanet/go-coronanet/blob/master/rest/cdn.go#L45
- [x] Enable this org and repo on Travis - [ ] Create a build job (and step) for linting - [x] Create a build job for compiling and testing...
This is a limitation currently in `gomobile` https://github.com/golang/go/issues/27234#issuecomment-599675541, I've just opened this issue so someone else won't. There's nothing to do to help in this project, we have to wait...
`decoding xrpc response: unrecognized type: ""`