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

[Protobuf] Working prototype #85

Merged
merged 28 commits into from
Oct 1, 2024
Merged

[Protobuf] Working prototype #85

merged 28 commits into from
Oct 1, 2024

Commits on Sep 25, 2024

  1. actually add protobuf

    rpl-ffl committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d97753e View commit details
    Browse the repository at this point in the history
  2. squash and sign

    rpl-ffl committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    1fb0b27 View commit details
    Browse the repository at this point in the history
  3. revert extraneous line

    rpl-ffl committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d90279a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c052aa4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    91394cb View commit details
    Browse the repository at this point in the history
  6. fix extraneous Balance

    rpl-ffl committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    2fe8222 View commit details
    Browse the repository at this point in the history
  7. remove extraneous uint256

    rpl-ffl committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    3416551 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    faeb1eb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    64f8e8e View commit details
    Browse the repository at this point in the history
  10. Cleaner GetBlobHash clauses

    Co-authored-by: cabrador <84449820+cabrador@users.noreply.github.com>
    rpl-ffl and cabrador committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    0f6a377 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e0d0de9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ced5262 View commit details
    Browse the repository at this point in the history
  13. explain random

    rpl-ffl committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    94a12f2 View commit details
    Browse the repository at this point in the history
  14. remove substate dump

    rpl-ffl committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e655a88 View commit details
    Browse the repository at this point in the history
  15. revert extraneous changes

    rpl-ffl committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    fc7756d View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Add protobuf encoding test

    rpl-ffl committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    bf429ad View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. encoding now works

    rpl-ffl committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    32ce417 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd2177c View commit details
    Browse the repository at this point in the history
  3. gofmt

    rpl-ffl committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    942e458 View commit details
    Browse the repository at this point in the history
  4. refactor types/utils.go away

    rpl-ffl committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    95d2398 View commit details
    Browse the repository at this point in the history
  5. protobuf/decode.go

    rpl-ffl committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    9485797 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    c798d75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79974a4 View commit details
    Browse the repository at this point in the history
  3. remove geth dependency

    rpl-ffl committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    eeda2a4 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    comments on encode***(
    
    Co-authored-by: cabrador <84449820+cabrador@users.noreply.github.com>
    rpl-ffl and cabrador authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    50d95ea View commit details
    Browse the repository at this point in the history
  5. dbGetCode -> getCodeFunc

    rpl-ffl committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    a660d9b View commit details
    Browse the repository at this point in the history
  6. encode -> toProtobuf

    rpl-ffl committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    e68fe3c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d12af8c View commit details
    Browse the repository at this point in the history