Draft
Conversation
4513f63 to
760bd68
Compare
4e6b257 to
13c253f
Compare
Pla |
13de488 to
c0130a6
Compare
c0130a6 to
30981ee
Compare
aaa126b to
af69f74
Compare
91e6121 to
ce27018
Compare
29c8284 to
80258ff
Compare
29ce87e to
c7b40a7
Compare
c7b40a7 to
e6134a4
Compare
375817c to
b4cfbb1
Compare
b4cfbb1 to
7914ade
Compare
7914ade to
628bcc3
Compare
17d7505 to
b6de6db
Compare
) Co-authored-by: NathanBSC <[email protected]>
* fix: fix nodereal builder address * fix: fix puissant builder address * fix: fix comment
577bac6 to
24047e3
Compare
…-chain#3547) Co-authored-by: Cursor <[email protected]>
24047e3 to
230cd62
Compare
* READMD: keep latest 3 days history logs * README: fix history.state
Fix ECIES invalid-curve handling in RLPx handshake (reject invalid ephemeral pubkeys early) - Add curve validation in crypto/ecies.GenerateShared to reject invalid public keys before ECDH. - Update RLPx PoC test to assert invalid curve points fail with ErrInvalidPublicKey. Motivation / Context RLPx handshake uses ECIES decryption on unauthenticated network input. Prior to this change, an invalid-curve ephemeral public key would proceed into ECDH and only fail at MAC verification, returning ErrInvalidMessage. This allows an oracle on decrypt success/failure and leaves the code path vulnerable to invalid-curve/small-subgroup attacks. The fix enforces IsOnCurve validation up front.
Fix ECIES invalid-curve handling in RLPx handshake (reject invalid ephemeral pubkeys early) - Add curve validation in crypto/ecies.GenerateShared to reject invalid public keys before ECDH. - Update RLPx PoC test to assert invalid curve points fail with ErrInvalidPublicKey. Motivation / Context RLPx handshake uses ECIES decryption on unauthenticated network input. Prior to this change, an invalid-curve ephemeral public key would proceed into ECDH and only fail at MAC verification, returning ErrInvalidMessage. This allows an oracle on decrypt success/failure and leaves the code path vulnerable to invalid-curve/small-subgroup attacks. The fix enforces IsOnCurve validation up front.
upstream: merge geth v1.16.9
* parlia: use parent snapshot for finalized quorum Use the parent block's snapshot instead of the current block's snapshot when computing the validator quorum for fast finality. The current block's snapshot may reflect epoch changes (validator set transitions) that have not yet taken effect, leading to incorrect quorum thresholds. * parlia: improve GetFinalizedHeader --------- Co-authored-by: allformless <[email protected]>
* feehistory.go: add logs * fix: add MaxBlockHistory && MaxHeaderHistory in FullNodeGPO * fix: remove logs
…g. (#147) * feat: add malicious behavior simulation for BEP-657 blob chaos testing. * feat: add malicious behavior simulation for BEP-657 blob chaos testing.
230cd62 to
4e270a0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Malicious behavior miner
Rationale
just to see the diff between latest tag and this branch
Example
add an example CLI or API response...
Changes
Notable changes: