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

Reduce UInt256 in EVMOperations #5331

Merged
merged 17 commits into from
Apr 20, 2023

Commits on Apr 8, 2023

  1. Reduce use of UInt256 in operations

    Reduce the use of UInt256 in operations, replacing them with Bytes as
    appropriate.
    
    Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
    shemnon committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    6a9766f View commit details
    Browse the repository at this point in the history
  2. Use Java17 switch

    Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
    shemnon committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    dfb909a View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Merge branch 'main' of github.com:hyperledger/besu into reduce-uint25…

    …6-in-operations
    
    Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
    shemnon committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    8b603e9 View commit details
    Browse the repository at this point in the history
  2. exp, jump, and jumpi

    Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
    shemnon committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    b245536 View commit details
    Browse the repository at this point in the history
  3. javadoc

    Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
    shemnon committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    5ca0482 View commit details
    Browse the repository at this point in the history
  4. unit tests are still tied deeply to internal types

    Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
    shemnon committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    b636f15 View commit details
    Browse the repository at this point in the history
  5. spotless

    Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
    shemnon committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    8fea8a6 View commit details
    Browse the repository at this point in the history
  6. spotless

    Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
    shemnon committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    9d1d176 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. merge

    Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
    shemnon committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    9b4390c View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. remove dead code

    Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
    shemnon committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    7666d5f View commit details
    Browse the repository at this point in the history
  2. changelog

    Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
    shemnon committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    9ba0008 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of github.com:hyperledger/besu into reduce-uint25…

    …6-in-operations
    
    Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
    shemnon committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    a814aa8 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. merge and review fixes

    Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
    shemnon committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    1fe6e74 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Change primitive to bytes function

    Use a primitive to bytes function that is more direct than the Bytes
    methods.
    
    Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
    shemnon committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    f7cca55 View commit details
    Browse the repository at this point in the history
  2. merge

    Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
    shemnon committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    2421bfa View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    7ab6f63 View commit details
    Browse the repository at this point in the history
  2. javadoc

    Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
    shemnon committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    1b343e1 View commit details
    Browse the repository at this point in the history