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

Fix incorrect address encoding with leading zeroes (#28), add ThorNode::eth_call #30

Merged
merged 3 commits into from
Jun 3, 2024

Conversation

sterliakov
Copy link
Owner

  • Fix incorrect address encoding when leading zeroes are present (fixes fix address encode #28)
  • Add ThorNode::eth_call and ThorNode::eth_call_advanced, add a contract integration example
  • Bump version

Copy link

codecov bot commented Jun 3, 2024

Codecov Report

Attention: Patch coverage is 89.65517% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 93.90%. Comparing base (87a7240) to head (853ae7a).

Files Patch % Lines
src/network.rs 88.88% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #30      +/-   ##
==========================================
- Coverage   94.49%   93.90%   -0.60%     
==========================================
  Files           7        7              
  Lines         618      640      +22     
==========================================
+ Hits          584      601      +17     
- Misses         34       39       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sterliakov sterliakov force-pushed the bugfix/st-address-encoding branch from e4a2b4e to 853ae7a Compare June 3, 2024 15:46
@sterliakov sterliakov merged commit 42f884c into master Jun 3, 2024
14 of 16 checks passed
@sterliakov sterliakov deleted the bugfix/st-address-encoding branch June 3, 2024 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant