refactor(verification): move token info [part 2b/9]#858
Merged
Conversation
1 task
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #858 +/- ##
==========================================
- Coverage 85.28% 85.27% -0.02%
==========================================
Files 281 281
Lines 22363 22364 +1
Branches 3388 3388
==========================================
- Hits 19073 19071 -2
Misses 2610 2610
- Partials 680 683 +3 ☔ View full report in Codecov by Sentry. |
ba246bc to
c69073d
Compare
8cff879 to
a7635d4
Compare
c69073d to
2e709e9
Compare
a7635d4 to
1bef803
Compare
This was referenced Nov 9, 2023
msbrogli
previously approved these changes
Nov 9, 2023
dc55893 to
073d6f6
Compare
1bef803 to
9857b55
Compare
1 task
073d6f6 to
c084103
Compare
9857b55 to
50171eb
Compare
Base automatically changed from
refactor/verification-inheritance/2-verify-sum
to
master
November 16, 2023 20:01
50171eb to
5693c13
Compare
msbrogli
approved these changes
Nov 16, 2023
jansegre
approved these changes
Nov 16, 2023
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.
Depends on #831
Motivation
During the verification refactors, some methods were moved from
TransactiontoTransactionVerifier. Now that the refactors are complete (with PRs still to be merged), it's clear that those methods should be indeed inTransaction, so they were moved back.Acceptance Criteria
update_token_info_from_outputs()fromTransactionVerifiertoTransaction, changing it to private.get_complete_token_info()fromTransactionVerifiertoTransaction.Transaction.get_token_info_from_inputs()to private.Checklist
master, confirm this code is production-ready and can be included in future releases as soon as it gets merged