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

Fix whitelistpositivecase test in LeakyContractTestsSuite #9955

Merged
merged 17 commits into from
Nov 28, 2023

Commits on Nov 17, 2023

  1. feat: add support for Besu Address type in hedera-config and enable p…

    …ermittedDelegateCallers and use it to check for qualified delegate callers.
    
    Signed-off-by: Valentin Valkanov <valentin.valkanov@limechain.tech>
    Valentin Valkanov committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    97e1857 View commit details
    Browse the repository at this point in the history
  2. refactor: module-info

    Signed-off-by: Valentin Valkanov <valentin.valkanov@limechain.tech>
    Valentin Valkanov committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    ffb6ed9 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. Merge branch 'develop' into 09407-fix-whitelistpositivecase-test

    # Conflicts:
    #	hedera-node/hedera-config/src/main/java/module-info.java
    Valentin Valkanov committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    3ca391e View commit details
    Browse the repository at this point in the history
  2. refactor: fix module-info

    Signed-off-by: Valentin Valkanov <valentin.valkanov@limechain.tech>
    Valentin Valkanov committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    b8e21ea View commit details
    Browse the repository at this point in the history
  3. refactor: fix module-info

    Signed-off-by: Valentin Valkanov <valentin.valkanov@limechain.tech>
    Valentin Valkanov committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    d750f08 View commit details
    Browse the repository at this point in the history
  4. refactor: fix compile

    Signed-off-by: Valentin Valkanov <valentin.valkanov@limechain.tech>
    Valentin Valkanov committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    14bd760 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. refactor: fix ConfigConverter typ, remove wrapping in Set

    Signed-off-by: Valentin Valkanov <valentin.valkanov@limechain.tech>
    Valentin Valkanov committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    05c22ec View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Merge branch 'develop' into 09407-fix-whitelistpositivecase-test

    Valentin Valkanov committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    0a7b0ae View commit details
    Browse the repository at this point in the history
  2. refactor: revert build.gradle.kts change

    Signed-off-by: Valentin Valkanov <valentin.valkanov@limechain.tech>
    Valentin Valkanov committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    97ef69d View commit details
    Browse the repository at this point in the history
  3. refactor: build.gradle.kts change

    Signed-off-by: Valentin Valkanov <valentin.valkanov@limechain.tech>
    Valentin Valkanov committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    12ae2e1 View commit details
    Browse the repository at this point in the history
  4. refactor: remove require

    Signed-off-by: Valentin Valkanov <valentin.valkanov@limechain.tech>
    Valentin Valkanov committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    5eee41e View commit details
    Browse the repository at this point in the history
  5. Merge branch 'develop' into 09407-fix-whitelistpositivecase-test

    Valentin Valkanov committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    bdf2dd5 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Merge branch 'develop' into 09407-fix-whitelistpositivecase-test

    Valentin Valkanov committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    41f5232 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. refactor: reduce tight coupling with besu & config module, by using S…

    …et<Long> for permittedDelegateCallers and converting it in the check in FrameUtils.java
    
    Signed-off-by: Valentin Valkanov <valentin.valkanov@limechain.tech>
    Valentin Valkanov committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    da43d24 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into 09407-fix-whitelistpositivecase-test

    Valentin Valkanov committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    7cc5e3b View commit details
    Browse the repository at this point in the history
  3. refactor: spotless apply

    Signed-off-by: Valentin Valkanov <valentin.valkanov@limechain.tech>
    Valentin Valkanov committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    f235b24 View commit details
    Browse the repository at this point in the history
  4. test: add unit test for unqualifiedDelegateDetected method

    Signed-off-by: Valentin Valkanov <valentin.valkanov@limechain.tech>
    Valentin Valkanov committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    b916917 View commit details
    Browse the repository at this point in the history