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
$ rnode propose
Response: Error while creating block: ReadOnyMode
but using rchain-api, I get:
$ rclient propose -v
options: { '--help': false,
'--host': 'localhost',
'--port': '40401',
'--verbose': true,
RHOLANG: null,
deploy: false,
propose: true }
failed to propose to localhost:40401: Cannot read property 'blockHash' of undefined
TypeError: Cannot read property 'blockHash' of undefined
at Type.BlockMessage$fromObject [as fromObject] (eval at Codegen (/home/connolly/projects/RChain-API/node_modules/@protobufjs/codegen/index.js:50:33), <anonymous>:7:8)
at Type.fromObject (/home/connolly/projects/RChain-API/node_modules/protobufjs/src/type.js:538:25)
at serialize (/home/connolly/projects/RChain-API/node_modules/@grpc/proto-loader/build/src/index.js:55:27)
at Object.final_requester.sendMessage (/home/connolly/projects/RChain-API/node_modules/grpc/src/client_interceptors.js:802:37)
at InterceptingCall._callNext (/home/connolly/projects/RChain-API/node_modules/grpc/src/client_interceptors.js:418:43)
at InterceptingCall.sendMessage (/home/connolly/projects/RChain-API/node_modules/grpc/src/client_interceptors.js:460:8)
at InterceptingCall._callNext (/home/connolly/projects/RChain-API/node_modules/grpc/src/client_interceptors.js:424:12)
at InterceptingCall.sendMessage (/home/connolly/projects/RChain-API/node_modules/grpc/src/client_interceptors.js:460:8)
at ServiceClient.Client.makeUnaryRequest (/home/connolly/projects/RChain-API/node_modules/grpc/src/client.js:498:21)
at apply (/home/connolly/projects/RChain-API/node_modules/lodash/lodash.js:478:17)
The text was updated successfully, but these errors were encountered:
The real issue is:
but using rchain-api, I get:
The text was updated successfully, but these errors were encountered: