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

Blobdb for static data #5475

Merged
merged 31 commits into from
Jun 7, 2023
Merged

Commits on May 19, 2023

  1. Introduce variables storage

    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    fab-10 committed May 19, 2023
    Configuration menu
    Copy the full SHA
    ab4020e View commit details
    Browse the repository at this point in the history
  2. Enabling BlobDB for column families with static data

    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    fab-10 committed May 19, 2023
    Configuration menu
    Copy the full SHA
    2e8d64a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d8aaec View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Merge branch 'main' into blobdb-for-static-data

    # Conflicts:
    #	plugin-api/build.gradle
    fab-10 committed May 23, 2023
    Configuration menu
    Copy the full SHA
    03e4cd1 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    489d4fd View commit details
    Browse the repository at this point in the history
  2. Little opt

    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    fab-10 committed May 26, 2023
    Configuration menu
    Copy the full SHA
    5c0d58f View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

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

Commits on May 30, 2023

  1. Revert variables storage subcommand

    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    fab-10 committed May 30, 2023
    Configuration menu
    Copy the full SHA
    e35b825 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a36da27 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    b880e2e View commit details
    Browse the repository at this point in the history
  2. Fix migrate and revert

    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    fab-10 committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    10b918e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'variables-storage' into blobdb-for-static-data

    # Conflicts:
    #	plugin-api/build.gradle
    fab-10 committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    62dc6f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    8cac30b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'variables-storage' into blobdb-for-static-data

    # Conflicts:
    #	plugin-api/build.gradle
    fab-10 committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    fb3dd58 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Log migration and revert activity

    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    fab-10 committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    8da7a37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebc581b View commit details
    Browse the repository at this point in the history
  3. Revert unwanted change

    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    fab-10 committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    227a926 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d74f336 View commit details
    Browse the repository at this point in the history
  5. Add javadoc

    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    fab-10 committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    4b504cb View commit details
    Browse the repository at this point in the history
  6. Unit tests

    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    fab-10 committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    b512350 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7a07221 View commit details
    Browse the repository at this point in the history
  8. Unit tests

    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    fab-10 committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    2276f62 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'variables-storage' into blobdb-for-static-data

    # Conflicts:
    #	ethereum/core/src/test-support/java/org/hyperledger/besu/ethereum/core/VariablesStorageHelper.java
    fab-10 committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    7185b63 View commit details
    Browse the repository at this point in the history
  10. Update CHANGELOG

    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    fab-10 committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    85b0aeb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    eb5ea18 View commit details
    Browse the repository at this point in the history
  12. Update CHANGELOG

    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    fab-10 committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    c6fa6bd View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    5a99f7b View commit details
    Browse the repository at this point in the history
  2. Deprecate variables in blockchain

    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    fab-10 committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    86c27d0 View commit details
    Browse the repository at this point in the history
  3. Ignore unnecessary stubbing

    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    fab-10 committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    7864159 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'variables-storage' into blobdb-for-static-data

    # Conflicts:
    #	CHANGELOG.md
    fab-10 committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    4b1b7d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df41fec View commit details
    Browse the repository at this point in the history