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

eth/abi: adapt abicoder type system #220

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft

eth/abi: adapt abicoder type system #220

wants to merge 7 commits into from

Conversation

q9f
Copy link
Owner

@q9f q9f commented Feb 16, 2023

No description provided.

@q9f q9f added the bug Something isn't working label Feb 16, 2023
@codecov-commenter
Copy link

codecov-commenter commented Feb 16, 2023

Codecov Report

Merging #220 (a734155) into main (5013702) will decrease coverage by 0.09%.
The diff coverage is 98.81%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##             main     #220      +/-   ##
==========================================
- Coverage   99.66%   99.57%   -0.09%     
==========================================
  Files          77      101      +24     
  Lines        4433     4922     +489     
==========================================
+ Hits         4418     4901     +483     
- Misses         15       21       +6     
Impacted Files Coverage Δ
lib/eth/abi/type.rb 100.00% <ø> (ø)
lib/eth/abi/meta_type.rb 85.71% <85.71%> (ø)
lib/eth/abi/parser.rb 96.20% <96.20%> (ø)
lib/eth/abi.rb 100.00% <100.00%> (ø)
lib/eth/abi/types/address.rb 100.00% <100.00%> (ø)
lib/eth/abi/types/array.rb 100.00% <100.00%> (ø)
lib/eth/abi/types/boolean.rb 100.00% <100.00%> (ø)
lib/eth/abi/types/bytes.rb 100.00% <100.00%> (ø)
lib/eth/abi/types/fixed_array.rb 100.00% <100.00%> (ø)
lib/eth/abi/types/fixed_bytes.rb 100.00% <100.00%> (ø)
... and 18 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants