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

rpc: fix invocations of contracts using hash160 #758

Merged
merged 1 commit into from
Mar 13, 2020

Conversation

roman-khimov
Copy link
Member

ERROR Error encountered with rpc request {"error": "expected string size of 40 got 42",...

ERROR   Error encountered with rpc request      {"error": "expected string size of 40 got 42",...
@roman-khimov roman-khimov added bug Something isn't working rpc RPC server and client labels Mar 13, 2020
@roman-khimov roman-khimov added this to the v0.74.0 milestone Mar 13, 2020
@roman-khimov roman-khimov merged commit ba1c3bf into master Mar 13, 2020
@roman-khimov roman-khimov deleted the rpc-fix-hash160 branch March 13, 2020 13:50
@codecov
Copy link

codecov bot commented Mar 13, 2020

Codecov Report

Merging #758 into master will decrease coverage by 0.01%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #758      +/-   ##
==========================================
- Coverage   64.82%   64.81%   -0.02%     
==========================================
  Files         139      139              
  Lines       12727    12729       +2     
==========================================
  Hits         8250     8250              
- Misses       4077     4078       +1     
- Partials      400      401       +1
Impacted Files Coverage Δ
pkg/rpc/request/param.go 97.1% <0%> (-2.9%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d9a8337...c8f4eee. Read the comment docs.

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

Successfully merging this pull request may close these issues.

None yet

2 participants