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

Enable all EVM E2E suites to run with Ethereum Calls #4375

Merged
merged 30 commits into from
Mar 21, 2023

Commits on Nov 29, 2022

  1. enable eth tests in EndToEndTests

    Signed-off-by: Dimitar Dinev <mitkojc@gmail.com>
    dimitar-dinev committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    8e6cfc1 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. alter chain_id

    Signed-off-by: Dimitar Dinev <mitkojc@gmail.com>
    dimitar-dinev committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    3234770 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. feat: add eth tests in parallel and sequential itests

    Signed-off-by: IvanKavaldzhiev <ivankavaldzhiev@gmail.com>
    IvanKavaldzhiev committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    580ae5f View commit details
    Browse the repository at this point in the history
  2. style: spotlessApply

    Signed-off-by: IvanKavaldzhiev <ivankavaldzhiev@gmail.com>
    IvanKavaldzhiev committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    beeb1c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb28047 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

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

Commits on Jan 4, 2023

  1. Merge remote-tracking branch 'origin/develop' into check-eth-e2es

    # Conflicts:
    #	test-clients/src/eet/java/EndToEndTests.java
    #	test-clients/src/itest/java/ParallelIntegrationTests.java
    #	test-clients/src/itest/java/SequentialIntegrationTests.java
    #	test-clients/src/main/java/com/hedera/services/bdd/suites/HapiSuite.java
    #	test-clients/src/main/java/com/hedera/services/bdd/suites/contract/traceability/TraceabilitySuite.java
    #	test-clients/src/main/java/com/hedera/services/bdd/suites/ethereum/EthereumSuite.java
    #	test-clients/src/main/java/com/hedera/services/bdd/suites/ethereum/HelloWorldEthereumSuite.java
    
    Signed-off-by: IvanKavaldzhiev <ivankavaldzhiev@gmail.com>
    IvanKavaldzhiev committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    d9a63eb View commit details
    Browse the repository at this point in the history
  2. nit: fix build

    Signed-off-by: IvanKavaldzhiev <ivankavaldzhiev@gmail.com>
    IvanKavaldzhiev committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    d9838a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. test: enable more E2E tests

    Signed-off-by: IvanKavaldzhiev <ivankavaldzhiev@gmail.com>
    IvanKavaldzhiev committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    71823a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a5cd07 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    2e09709 View commit details
    Browse the repository at this point in the history
  2. run CI again

    Signed-off-by: Dimitar Dinev <mitkojc@gmail.com>
    dimitar-dinev committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    5fd4e13 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. test: enable contracts.precompile suites with Ethereum calls

    Signed-off-by: Dimitar Dinev <mitkojc@gmail.com>
    dimitar-dinev committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    835bc84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddd35bb View commit details
    Browse the repository at this point in the history
  3. fix: revert changes in EndToEndTests

    Signed-off-by: Dimitar Dinev <mitkojc@gmail.com>
    dimitar-dinev committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    cd9ec76 View commit details
    Browse the repository at this point in the history
  4. fix: sonar smells

    Signed-off-by: Dimitar Dinev <mitkojc@gmail.com>
    dimitar-dinev committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    8553ce0 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Merge branch 'develop' into check-eth-e2es

    # Conflicts:
    #	hedera-node/test-clients/src/eet/java/EndToEndTests.java
    #	hedera-node/test-clients/src/main/java/com/hedera/services/bdd/suites/contract/hapi/ContractDeleteSuite.java
    #	hedera-node/test-clients/src/main/java/com/hedera/services/bdd/suites/contract/precompile/DeleteTokenPrecompileSuite.java
    #	test-clients/src/main/java/com/hedera/services/bdd/suites/contract/precompile/ApproveAllowanceSuite.java
    #	test-clients/src/main/java/com/hedera/services/bdd/suites/contract/precompile/ERCPrecompileSuite.java
    #	test-clients/src/main/java/com/hedera/services/bdd/suites/contract/precompile/FreezeUnfreezeTokenPrecompileSuite.java
    #	test-clients/src/main/java/com/hedera/services/bdd/suites/contract/precompile/GrantRevokeKycSuite.java
    #	test-clients/src/main/java/com/hedera/services/bdd/suites/contract/precompile/LazyCreateThroughPrecompileSuite.java
    #	test-clients/src/main/java/com/hedera/services/bdd/suites/contract/precompile/PauseUnpauseTokenAccountPrecompileSuite.java
    #	test-clients/src/main/java/com/hedera/services/bdd/suites/contract/precompile/TokenUpdatePrecompileSuite.java
    #	test-clients/src/main/java/com/hedera/services/bdd/suites/contract/precompile/WipeTokenAccountPrecompileSuite.java
    #	test-clients/src/main/java/com/hedera/services/bdd/suites/ethereum/EthereumSuite.java
    dimitar-dinev committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    5084850 View commit details
    Browse the repository at this point in the history
  2. Enable the rest of the Ethereum E2Es (#4879)

    Signed-off-by: Dimitar Dinev <mitkojc@gmail.com>
    dimitar-dinev authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    6c8fb62 View commit details
    Browse the repository at this point in the history
  3. merge

    Signed-off-by: Dimitar Dinev <mitkojc@gmail.com>
    dimitar-dinev committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    920f696 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/check-eth-e2es' into check-eth-e2es

    # Conflicts:
    #	hedera-node/hedera-mono-service/src/test/java/com/hedera/node/app/service/mono/txns/contract/ContractCallTransitionLogicTest.java
    #	hedera-node/test-clients/src/itest/java/ConcurrentSuites.java
    #	test-clients/src/main/java/com/hedera/services/bdd/suites/contract/hapi/ContractCallSuite.java
    dimitar-dinev committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    26e220a View commit details
    Browse the repository at this point in the history
  5. merge again

    Signed-off-by: Dimitar Dinev <mitkojc@gmail.com>
    dimitar-dinev committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    10239fc View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. enable commented tests

    Signed-off-by: Dimitar Dinev <mitkojc@gmail.com>
    dimitar-dinev committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    5917a3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8f2017 View commit details
    Browse the repository at this point in the history
  3. fix sonar smells

    Signed-off-by: Dimitar Dinev <mitkojc@gmail.com>
    dimitar-dinev committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    f812f7b View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    a3e618e View commit details
    Browse the repository at this point in the history
  2. remove old file

    Signed-off-by: Dimitar Dinev <mitkojc@gmail.com>
    dimitar-dinev committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    81f2f92 View commit details
    Browse the repository at this point in the history
  3. fix smell

    Signed-off-by: Dimitar Dinev <mitkojc@gmail.com>
    dimitar-dinev committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    43c5c66 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Merge branch 'develop' into check-eth-e2es

    # Conflicts:
    #	hedera-node/test-clients/src/main/java/com/hedera/services/bdd/suites/contract/precompile/ApproveAllowanceSuite.java
    #	hedera-node/test-clients/src/main/java/com/hedera/services/bdd/suites/contract/precompile/ERCPrecompileSuite.java
    dimitar-dinev committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    d105b42 View commit details
    Browse the repository at this point in the history
  2. fix merge

    Signed-off-by: Dimitar Dinev <mitkojc@gmail.com>
    dimitar-dinev committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    64f08f0 View commit details
    Browse the repository at this point in the history
  3. remove unnecessary changes

    Signed-off-by: Dimitar Dinev <mitkojc@gmail.com>
    dimitar-dinev committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    d038d4f View commit details
    Browse the repository at this point in the history