-
Notifications
You must be signed in to change notification settings - Fork 954
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
Batch events tests #3857
Merged
Merged
Batch events tests #3857
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3857 +/- ##
==========================================
- Coverage 73.04% 73.04% -0.01%
==========================================
Files 340 340
Lines 104815 104781 -34
==========================================
- Hits 76561 76533 -28
+ Misses 28254 28248 -6 ☔ View full report in Codecov by Sentry. |
tzemanovic
approved these changes
Oct 1, 2024
tzemanovic
added
backport-44
merge
Ready to merge - mergifyio bot will add the PR to merge queue when all checks pass
labels
Oct 1, 2024
3 tasks
tzemanovic
added a commit
that referenced
this pull request
Oct 2, 2024
* origin/mergify/bp/0.44.0/pr-3857: Changelog #3857 Removes unused `Success` event Adds test for identical events in batch Adds batch events tests Removes eprintln from prepare proposal unit tests Adds tests for whitelisted tokens gas payment
tzemanovic
added a commit
that referenced
this pull request
Oct 11, 2024
* 0.44.0: Namada 0.44.1 Removes old reference to encrypted txs test/e2e/ibc: try to kill gaiad before running it Fixes broken assertions in integration tests Update crates/sdk/src/queries/vp/pos.rs small fix from comments changelog: add #3899 fix up liveness queries Add new rpc query function to check validators' liveness(uptime) in this epoch test/e2e: try to forward Ctrl+C to the bg session Changelog for #3860 feat: serde rename batch index into masp tx index Tries to drop bg process in tests mergify: unquote base branch name Changelog #3882 Extends batch sections test to check duplicate sections Custom `PartialEq` impl for `SigningTxData` Fixes cmt reference in `add_inner_tx` Avoids duplicated sections when contructing a batch ci/mergify: unquote base name Increases timeout on epoch sleep Improves epoch sleeping in ibc tests and renames token variable Changelog #3866 Sped up ibc token test Fixes ibc gas payment test Fixes typos and updates docstring e2e test for ibc token gas payment goveranance: let validator vote even if it doesn't have a self-bond changelog: add #3835 tx: test tx sections api tx: improve the serialization api test/tx: add more unit tests tx: split out tx sections into dedicated mod tx: move signing related code into sign mod tx: rm unsued `SignedTxData` refactor and test signature index tx/types: rm unused code test/e2e: no dbg logs in shielded sync ci/mergify: add merge rule for backport to 0.44 mergify: add backport strategy Changelog #3857 Removes unused `Success` event Adds test for identical events in batch Adds batch events tests Removes eprintln from prepare proposal unit tests Adds tests for whitelisted tokens gas payment update hermes test/e2e: increase hermes timeout README: add notes about hermes update hermes ci: run checks on release branches
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport-44
merge
Ready to merge - mergifyio bot will add the PR to merge queue when all checks pass
non-breaking-change
testing
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Describe your changes
Partially addresses #3828.
Success
eventChecklist before merging
breaking::
labelsnamada-docs
reponamada-indexer
ornamada-masp-indexer
, a corresponding PR is opened in that repo