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

rlp: support for uint256 #26898

Merged
merged 17 commits into from
Mar 17, 2023
Merged

rlp: support for uint256 #26898

merged 17 commits into from
Mar 17, 2023

Commits on Mar 15, 2023

  1. rlp: support for uint256

    holiman committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    4c5c9b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb8c057 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56c659e View commit details
    Browse the repository at this point in the history
  4. rlp: add uint256 tests

    fjl committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    0d92715 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    08d450e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5084e85 View commit details
    Browse the repository at this point in the history
  3. rlp: benchmark tests for u256

    holiman committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    4712879 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f9fcc4 View commit details
    Browse the repository at this point in the history
  5. rlp: update comment

    fjl committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    c5306d3 View commit details
    Browse the repository at this point in the history
  6. Update rlp/encbuffer.go

    holiman authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    87b7fdb View commit details
    Browse the repository at this point in the history
  7. rlp: rename to ReadUint256

    This is supposed to match ReadBytes
    fjl committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    b774ecc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6e9d483 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0a2fdfb View commit details
    Browse the repository at this point in the history
  10. rlp: fix array test

    fjl committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    89298f7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8a6cbf8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    aa376f8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4ad1faa View commit details
    Browse the repository at this point in the history