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

Add gasConsumed cases for Ethereum transactions #8207

Merged

Commits on Apr 18, 2024

  1. Add ethereum transactions scenario to the acceptance tests

    Signed-off-by: Zhivko Kelchev <zhivko.kelchev@limechain.tech>
    JivkoKelchev committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    ab5209e View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. upgrade bouncycastle

    Signed-off-by: Zhivko Kelchev <zhivko.kelchev@limechain.tech>
    JivkoKelchev committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    ef65fc1 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. test: add gasConsumed tests

    Signed-off-by: Valentin Tronkov <99957253+vtronkov@users.noreply.github.com>
    vtronkov committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    afa7974 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. refactor: remove txId from DeployedContract

    Signed-off-by: Valentin Tronkov <99957253+vtronkov@users.noreply.github.com>
    vtronkov committed May 9, 2024
    Configuration menu
    Copy the full SHA
    27dd57c View commit details
    Browse the repository at this point in the history
  2. refactor: separate the gasVerify check into a separate step

    Signed-off-by: Valentin Tronkov <99957253+vtronkov@users.noreply.github.com>
    vtronkov committed May 9, 2024
    Configuration menu
    Copy the full SHA
    6381c49 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. refactor: move gasConsumedSelector in the abstract class

    Signed-off-by: Valentin Tronkov <99957253+vtronkov@users.noreply.github.com>
    vtronkov committed May 10, 2024
    Configuration menu
    Copy the full SHA
    1b96c70 View commit details
    Browse the repository at this point in the history
  2. refactor: rename the verify gasConsumed step

    Signed-off-by: Valentin Tronkov <99957253+vtronkov@users.noreply.github.com>
    vtronkov committed May 10, 2024
    Configuration menu
    Copy the full SHA
    87cc090 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Merge branch 'main' into 12948-add-gasConsumed-cases-for-Ethereum-tra…

    …nsactions
    
    # Conflicts:
    #	hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/client/EthereumClient.java
    #	hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/util/ethereum/EthTxData.java
    #	hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/util/ethereum/EthTxSigs.java
    vtronkov committed May 30, 2024
    Configuration menu
    Copy the full SHA
    1153fad View commit details
    Browse the repository at this point in the history
  2. fix: merge conflicts

    Signed-off-by: Valentin Tronkov <99957253+vtronkov@users.noreply.github.com>
    vtronkov committed May 30, 2024
    Configuration menu
    Copy the full SHA
    5876ed1 View commit details
    Browse the repository at this point in the history
  3. fix: merge conflicts

    Signed-off-by: Valentin Tronkov <99957253+vtronkov@users.noreply.github.com>
    vtronkov committed May 30, 2024
    Configuration menu
    Copy the full SHA
    00ca84c View commit details
    Browse the repository at this point in the history
  4. nit: remove not used fields

    Signed-off-by: Valentin Tronkov <99957253+vtronkov@users.noreply.github.com>
    vtronkov committed May 30, 2024
    Configuration menu
    Copy the full SHA
    88e58ca View commit details
    Browse the repository at this point in the history
  5. refactor: address PR comments

    Signed-off-by: Valentin Tronkov <99957253+vtronkov@users.noreply.github.com>
    vtronkov committed May 30, 2024
    Configuration menu
    Copy the full SHA
    8757a96 View commit details
    Browse the repository at this point in the history