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
Currently in the relay we are getting the feeSchedules, before each transaction to determine adequate gas fee for the transaction. However if a new transaction type is added in Hedera, but SDK is using older protobufs, when we try to resolve the file, it fails. When failing it enters this catch block https://github.com/hashgraph/hedera-sdk-js/blob/b3caab740a21fa8dc4d58748b6499b710b8efd7d/src/RequestType.js#L374-L376
There should be a dynamic approach to this, to avoid the need of updating on every new transaction.
No response
other
main
None
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Currently in the relay we are getting the feeSchedules, before each transaction to determine adequate gas fee for the transaction. However if a new transaction type is added in Hedera, but SDK is using older protobufs, when we try to resolve the file, it fails. When failing it enters this catch block https://github.com/hashgraph/hedera-sdk-js/blob/b3caab740a21fa8dc4d58748b6499b710b8efd7d/src/RequestType.js#L374-L376
There should be a dynamic approach to this, to avoid the need of updating on every new transaction.
Steps to reproduce
Additional context
No response
Hedera network
other
Version
main
Operating system
None
The text was updated successfully, but these errors were encountered: