-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Init BindGen E2E tests #8651
Init BindGen E2E tests #8651
Conversation
Current dependencies on/for this PR: This stack of pull requests is managed by Graphite. |
35afa68
to
3247f18
Compare
3d16392
to
72fae62
Compare
a614407
to
db51caf
Compare
db51caf
to
9cec8dd
Compare
72fae62
to
256591b
Compare
263a01b
to
2211006
Compare
063842e
to
8e45789
Compare
2211006
to
e20ca02
Compare
8e45789
to
6c8cb2a
Compare
e20ca02
to
787bf32
Compare
6c8cb2a
to
eb9e216
Compare
787bf32
to
a52992e
Compare
eb9e216
to
b5421fe
Compare
a52992e
to
3abbc79
Compare
b5421fe
to
2da2fac
Compare
3abbc79
to
97ca42b
Compare
2da2fac
to
2217b91
Compare
WalkthroughWalkthroughThe overall changes involve the introduction of new jobs and workflows in the CircleCI configuration for building and testing remote bindings of the Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on X ? TipsChat with CodeRabbit Bot (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #8651 +/- ##
===========================================
- Coverage 34.57% 34.53% -0.05%
===========================================
Files 167 167
Lines 7170 7170
Branches 1213 1213
===========================================
- Hits 2479 2476 -3
- Misses 4539 4544 +5
+ Partials 152 150 -2
Flags with carried forward coverage won't be shown. Click here to find out more. |
* Init BindGen unit tests * Init BindGen E2E tests
Adds E2E tests for:
fetchContractData
compareInitBytecodeWithOp
compareDeployedBytecodeWithOp
compareBytecodeWithRpc
Additionally:
Transaction
type from Geth instead of custom type