You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
hedera-sdk-js/src/RequestType.js
Lines 374 to 376 in b3caab7
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: