-
Notifications
You must be signed in to change notification settings - Fork 566
Problem: No test on the transaction receipt api #678
Conversation
Codecov Report
@@ Coverage Diff @@
## main #678 +/- ##
==========================================
- Coverage 57.00% 56.83% -0.17%
==========================================
Files 63 64 +1
Lines 5566 5602 +36
==========================================
+ Hits 3173 3184 +11
- Misses 2232 2251 +19
- Partials 161 167 +6
|
) | ||
|
||
// HexString is a byte array that serializes to hex | ||
type HexString []byte |
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.
q: why not use the go-ethereum type?
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.
go-ethereum version has the ‘0x’ prefix automatically, but the solc generated json don’t have that.
e6230d4
to
41a4ce2
Compare
@@ -17,6 +17,9 @@ jobs: | |||
runs-on: ubuntu-latest | |||
steps: | |||
- uses: actions/checkout@v2.3.4 | |||
- uses: actions/setup-go@v2 | |||
with: | |||
go-version: 1.17 |
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.
otherwise, the default go compiler in CI fails to build.
seems that |
Closes: evmos#582 - add receipt rpc test for erc20 transfer logs
139de24
to
1f72708
Compare
fixed now. |
Closes: #582
Description
For contributor use:
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerFor admin use:
WIP
,R4R
,docs
, etc)