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

GET_PROTOCOL_PARAMETERS for retrieving latest protocol params #254

Closed
slowbackspace opened this issue Nov 8, 2024 · 1 comment
Closed
Labels
enhancement New feature or request

Comments

@slowbackspace
Copy link
Contributor

Currently the clients can't build a transaction just by using the data provided by wslink - for setting TTL the client needs to know current slot, also various protocol params are needed during tx builder setup (pool_deposit, key_deposit, ,coins_per_utxo_byte, max_value_size, min_fee_a, min_fee_b). We could exposes needed information by implementing new command for retrieving latest protocol params.

Note: After implementing this we could deprecate ESTIMATE_FEE msg since the information would be included in the new msg.

@slowbackspace slowbackspace added the enhancement New feature or request label Nov 8, 2024
@iccicci
Copy link
Collaborator

iccicci commented Nov 29, 2024

Done with #272

@iccicci iccicci closed this as completed Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants