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

Refactor Transaction rlp encoding #7871

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Commits on Nov 7, 2024

  1. Remove encoding context

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    64b53b4 View commit details
    Browse the repository at this point in the history
  2. Decouple decoding from transaction

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    054b66c View commit details
    Browse the repository at this point in the history
  3. Decouple encoding from transaction

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    2bcf0ac View commit details
    Browse the repository at this point in the history
  4. Implement transaction decoder provider

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    6cda344 View commit details
    Browse the repository at this point in the history
  5. Implement transaction encoder provider

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    15093d9 View commit details
    Browse the repository at this point in the history
  6. Merge decode and encode provider

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    910b88c View commit details
    Browse the repository at this point in the history
  7. fix spotless

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    ea6494c View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Fix spotless, javadoc

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    1135dcf View commit details
    Browse the repository at this point in the history
  2. merge providers

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    abc1827 View commit details
    Browse the repository at this point in the history
  3. remove references

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    fdc1df7 View commit details
    Browse the repository at this point in the history
  4. Change copyright

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    fc77ead View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. Simplify code

    Signed-off-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
    Gabriel-Trintinalia committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    6d2bc5e View commit details
    Browse the repository at this point in the history