We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe.
lumos currently only implements tx fee estimation based on tx size, lumos needs to support tx fee estimation based on virtual bytes.
Describe the solution you'd like
Design a module to support asynchronous estimation of the tx fee process for assembling transactions
Additional context
lumos/packages/common-scripts/src/common.ts
Lines 866 to 869 in 145e560
https://github.com/nervosnetwork/ckb/blob/5aa8b426d0aef48c5a854a74176b5eb9b85896fb/tx-pool/src/component/mod.rs#L19-L28
https://github.com/nervosnetwork/ckb/blob/develop/rpc/README.md#method-estimate_cycles
The text was updated successfully, but these errors were encountered:
nervosnetwork/ckb#3684
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
lumos currently only implements tx fee estimation based on tx size, lumos needs to support tx fee estimation based on virtual bytes.
Describe the solution you'd like
Design a module to support asynchronous estimation of the tx fee process for assembling transactions
Additional context
lumos/packages/common-scripts/src/common.ts
Lines 866 to 869 in 145e560
https://github.com/nervosnetwork/ckb/blob/5aa8b426d0aef48c5a854a74176b5eb9b85896fb/tx-pool/src/component/mod.rs#L19-L28
https://github.com/nervosnetwork/ckb/blob/develop/rpc/README.md#method-estimate_cycles
The text was updated successfully, but these errors were encountered: