-
Notifications
You must be signed in to change notification settings - Fork 127
HIP-1056 Account BlockItem to RecordItem transformers #10314
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
HIP-1056 Account BlockItem to RecordItem transformers #10314
Conversation
Signed-off-by: Harsh Sawarkar <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10314 +/- ##
============================================
- Coverage 92.19% 92.17% -0.02%
- Complexity 8096 8101 +5
============================================
Files 988 989 +1
Lines 33713 33729 +16
Branches 4263 4267 +4
============================================
+ Hits 31082 31091 +9
- Misses 1617 1620 +3
- Partials 1014 1018 +4 ☔ View full report in Codecov by Sentry. |
...mirror-importer/src/test/java/com/hedera/mirror/importer/parser/domain/BlockItemBuilder.java
Outdated
Show resolved
Hide resolved
...in/java/com/hedera/mirror/importer/downloader/block/transformer/CryptoCreateTransformer.java
Outdated
Show resolved
Hide resolved
…into HIP-1056-Account-BlockItem-to-RecordItem-transformers
...in/java/com/hedera/mirror/importer/downloader/block/transformer/CryptoCreateTransformer.java
Show resolved
Hide resolved
...mirror-importer/src/test/java/com/hedera/mirror/importer/parser/domain/BlockItemBuilder.java
Outdated
Show resolved
Hide resolved
…into HIP-1056-Account-BlockItem-to-RecordItem-transformers
…apt the new accountId. Signed-off-by: Harsh Sawarkar <[email protected]>
Signed-off-by: Harsh Sawarkar <[email protected]>
...in/java/com/hedera/mirror/importer/downloader/block/transformer/CryptoCreateTransformer.java
Outdated
Show resolved
Hide resolved
...in/java/com/hedera/mirror/importer/downloader/block/transformer/CryptoUpdateTransformer.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Harsh Sawarkar <[email protected]>
...rter/src/test/java/com/hedera/mirror/importer/downloader/block/BlockFileTransformerTest.java
Outdated
Show resolved
Hide resolved
...rter/src/test/java/com/hedera/mirror/importer/downloader/block/BlockFileTransformerTest.java
Outdated
Show resolved
Hide resolved
...va/com/hedera/mirror/importer/downloader/block/transformer/AbstractBlockItemTransformer.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Harsh Sawarkar <[email protected]>
Signed-off-by: Harsh Sawarkar <[email protected]>
Looks like spotless formatting errors if you can run |
…into HIP-1056-Account-BlockItem-to-RecordItem-transformers
Signed-off-by: Harsh Sawarkar <[email protected]>
Fixed |
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
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
Description:
Added Account transformers and tests.
Related issue(s):
Fixes #10164
Notes for reviewer:
Checklist