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
Please provide some context for your error. For example, when did the error occur? What were you trying to achieve, and how?
I am using hyperledger-caliper to benchmark the Ethereum local network (Ganache). The contract is a simple storage contract, nothing fancy. I can deploy the contract.
What was the observed incorrect behavior?
But unable to send a request to the deployed contract. I believe I am making some mistake or error in establishing the connection.
Please provide the error logs and their surroundings.
Here is the error:
2024.02.22-13:27:41.180 error [caliper] [ethereum-connector] Failed tx on sample calling method retrieve nonce undefined
2024.02.22-13:27:41.180 error [caliper] [ethereum-connector] TypeError: Found non-callable @@iterator
Here is the response to the submit transaction command await this.sutAdapter.sendRequests(connectorRequest)
Which Caliper version are you using?
v0.5.0
Which Node.JS version are you using?
v18.15.0
Which operating system are you using?
Windows 11 Pro
Please provide some context for your error. For example, when did the error occur? What were you trying to achieve, and how?
I am using hyperledger-caliper to benchmark the Ethereum local network (Ganache). The contract is a simple storage contract, nothing fancy. I can deploy the contract.
What was the observed incorrect behavior?
But unable to send a request to the deployed contract. I believe I am making some mistake or error in establishing the connection.
Please provide the error logs and their surroundings.
Here is the response to the submit transaction command
await this.sutAdapter.sendRequests(connectorRequest)
Please provide your benchmark configuration file content, if possible.
Please provide your network configuration file content, if possible.
Here is the contract file:
Please provide your workload module content, if possible.
Please provide any additional information you deem relevant to the error.
Please advise if you need any additional information. Thank you!
The text was updated successfully, but these errors were encountered: