Ruben Buniatyan
Ruben Buniatyan
Could we please have NuGet packages updated more frequently? Also, the daily feed [link](https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json) in the README doesn't contain the necessary packages. Only these two: - `dotnet-suggest` - `System.CommandLine.Generator`
Fixes #4316 ## Changes: **Version change doesn't require changing Git tagging. Also, it no longer relies on the `git-hash` file, so the file has gone. All the version-related info is...
Fixes #4338 and #4349 ## Changes: - The current [rocksdb-sharp @ dda0e1e](https://github.com/NethermindEth/rocksdb-sharp/tree/dda0e1e32c04cb1a1dfbd6232ab7b65c5d046caa) submodule has been replaced by [RocksDB package](https://www.nuget.org/packages/rocksdb/) - Changes introduced in #4333 has been reverted ## Types of...
## Changes: IF APPROVED, DO NOT MERGE The following submodules have been replaced with their NuGet packages: - [Dirichlet @ 3464383](https://github.com/tkstanczak/Dirichlet/tree/3464383ef52982fbf3216aa4d54593198e529711) -> [Nethermind.Numerics.Dirichlet](https://nuget.org/packages/Nethermind.Numerics.Dirichlet) - [Math.Gmp.Native @ 2d0250e](https://github.com/NethermindEth/Math.Gmp.Native/tree/2d0250eb1ef8b1dc549cabf1f05c70b309c5b801) -> [Nethermind.Gmp](https://nuget.org/packages/Nethermind.Gmp) -...
Resolves #2263 ## Changes: - Implemented `debug_standardTraceBlockToFile` method. - The `GethLikeTxTracer` class is now abstract with two separate implementations of `GethLikeTxFileTracer` and `GethLikeTxMemoryTracer` for file and memory tracing respectively. -...
Consider migrating from `Newtonsoft.Json` to `System.Text.Json`.
Implement the `eth_coinbase` method. Currently, it returns zero.
Currently, there's no way to configure the ENR tree lookup. It's hardcoded. There's should be an option like [the one](https://geth.ethereum.org/docs/developers/dns-discovery-setup) of Geth. Requested on Discord: > Is there any documentation...
## Changes: Replaced the deprecated `Microsoft.Extensions.CommandLineUtils` package with [`System.CommandLine`](https://docs.microsoft.com/en-us/dotnet/standard/commandline/). The new package is not a drop-in replacement for the old one and its API is quite different, so the changes...
**Describe the bug** The version string shows the current date instead of the commit date. Thus, it shows a different version string each day (if restarted). **To Reproduce** Run Nethermind...