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

Addition of Transient Storage Opcodes #2778

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    729dbae View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Adding scratch from the DSL tests and contracts for tests

    The tests are still failing, I am investigating to find the root cause
    fmacleal committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    d66eba6 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    47388c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    762f0df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08cd200 View commit details
    Browse the repository at this point in the history
  3. refactor: update Bytes and BytesSlice to 'mimic' System.arraycopy and…

    … Arrays.copyOfRange; add more tests
    Vovchyk authored and fmacleal committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    53eca95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22b6f96 View commit details
    Browse the repository at this point in the history
  5. perf: improve decoding in RLP

    Vovchyk authored and fmacleal committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    2869680 View commit details
    Browse the repository at this point in the history
  6. perf: refactor some tests

    Vovchyk authored and fmacleal committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    c48edca View commit details
    Browse the repository at this point in the history
  7. Update rskj-core/src/test/java/co/rsk/core/types/bytes/BytesSliceTest…

    ….java
    
    Co-authored-by: Nazaret García Revetria <[email protected]>
    fmacleal and nagarev committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    fa2eb47 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8892bf3 View commit details
    Browse the repository at this point in the history