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
Following endpoints are not working in offline mode are returning Internal Server Error.
/construction/payload
/construction/parse
Calling payload endpoint: It shows error in line: https://github.com/vechain/rosetta/blob/master/src/controllers/construction.ts#L663 Cannot read properties of undefined (reading chainTag)
payload
undefined
Calling parse endpoint: It shows error in line: https://github.com/vechain/rosetta/blob/master/src/controllers/construction.ts#L425 Cannot read properties of undefined (reading baseGasPrice)
parse
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Following endpoints are not working in offline mode are returning Internal Server Error.
/construction/payload
/construction/parse
Calling
payload
endpoint:It shows error in line:
https://github.com/vechain/rosetta/blob/master/src/controllers/construction.ts#L663
Cannot read properties of
undefined
(reading chainTag)Calling
parse
endpoint:It shows error in line:
https://github.com/vechain/rosetta/blob/master/src/controllers/construction.ts#L425
Cannot read properties of
undefined
(reading baseGasPrice)The text was updated successfully, but these errors were encountered: