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

Handle migrated celo transactions #150

Merged
merged 15 commits into from
Jun 21, 2024

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    7e6b814 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6759fbe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cc092d View commit details
    Browse the repository at this point in the history
  4. Seggregate celoDecodeTyped

    piersy committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    efaf931 View commit details
    Browse the repository at this point in the history
  5. Rename the celo tx type to match celo blockchain

    Since we will be supporting decoding and encoding all old celo tx types in op-geth we may as well use the same naming.
    piersy committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    f37bc67 View commit details
    Browse the repository at this point in the history
  6. Move file to match the name

    piersy committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    9e7d004 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    590ffa4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f561f7c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b65e74b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    441333a View commit details
    Browse the repository at this point in the history
  11. Reverse eth compatible flag

    This means most of the existing codebase should work now
    piersy committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    2fd2c74 View commit details
    Browse the repository at this point in the history
  12. Add celo dynamic fee tx

    This adds the structure and rlp encode/decode functionality but no
    signing or json marshaling logic because for syncing it may not be
    required.
    piersy committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    1949380 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    0e32e28 View commit details
    Browse the repository at this point in the history
  2. Add/Update copyright notices

    piersy committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    bebce87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a3c7af View commit details
    Browse the repository at this point in the history