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

java: introduce proper types and minimise reliance on ByteBuffer/byte[] #555

Closed
wants to merge 9 commits into from

Commits on Apr 30, 2021

  1. java: introduce basic EVMC types

    axic committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    eacf830 View commit details
    Browse the repository at this point in the history
  2. java: add TxContext type

    axic committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    0a78c6b View commit details
    Browse the repository at this point in the history
  3. java: add Message type

    axic committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    54fcacc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b5f4fb View commit details
    Browse the repository at this point in the history
  5. Add StorageStatus, make all tests pass

    atoulme authored and axic committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    a7338e4 View commit details
    Browse the repository at this point in the history
  6. Change emit_log to remove counts and length, which are already availa…

    …ble in Java. Map log topics to Bytes32 objects.
    atoulme authored and axic committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    3248e3b View commit details
    Browse the repository at this point in the history
  7. f

    axic committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    f896b0e View commit details
    Browse the repository at this point in the history
  8. Add result

    axic committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    c72e3a5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    de3bd67 View commit details
    Browse the repository at this point in the history