-
Notifications
You must be signed in to change notification settings - Fork 237
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
Problem: empty topics in rpc response is not tested #254
Conversation
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.
LGTM
Codecov Report
@@ Coverage Diff @@
## main #254 +/- ##
==========================================
+ Coverage 21.51% 24.72% +3.21%
==========================================
Files 27 34 +7
Lines 1729 2572 +843
==========================================
+ Hits 372 636 +264
- Misses 1324 1888 +564
- Partials 33 48 +15
Continue to review full report at Codecov.
|
backport: crypto-org-chain#254 Solution: - merge empty topics fix - add integration tests to verify
backport: crypto-org-chain#254 Solution: - merge empty topics fix - add integration tests to verify
backport: crypto-org-chain#254 Solution: - merge empty topics fix - add integration tests to verify
backport: crypto-org-chain#254 Solution: - merge empty topics fix - add integration tests to verify Update integration_tests/shell.nix
backport: crypto-org-chain#254 Solution: - merge empty topics fix - add integration tests to verify Update integration_tests/shell.nix
backport: crypto-org-chain#254 Solution: - merge empty topics fix - add integration tests to verify Update integration_tests/shell.nix Update CHANGELOG.md
backport: #254 Solution: - merge empty topics fix - add integration tests to verify Update integration_tests/shell.nix
to make this change more clear, can we separate the ethermint version increase in a different PR? |
integration test failure is due to this issue: evmos/ethermint#851 |
sounds good. |
120ac7d
to
366d065
Compare
Closes: crypto-org-chain#841 Solution: - merge empty topics fix - add integration tests to verify
Closes: #841
Solution:
👮🏻👮🏻👮🏻 !!!! REFERENCE THE PROBLEM YOUR ARE SOLVING IN THE PR TITLE AND DESCRIBE YOUR SOLUTION HERE !!!! DO NOT FORGET !!!! 👮🏻👮🏻👮🏻
PR Checklist:
make
)make test
)go fmt
)golangci-lint run
)go list -json -m all | nancy sleuth
)Thank you for your code, it's appreciated! :)