This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Description Expected Behavior
I expect the example/tx.js from the dev branch to work with a zero value transaction with the helix-1.0/dev branch node running on localhost.
Current Behavior
The client returns an Internal Server Error.
Steps to Reproduce
Fork helix-lib, clone, and checkout dev branch set to track upstream dev on local computer.
npm init
npm i @helixnetwork/core
Fork helix-1-0, clone, and checkout dev branch set to track upstream dev on local computer.
Put the private key for the coordinator into helix-1.0/resources
Start helix-1.0 with default configurations
java -jar target/helix*.jar -p 14700
Run the example/tx.js from the client directory.
Version:
Operating System: Ubuntu bionic beaver
Clean installs of helix-1.0 dev branch, Helix-lib dev branch.
Failure Logs
The steps result in the helix-1.0 log issuing,
07/22 14:20:24.238 [XNIO-1 task-4] ERROR net.helix.hlx.service.API - API Validation failed: Invalid parameters
And the client console issuing,
Request error: Internal Server Error
Note
I think this is related to the refactor of the helix-1.0 node:
HelixNetwork/pendulum@023efc3
Reactions are currently unavailable
Expected Behavior
I expect the example/tx.js from the dev branch to work with a zero value transaction with the helix-1.0/dev branch node running on localhost.
Current Behavior
The client returns an Internal Server Error.
Steps to Reproduce
Version:
Failure Logs
The steps result in the helix-1.0 log issuing,
And the client console issuing,
Note
I think this is related to the refactor of the helix-1.0 node:
HelixNetwork/pendulum@023efc3