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(testnet_cleanup): add fee calculation for transactions #2971

Merged
merged 2 commits into from
Mar 28, 2025

Conversation

mkoura
Copy link
Collaborator

@mkoura mkoura commented Mar 28, 2025

Added a new CLI option --fee to calculate and display the total fees of signed transactions in the specified directory. Introduced a helper function fees_info to compute the fees and log details for each transaction. Updated testnet_cleanup_info.py and testnet_cleanup.py accordingly.

Added a new CLI option `--fee` to calculate and display the total fees
of signed transactions in the specified directory. Introduced a helper
function `fees_info` to compute the fees and log details for each
transaction. Updated `testnet_cleanup_info.py` and
`testnet_cleanup.py` accordingly.
@mkoura mkoura requested a review from saratomaz as a code owner March 28, 2025 16:13
Corrected "it's" to "its" in multiple docstrings within the
`testnet_cleanup.py` file to improve grammar and clarity.

Affected functions:
- `find_addr_files`
- `find_submitted_tx_files`
- `find_cert_files`
@mkoura mkoura merged commit cadba64 into master Mar 28, 2025
3 checks passed
@mkoura mkoura deleted the add_fee_info branch March 28, 2025 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant