Skip to content

RLP_TXN redesign #62

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

Open
3 tasks
letypequividelespoubelles opened this issue Jan 22, 2025 · 1 comment · May be fixed by #137
Open
3 tasks

RLP_TXN redesign #62

letypequividelespoubelles opened this issue Jan 22, 2025 · 1 comment · May be fixed by #137
Assignees
Labels
enhancement New feature or request hardfork prague EIP's for the Pectra hardfork London to Prague London to Pectra will implement For those EIP's that will be implemented on Linea
Milestone

Comments

@letypequividelespoubelles
Copy link
Contributor

letypequividelespoubelles commented Jan 22, 2025

Image

Progress

  • spec
  • constraints
  • tracer

Conclusion of discussion on 24 April

  • no SHF lookup for RLP_UTILS but simple lookup table for powers of 256
  • perspectives in RLP_TXN
  • incrementally justified TXN_DATA row fitted in between various PHASES
    • nAddresses
    • nStorageKeys
    • nZeroBytesInPayLoad
    • nNonzeroBytesInPayLoad
    • etc ...
  • a lookup RLP_TXN -> TXN_DATA which squashes all of these previous transaction data rows in the source (RLP_TXN) into a single one (per txn) in the target (TXN_DATA)
    • This will remove the "verticalisation / horizontalization" stuff in the TXN_DATA
  • perspectives in the TXN_DATA, too
    • will long term allow for blocks with NOOP from the USER_TXN_DATA module
@letypequividelespoubelles
Copy link
Contributor Author

Delegate computation to WCP / crafted module to count bytes / TRM

@OlivierBBB OlivierBBB added the will implement For those EIP's that will be implemented on Linea label Jan 22, 2025
@OlivierBBB OlivierBBB added enhancement New feature or request and removed cleaning labels Feb 7, 2025
@OlivierBBB OlivierBBB added this to the London to Pectra milestone Mar 22, 2025
@letypequividelespoubelles letypequividelespoubelles linked a pull request Mar 28, 2025 that will close this issue
@OlivierBBB OlivierBBB modified the milestones: Prague, Cancun Apr 6, 2025
@OlivierBBB OlivierBBB added the hardfork prague EIP's for the Pectra hardfork label Apr 8, 2025
@OlivierBBB OlivierBBB modified the milestones: Cancun, Prague Apr 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hardfork prague EIP's for the Pectra hardfork London to Prague London to Pectra will implement For those EIP's that will be implemented on Linea
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants