Aurélien
Aurélien
I noticed that the score is not serialized as: ```json "score": { "score": 0 } ``` like described in [the book](https://lighthouse-book.sigmaprime.io/api-lighthouse.html), but like that: ```json "score": { "RealScore": { "lighthouse_score":...
Thanks, I created a symlink from `~/.nuget/packages/gitversion.tool/5.2.4/tools/netcoreapp3.1/any/gitversion.dll` to `GitVersion.dll` and it works !
I spoke too fast, now I have an error when `/usr/bin/dotnet ~/.nuget/packages/gitversion.tool/5.2.4/tools/netcoreapp3.1/any/GitVersion.dll` is run: ``` INFO [05/02/20 22:49:37:77] Working directory: /home/aurel/Dev/csharp-language-server-protocol ERROR [05/02/20 22:49:37:79] An unexpected error occurred: System.TypeInitializationException: The...
Ahhh @dorlneylon I'm working on this too as mentioned on the issue ;(
I can take this on.
@prestwich Unfortunately using `SidecarBuilder` is not possible because it's in `alloy-consensus` while `BlobTransactionSidecar` is in `alloy-eips`, and adding a dep of `alloy-consensus` in `alloy-eips` creates a circular dep. Do you...
I've started to work on this, but I struggle to impl `Encodable2718` and `Decodable2718` for `AnyTxEnvelope`. I created `AnyTxEnvelope` like this: ```rust #[derive(Clone, Debug, PartialEq, Eq)] #[cfg_attr(feature = "serde", derive(serde::Serialize,...
Closing as this issue has been created as a follow up to #584, that won't be merged.
Adapting `AnyNetwork` lead to a few questions: I wonder if I should create `AnyTxEnvelope` and `AnyTransaction` structs for `N::TxEnvelope` and `N::UnsignedTx` bounds?
I can work on this