Conversation
|
| Branch | fix/wallet-removed-tx |
| Testbed | ubuntu-22.04 |
Click to view all benchmark results
| Benchmark | Latency | Benchmark Result nanoseconds (ns) (Result Δ%) | Lower Boundary nanoseconds (ns) (Limit %) | Upper Boundary nanoseconds (ns) (Limit %) |
|---|---|---|---|---|
| sync-v2 (up to 20000 blocks) | 📈 view plot 🚷 view threshold | 101,446,853,776.88 (-0.54%) | 91,802,408,704.46 (90.49%) | 112,202,943,972.12 (90.41%) |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1139 +/- ##
==========================================
- Coverage 84.40% 84.29% -0.12%
==========================================
Files 317 317
Lines 24297 24303 +6
Branches 3697 3698 +1
==========================================
- Hits 20508 20485 -23
- Misses 3072 3091 +19
- Partials 717 727 +10 ☔ View full report in Codecov by Sentry. |
msbrogli
previously approved these changes
Oct 2, 2024
jansegre
previously approved these changes
Oct 3, 2024
msbrogli
previously approved these changes
Oct 3, 2024
6b95cb0 to
34e7d9d
Compare
msbrogli
approved these changes
Oct 3, 2024
34e7d9d to
69870b1
Compare
69870b1 to
067de83
Compare
jansegre
approved these changes
Oct 4, 2024
2 tasks
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Motivation
We noticed that the
wallet.get_balance_per_address()method was not working correctly in the end of the reward lock event simulation — it was not considering the removed tx. This PR fixes this.Acceptance Criteria
_remove_transactions().CONSENSUS_TX_REMOVEDevent handling on test wallet.test_reward_lock.py.Checklist
master, confirm this code is production-ready and can be included in future releases as soon as it gets merged