Skip to content

feat: add build_estimate_tx for offline tx building with fee estimation #305

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

Merged
merged 1 commit into from
May 26, 2025

Conversation

mkoura
Copy link
Collaborator

@mkoura mkoura commented May 26, 2025

Introduce the build_estimate_tx method in TransactionGroup to enable building balanced transactions and estimating fees without requiring access to a live node. Refactor script argument generation to use with_execution_units instead of for_build for clarity and consistency. Update related logic to support the new estimation workflow and ensure execution units are handled appropriately for both build and build-estimate commands.

Introduce the `build_estimate_tx` method in `TransactionGroup` to enable
building balanced transactions and estimating fees without requiring access
to a live node. Refactor script argument generation to use
`with_execution_units` instead of `for_build` for clarity and consistency.
Update related logic to support the new estimation workflow and ensure
execution units are handled appropriately for both build and build-estimate
commands.
@mkoura mkoura merged commit 1931f71 into master May 26, 2025
3 checks passed
@mkoura mkoura deleted the add_build_estimate_tx branch May 26, 2025 14:10
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