buddho
buddho
### Description bugfix 1. DeleteBlobSidecars when setHeadBeyondRoot 2. fix blob number check when downloading block body 3. modify resetItems a. add lock b. remove all data files and prevent from...
### Description metrics: add blockInsertMgaspsGauge to trace mgasps ### Rationale tell us why we need these changes... ### Example add an example CLI or API response... ### Changes Notable changes:...
there is no number limit for rewardPercentiles when `maxBlockHistory` set to 1024, then set 600k element(limited by rpc requtest size) in rewardPercentiles to call FeeHistory the node will crash, for...
### Description core: avoid to cache block before wroten into db ### Rationale let's see the `GetBlock` interface, it's used to get block from db after add func `cacheBlock`, block...
### Description [BEP-404: Clear Miner History when Switching Validators Set](https://github.com/bnb-chain/BEPs/pull/404) ### Rationale tell us why we need these changes... ### Example add an example CLI or API response... ### Changes...
### Description [BEP-402: Complete Missing Fields in Block Header to Generate Signature](https://github.com/bnb-chain/BEPs/pull/402) ### Rationale tell us why we need these changes... ### Example add an example CLI or API response......
### Description [BEP-441: Implement EIP-7702: Set EOA account code ](https://github.com/bnb-chain/BEPs/pull/441/) ### Rationale tell us why we need these changes... ### Example add an example CLI or API response... ### Changes...
### Description [BEP-439: Implement EIP-2537: Precompile for BLS12-381 curve operations](https://github.com/bnb-chain/BEPs/pull/439) ### Rationale tell us why we need these changes... ### Example how to verify the code implement? two steps: 1....
### Description [BEP-440: Implement EIP-2935: Serve historical block hashes from state](https://github.com/bnb-chain/BEPs/pull/440) ### Rationale tell us why we need these changes... ### Example after prague enabled, call as following ``` curl...
### Description eth/protocols/eth: add `JustifiedNumber` into StatusPacket ### Rationale Until now, when a node attempts to select a peer for full synchronization, it only compares peers based on td (total...