Skip to content

Tags: MicahZoltu/nethermind

Tags

1.5.8c

Toggle 1.5.8c's commit message
Change parity_pendingTransactions and ParityTransaction to support nu…

…ll values in serialized string

1.5.8b

Toggle 1.5.8b's commit message
add tests

1.5.8

Toggle 1.5.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ParityTxTraceFromStore fix BlockNumber serialization to decimal (Neth…

…ermindEth#1373)

* ParityTxTraceFromStore fix BlockNumber serialization to decimal

* Fix BlockForRpc serialization for different engines

* Fix issue adding Raw number format.

Remove ParityTxTraceFromStore as its not needed.

* fix tests

1.5.7

Toggle 1.5.7's commit message
test updates for parity trace rewards

1.5.6

Toggle 1.5.6's commit message
reward in parity tracers

1.5.5

Toggle 1.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fresh connect (NethermindEth#1371)

* prefer fresh when connecting

* just logs and comments

* test fix

* decreased connection timeouts

1.5.4

Toggle 1.5.4's commit message
step failures logging

1.5.3b

Toggle 1.5.3b's commit message
test fix

1.5.3

Toggle 1.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Aura fixes for ReadOnly state (NethermindEth#1360)

* 1. Move GetValidators to ReadOnly states as they shouldn't change them. This is done in order not to touch state and have to recalculate StateRoot when invoking GetValidators. This is also in-line with Parity implementation.

2. Create separate AuRaRewardCalculator for producing blocks to move it to ReadOnly state. This caused state hash missmatch on POA Core (interestingly not on other networks).

* Fix tests

* simplified readonlychain

* cleanup

* a bit more readability

* removed unused dependency

* removed unused parameter

* StateProvider Reset test

* Change ITransactionProcessorFactory to IReadOnlyTransactionProcessorSource.

Add IRewardCalculatorSource for RPC.

* Fix start producing from block 1 on first validator in chain.

* Add & fix tests

* Fix CanPpoduce  block

* Fix EthereumTests

Co-authored-by: Tomasz Kajetan Stańczak <[email protected]>

1.5.2

Toggle 1.5.2's commit message
added dirichlet in secp