-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 Integration Tests #1294
Fix Integration Tests #1294
Conversation
integration-tests/src/test/java/org/web3j/protocol/besu/BesuOnChainPrivacyIntegrationTest.java
Outdated
Show resolved
Hide resolved
integration-tests/src/test/java/org/web3j/protocol/parity/ParityIT.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, just a few small comments.
We can discuss about the wrapper generation.
integration-tests/src/test/java/org/web3j/protocol/besu/BesuOnChainPrivacyIntegrationTest.java
Outdated
Show resolved
Hide resolved
integration-tests/src/test/java/org/web3j/generated/Fibonacci.java
Outdated
Show resolved
Hide resolved
integration-tests/src/test/java/org/web3j/generated/Fibonacci.java
Outdated
Show resolved
Hide resolved
integration-tests/src/test/java/org/web3j/protocol/core/TestnetConfig.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job, this is going to help a lot future improvements.
Just a couple of small comments but LGTM
codegen/src/main/java/org/web3j/codegen/unit/gen/CompilerClassLoader.java
Outdated
Show resolved
Hide resolved
codegen/src/test/java/org/web3j/codegen/SolidityFunctionWrapperTest.java
Outdated
Show resolved
Hide resolved
codegen/src/test/java/org/web3j/codegen/unit/gen/java/Setup.java
Outdated
Show resolved
Hide resolved
codegen/src/test/java/org/web3j/codegen/unit/gen/kotlin/Setup.java
Outdated
Show resolved
Hide resolved
integration-tests/src/test/java/org/web3j/protocol/besu/BesuOnChainPrivacyIntegrationTest.java
Show resolved
Hide resolved
integration-tests/src/test/java/org/web3j/protocol/besu/BesuOnChainPrivacyIntegrationTest.java
Show resolved
Hide resolved
integration-tests/src/test/java/org/web3j/protocol/core/TestnetConfig.java
Outdated
Show resolved
Hide resolved
Also we should mention in the README to configure the Docker client with |
codegen/src/test/java/org/web3j/codegen/SolidityFunctionWrapperGeneratorTest.java
Show resolved
Hide resolved
codegen/src/test/java/org/web3j/codegen/SolidityFunctionWrapperGeneratorTest.java
Outdated
Show resolved
Hide resolved
codegen/src/test/java/org/web3j/codegen/SolidityFunctionWrapperTest.java
Outdated
Show resolved
Hide resolved
Wrappers will be generated only if the sol file is provided.
* Initial Commit. * Initial IT Commit * CoreIT test fixes * 80% of Scenarios pass. * Fixed more tests. * All tests are passing Clean up * Applied feedback * Wrappers are now generated with every build of codegen * Removed primitive contract. There is not use for it * Fixed failing test. Wrappers will be generated only if the sol file is provided.
* Initial Commit. * Initial IT Commit * CoreIT test fixes * 80% of Scenarios pass. * Fixed more tests. * All tests are passing Clean up * Applied feedback * Wrappers are now generated with every build of codegen * Removed primitive contract. There is not use for it * Fixed failing test. Wrappers will be generated only if the sol file is provided.
What does this PR do?
Use Web3j-Unit to fix the integration tests
Where should the reviewer start?
Changed Files
Why is it needed?
So the integration tests can run