yumiel yoomee1313
yumiel yoomee1313
## Proposed changes - This PR is derived from next ethereum PRs. https://github.com/ethereum/go-ethereum/pull/22161 https://github.com/ethereum/go-ethereum/pull/22473 https://github.com/ethereum/go-ethereum/pull/23736 - It avoids OOM by dereferencing memory properly. I have attached simple test results. If...
**Describe the bug** It seems that removing validator and disconnecting the node is not working well. **How to reproduce** Steps to reproduce the behavior: step1. launch 4cn private network step2....
**Describe the bug** `verifyCommittedSeals` is not executed when `header.Governance != nil` **How to reproduce** Steps to reproduce the behavior: **Expected behavior** A clear and concise description of what you expected...
**Describe the bug** P2P connection is disconnected when load is heavy. **How to reproduce** Steps to reproduce the behavior: give load more than 2000 RPS. **Expected behavior** P2P connection should...
**Describe the bug** For example, if the genesis.json has `clique` field, the node returns `crit` error when started. ``` { "config": { "clique": { "period": 1, "epoch": 1 }, ......
bring ethereum rlpx package change
Service-chain can also be operated decentralized so there is no need to stick to the current hard fork method.
if two nodes try to dial each other at the same time, sometimes there's a collision. Before the enhancement, adopt ethereum dial scheduler change, first. avoid collision * option1. random...
## Proposed changes - Describe your changes to communicate to the maintainers why we should accept this pull request. - If it fixes a bug or resolves a feature request,...