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

test: add and fix existing ethermint rpc unit test #2294

Merged
merged 45 commits into from
Jun 6, 2024
Merged
Show file tree
Hide file tree
Changes from 40 commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
4c4b0ca
Add eth tx bytes to events and decode in tracing
skosito May 21, 2024
22ebd86
bump ethermint
skosito May 21, 2024
7e0e446
cleanup and add predecessors handling
skosito May 22, 2024
134036e
cleanup
skosito May 22, 2024
2e275f8
POC for alternative solution to pull tx info from events
skosito May 22, 2024
f6cb6eb
cleanup
skosito May 23, 2024
8f611cb
cleanup
skosito May 23, 2024
51761da
Modify rpc methods to include synthetic txs
skosito May 28, 2024
c0b8891
Add todos
skosito May 28, 2024
5670023
cleanup
skosito May 28, 2024
299fd84
cleanup
skosito May 28, 2024
531052e
changelog
skosito May 28, 2024
7dd8aa6
Merge branch 'develop' into debug-trace-tx-changes
skosito May 28, 2024
9a43e43
comments
skosito May 28, 2024
da06e60
refactor duplicate code
skosito May 28, 2024
85f8bf8
make generate
skosito May 28, 2024
51d22a2
lint fixes
skosito May 28, 2024
51f265a
cleanup
skosito May 28, 2024
e9408a4
link issue to todo
skosito May 28, 2024
367d9b0
Merge branch 'develop' into debug-trace-tx-changes
skosito May 29, 2024
9ff0b69
PR comments
skosito May 29, 2024
a8468e6
Remove todos
skosito May 29, 2024
9be7452
bump ethermint and use new attr constants
skosito May 29, 2024
2485961
port and fix rpc blocks tests
skosito May 30, 2024
885de7f
move account info tests
skosito May 30, 2024
043078f
call tx tests
skosito May 30, 2024
a765205
Merge branch 'develop' into debug-trace-tx-changes
skosito May 30, 2024
d761ed9
lint
skosito May 30, 2024
89bd917
PR comments
skosito May 30, 2024
736bb04
Merge branch 'debug-trace-tx-changes' into rpc-tests
skosito May 30, 2024
2f2b1fc
add more tests
skosito May 30, 2024
3532d39
fix tracing tests
skosito May 30, 2024
faf45e1
cleanup
skosito May 30, 2024
0dcbfb7
cleanup
skosito May 30, 2024
07aa91d
changelog
skosito May 31, 2024
96d0617
lint
skosito May 31, 2024
d22101a
make generate
skosito May 31, 2024
6911bfd
replace imports to ethermint rpc folder with zeta-chain
skosito May 31, 2024
0be001d
make generate
skosito May 31, 2024
ac6dfd7
Merge branch 'develop' into rpc-tests
skosito May 31, 2024
cb0a191
include rpc/backend in codecov report
skosito Jun 3, 2024
38738b4
PR comments
skosito Jun 3, 2024
ab1f121
allow whole rpc folder in codecov
skosito Jun 3, 2024
4a91aee
Merge branch 'develop' into rpc-tests
skosito Jun 3, 2024
077eb2e
Merge branch 'develop' into rpc-tests
skosito Jun 6, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
* [2199](https://github.com/zeta-chain/node/pull/2199) - custom priority mempool unit tests
* [2240](https://github.com/zeta-chain/node/pull/2240) - removed hard-coded Bitcoin regnet chainID in E2E withdraw tests
* [2266](https://github.com/zeta-chain/node/pull/2266) - try fixing E2E test `crosschain_swap` failure `btc transaction not signed`
* [2294](https://github.com/zeta-chain/node/pull/2294) - add and fix existing ethermint rpc unit test

### Fixes

Expand Down
Loading
Loading