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
A transaction generated by a node.js backend fails to be processed by a wallet with an 'invalid node account id' error.
The transaction specified node account id 0.0.18 which is a valid consensus node, however the ClientConstants.js doesn't have an entry for this node accountId, it goes from 17 to 19, skipping 18 altogether
Generate a transaction which specifies account id 0.0.18 for the node_account_id, attempt to sign and execute the transaction in a web client, it will fail.
Additional context
No response
Hedera network
mainnet
Version
2.29
Operating system
None
The text was updated successfully, but these errors were encountered:
Noting here that 0.0.31 and 0.0.30 do not currently have a gRPC web proxy set up. Once this service is available we will add them to the SDKs. DevOps will note when available.
Description
A transaction generated by a node.js backend fails to be processed by a wallet with an 'invalid node account id' error.
The transaction specified node account id 0.0.18 which is a valid consensus node, however the ClientConstants.js doesn't have an entry for this node accountId, it goes from 17 to 19, skipping 18 altogether
https://github.com/hashgraph/hedera-sdk-js/blob/develop/src/constants/ClientConstants.js
Also note that the list of consensus nodes https://docs.hedera.com/hedera/networks/mainnet/mainnet-nodes goes up to node account id 0.0.31, the constants file stops at 0.0.29.
Steps to reproduce
Generate a transaction which specifies account id 0.0.18 for the node_account_id, attempt to sign and execute the transaction in a web client, it will fail.
Additional context
No response
Hedera network
mainnet
Version
2.29
Operating system
None
The text was updated successfully, but these errors were encountered: