Skip to content

Tags: mjblacker/nethermind

Tags

1.13.3

Toggle 1.13.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Sepolia TheMerge configs (NethermindEth#4162)

* add merge to sepolia configs

* cosmetic

* remove EnabledModules from configs as they are the same as default

1.13.2

Toggle 1.13.2's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Updating Fast Sync config files (NethermindEth#4120)

Co-authored-by: matilote <matilote@users.noreply.github.com>

1.13.1

Toggle 1.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
New ropsten TTD (NethermindEth#4068)

* new TTD

* PoSSwitcher small fix

1.13.0

Toggle 1.13.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Updating Fast Sync config files (NethermindEth#4014)

Co-authored-by: matilote <matilote@users.noreply.github.com>

1.12.8

Toggle 1.12.8's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Updating Fast Sync config files (NethermindEth#3997)

Co-authored-by: matilote <matilote@users.noreply.github.com>

1.12.7

Toggle 1.12.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update mainnet chain size and growth estimate (NethermindEth#3945)

1.12.6

Toggle 1.12.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix/wrong startup logic (NethermindEth#3882)

* Split StartBlockProducer into two classes

* Refactored code.

* Refactored code.

1.12.5

Toggle 1.12.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refactor persistent broadcast (NethermindEth#3847)

* Revert "Do not cache local txs in PeerInfo (NethermindEth#3813)"

This reverts commit 50b4cc4.

* refactor

* fixes

* cosmetic

* cosmetic

1.12.4

Toggle 1.12.4's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Updating Fast Sync config files (NethermindEth#3739)

Co-authored-by: matilote <matilote@users.noreply.github.com>

1.12.3

Toggle 1.12.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix infinite await in hive tests (NethermindEth#3691)

* logs everywhere

* check

* fix order of processing blocks

* one more try

* check with BlockAddedToMain instead of NewHeadBlock

* add timeout

* order experiment

* simplification

* missed arg

* Revert "logs everywhere"

This reverts commit 284af19.

* cosmetic

* not added block as a valid result, not exception

* decrease timeout to try to pass forkStressTests

* Revert "check with BlockAddedToMain instead of NewHeadBlock"

This reverts commit dd054f2.

* change event to ProcessingQueueEmpty

* revert to infinite timeout

* release on both events

* try with awaiting for empty queue event only at the end

* small refactor

* Revert "try with awaiting for empty queue event only at the end"

This reverts commit cc03ecf.

* try with two events

* one more try

* refactor tracer to catch skipped blocks

* change doc comment