-
Notifications
You must be signed in to change notification settings - Fork 138
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
Commits on Nov 29, 2022
-
enable eth tests in EndToEndTests
Signed-off-by: Dimitar Dinev <mitkojc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8e6cfc1 - Browse repository at this point
Copy the full SHA 8e6cfc1View commit details
Commits on Dec 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3234770 - Browse repository at this point
Copy the full SHA 3234770View commit details
Commits on Dec 6, 2022
-
feat: add eth tests in parallel and sequential itests
Signed-off-by: IvanKavaldzhiev <ivankavaldzhiev@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 580ae5f - Browse repository at this point
Copy the full SHA 580ae5fView commit details -
Signed-off-by: IvanKavaldzhiev <ivankavaldzhiev@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for beeb1c7 - Browse repository at this point
Copy the full SHA beeb1c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb28047 - Browse repository at this point
Copy the full SHA bb28047View commit details
Commits on Dec 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 52457b2 - Browse repository at this point
Copy the full SHA 52457b2View commit details
Commits on Jan 4, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for d9a63eb - Browse repository at this point
Copy the full SHA d9a63ebView commit details -
Signed-off-by: IvanKavaldzhiev <ivankavaldzhiev@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d9838a7 - Browse repository at this point
Copy the full SHA d9838a7View commit details
Commits on Jan 9, 2023
-
Signed-off-by: IvanKavaldzhiev <ivankavaldzhiev@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 71823a8 - Browse repository at this point
Copy the full SHA 71823a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a5cd07 - Browse repository at this point
Copy the full SHA 6a5cd07View commit details
Commits on Jan 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2e09709 - Browse repository at this point
Copy the full SHA 2e09709View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fd4e13 - Browse repository at this point
Copy the full SHA 5fd4e13View commit details
Commits on Feb 3, 2023
-
test: enable contracts.precompile suites with Ethereum calls
Signed-off-by: Dimitar Dinev <mitkojc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 835bc84 - Browse repository at this point
Copy the full SHA 835bc84View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddd35bb - Browse repository at this point
Copy the full SHA ddd35bbView commit details -
fix: revert changes in EndToEndTests
Signed-off-by: Dimitar Dinev <mitkojc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cd9ec76 - Browse repository at this point
Copy the full SHA cd9ec76View commit details -
Signed-off-by: Dimitar Dinev <mitkojc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8553ce0 - Browse repository at this point
Copy the full SHA 8553ce0View commit details
Commits on Feb 28, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 5084850 - Browse repository at this point
Copy the full SHA 5084850View commit details -
Enable the rest of the Ethereum E2Es (#4879)
Signed-off-by: Dimitar Dinev <mitkojc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6c8fb62 - Browse repository at this point
Copy the full SHA 6c8fb62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 920f696 - Browse repository at this point
Copy the full SHA 920f696View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 26e220a - Browse repository at this point
Copy the full SHA 26e220aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10239fc - Browse repository at this point
Copy the full SHA 10239fcView commit details
Commits on Mar 1, 2023
-
Signed-off-by: Dimitar Dinev <mitkojc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5917a3c - Browse repository at this point
Copy the full SHA 5917a3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8f2017 - Browse repository at this point
Copy the full SHA f8f2017View commit details -
Signed-off-by: Dimitar Dinev <mitkojc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f812f7b - Browse repository at this point
Copy the full SHA f812f7bView commit details
Commits on Mar 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a3e618e - Browse repository at this point
Copy the full SHA a3e618eView commit details -
Signed-off-by: Dimitar Dinev <mitkojc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 81f2f92 - Browse repository at this point
Copy the full SHA 81f2f92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43c5c66 - Browse repository at this point
Copy the full SHA 43c5c66View commit details
Commits on Mar 16, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for d105b42 - Browse repository at this point
Copy the full SHA d105b42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64f08f0 - Browse repository at this point
Copy the full SHA 64f08f0View commit details -
Signed-off-by: Dimitar Dinev <mitkojc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d038d4f - Browse repository at this point
Copy the full SHA d038d4fView commit details