Skip to content
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

feat: Add CLI option for persistTransactionBytes #620

Merged
merged 2 commits into from
May 23, 2024

Conversation

victor-yanev
Copy link
Contributor

Description:

This PR:

  • adds a new CLI flag --persistTransactionBytes which will set these two properties to true for the mirror-node:
    • hedera.mirror.importer.parser.record.entity.persist.transactionBytes
    • hedera.mirror.importer.parser.record.entity.persist.transactionRecordBytes

Related issue(s):

Fixes #619

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

Signed-off-by: Victor Yanev <victor.yanev@limechain.tech>
@victor-yanev victor-yanev added P1 High priority issue, which must be completed in the milestone otherwise the release is at risk. CLI Feature that impacts the CLI tool Limechain labels May 15, 2024
@victor-yanev victor-yanev self-assigned this May 15, 2024
Signed-off-by: Victor Yanev <victor.yanev@limechain.tech>
Copy link

sonarcloud bot commented May 15, 2024

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@victor-yanev victor-yanev added this to the 2.25.0 milestone May 23, 2024
@victor-yanev victor-yanev merged commit 97946ec into main May 23, 2024
12 checks passed
@victor-yanev victor-yanev deleted the 619-Add-CLI-flag-for-persistTransactionBytes branch May 23, 2024 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI Feature that impacts the CLI tool Limechain P1 High priority issue, which must be completed in the milestone otherwise the release is at risk.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add CLI flag for 'persistTransactionBytes'
2 participants