nethermind
nethermind copied to clipboard
A robust execution client for Ethereum node operators.
## Changes: - NewPayloadV1Handler ShouldProcessBlock method was introduced. This decides if block should be processed and with what ProcessingOptions flags it will be processed. For reorging terminal blocks it removes...
Fixes | Closes | Resolves #4049 The sync feeds have not enough time to flush data to disk. ## Changes: - Extend timeout, so all the feeds are able finalize...
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...
Resolves #4361 ## Changes: Add optional argument Address in parity_pendingTransactions ## Types of changes What types of changes does your code introduce? _Put an `x` in the boxes that apply_...
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...
Fixes | Closes | Resolves # > Anything marked as optional that you didn't need to fill in, please remove it from the PR description. Choose one of the keywords...
Fixes #4165 ## Changes: This PR changes how `trace_callMany` works, by tracing the various input transactions applied on top of each other instead of independently. This allows tracing of dependent...
## Changes: - Connect invalid block chain ahead of time. ## Types of changes What types of changes does your code introduce? _Put an `x` in the boxes that apply_...
Resolves #4309 ## Changes: - Adds a msbuild target that copies all configs containing xdai in the name, replacing xdai by gnosis in the name. ## Types of changes What...
resolves #3601 ## Changes: System.Text.Json implementatio instead of Newtonsoft.Json ## Types of changes What types of changes does your code introduce? _Put an `x` in the boxes that apply_ -...