Péter Szilágyi

Results 106 issues of Péter Szilágyi

I've got the following response on this endpoint: ```json { "handle": "go-bluesky-tester.bsky.social", "did": "did:plc:wflozfzpewefv46qof26vbzm", "didDoc": { "@context": [ "https://www.w3.org/ns/did/v1", "https://w3id.org/security/suites/secp256k1-2019/v1" ], "id": "did:plc:wflozfzpewefv46qof26vbzm", "alsoKnownAs": [ "at://go-bluesky-tester.bsky.social" ], "verificationMethod": [ {...

I'm unsure about this one, mostly a question. We could in theory add under-the-hood snappy compression, but maybe that would break the bucket-sorting a bit, at least for blob txs....

WIP for now, investigating whether we could sneak some concurrency in somehow, but first the non concurrent batch versions.

Currently Siren tries to connect to the beacon/validator client side. That's very unfortunate, because it requires exposing the two nodes to outside access. A better model would be to allow...

enhancement

I've hit this limitation with the Go stdlib and the new json/v2 they proposed too, and it seems to be in this library too. Specifically, that every user type is...

This PR integrates witness-enabled block production, witness-creating payload execution and stateless cross-validation into the `engine` API. The purpose of the PR is to enable the following use-cases (for API details,...

This PR vendors in the crux of https://github.com/tmthrgd/go-hex. The reason the lib cannot be used as a dependency is because it redefines the error types from hex with a different...

We have a github action and a dedicated worker for it to run tests fast... but the thing caches Go build files into GitHub (uploading and downlaoding 3.5GB), so it...

type:bug

Since ARM is pretty popular nowadays, any changes of pushing the assembly for those platforms too?

I generated SSZ for a struct in on package, referencing the go-ethereum common.Address type. The generated code has an import to the `common` package, but it's not actually used at...