Open mobeen-10 opened 1 year ago
Following endpoints are not working in offline mode are returning Internal Server Error.
/construction/payload
/construction/parse
1) 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
2) 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
Following endpoints are not working in offline mode are returning Internal Server Error.
/construction/payload
/construction/parse
1) Calling
payload
endpoint: It shows error in line: https://github.com/vechain/rosetta/blob/master/src/controllers/construction.ts#L663 Cannot read properties ofundefined
(reading chainTag)2) Calling
parse
endpoint: It shows error in line: https://github.com/vechain/rosetta/blob/master/src/controllers/construction.ts#L425 Cannot read properties ofundefined
(reading baseGasPrice)