Hello Team ,
I have upgraded my multichain 1.0 alpha 10008 to multichain 2.0 protocol version 10009 but when i store json data into stream it throws me this error below.
chain1.0version: publish stream1 key3 '{"text":"hello world!"}'
{"method":"publish","params":["stream1","key3",{"text":"hello world!"}],"id":"94039354-1554400936","chain_name":"chain1.0version"}
error code: -8
error message:
data should be hexadecimal string for this protocol version
This is my getinfo output:
{"method":"getinfo","params":[],"id":"87826548-1554396356","chain_name":"chain1.0version"}
{
"version" : "2.0",
"nodeversion" : 20000901,
"protocolversion" : 10009,
"chainname" : "chain1.0version",
"description" : "MultiChain chain1.0version",
"protocol" : "multichain",
"port" : 2655,
"setupblocks" : 60,
"nodeaddress" : "chain1.0version@192.168.1.39:2655",
"burnaddress" : "1XXXXXXXMXXXXXXXrdXXXXXXWjXXXXXXXvXyNj",
"incomingpaused" : false,
"miningpaused" : false,
"offchainpaused" : false,
"walletversion" : 60000,
"balance" : 0,
"walletdbversion" : 2,
"reindex" : false,
"blocks" : 95,
"timeoffset" : 0,
"connections" : 0,
"proxy" : "",
"difficulty" : 5.96046447753906e-8,
"testnet" : false,
"keypoololdest" : 1554383021,
"keypoolsize" : 2,
"paytxfee" : 0,
"relayfee" : 0,
"errors" : ""
}
And also in my params.dat file protocol version is still 10008.
How can i troubleshoot this issue please help me to get resolve this.
Thanks
khetesh rotangan