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

Implement linea_setExtraData #19

Merged
merged 6 commits into from
Jun 21, 2024
Merged

Implement linea_setExtraData #19

merged 6 commits into from
Jun 21, 2024

Conversation

fab-10
Copy link
Contributor

@fab-10 fab-10 commented Jun 11, 2024

See https://github.com/Consensys/protocol-misc/issues/939

there is still a possible edge case that could arise when all the existing txs in the pool have an effective gas price lower than the minGasPrice, thus they are all in the Ready layer and not Prioritized, since the txpool promotions only happens during block import, no new blocks will be produced until a new right price tx is added to the pool.

Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
Copy link

@matkt matkt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
# Conflicts:
#	sequencer/src/main/java/net/consensys/linea/extradata/LineaExtraDataException.java
#	sequencer/src/main/java/net/consensys/linea/rpc/LineaSetExtraData.java
#	sequencer/src/test/resources/log4j2.xml
@fab-10 fab-10 merged commit ea317ab into main Jun 21, 2024
6 checks passed
@fab-10 fab-10 deleted the linea_setExtraData branch June 21, 2024 13:42
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

3 participants