Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release v1.1.6 #591

Merged
merged 5 commits into from Nov 29, 2021
Merged

release v1.1.6 #591

merged 5 commits into from Nov 29, 2021

Conversation

unclezoro
Copy link
Collaborator

@unclezoro unclezoro commented Nov 25, 2021

Description

This is a hotfix version. including a DoS issue fix from go-ethereum, leveldb improvement from go-ethereum, and a feature to improve p2p tx broadcast function.

Example

This feature is introduced to handle some extreme situations, it won't affect the original function, and it is disabled by default. Users can enable this feature by setting TxPool.ReannouceTime according to their needs.

geth --config ./config.toml --datadir ./node --cache 8000 --rpc.allow-unprotected-txs --txlookuplimit 0 --txpool.reannouncetime 5m

Changes

BUGFIX

  • #582 the DoS vulnerabilities fixed in go-ethereum v1.10.9

IMPROVEMENT

  • #578 reduce memory allocation and upgrade snappy version

FEATURES

  • #570 reannounce local pending transactions

unclezoro and others added 5 commits November 24, 2021 10:47
Co-authored-by: Martin Holst Swende <martin@swende.se>
Co-authored-by: ucwong <ucwong@126.com>
* reannouce local pending transactions

* add tests for tx_pool reannouce local pending transactions

* add tests for handler reannounce local pending transactions
* ci: add pre release ci flow

* ci: fix change log format
@j75689 j75689 changed the title [WIP]Develop release v1.1.6 Nov 29, 2021
@j75689 j75689 requested a review from yutianwu November 29, 2021 03:46
@j75689 j75689 merged commit 0b57544 into master Nov 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants