8lecramm
8lecramm
Under certain conditions, the node throws a panic message when initiating a RPC call with an orphaned transaction. ``` curl http://pi:10102/json_rpc -H 'Content-Type: application/json' -d '{"jsonrpc":"2.0","id":"0","method":"DERO.GetTransaction","params":{"txs_hashes":["0000007c31430f3ce55f41c2ef91898618ed3ef7c5e82693b67af50d726d235e"]}}' ``` ``` { "jsonrpc":...
Add: name registration via CLI wallet Add: possibility to include multiple transfers within single transaction Add: transaction summary before confirmation You can reach me in Discord for feedback. Just read...
Related to #79. If input is given in plaintext, "plain" should be set to 'true'. The same applies to the response message of 'checksignature'. ``` curl http://localhost:40403/json_rpc -d '{"jsonrpc":"2.0","id":"0","method":"signdata","params":{"data":"Hello from...
## Description In rare cases (e.g. after power outage), the daemon cannot load the chain properly and panics. ``` ... 20/01 22:09:43 INFO RPC RPC will listen {"address": "127.0.0.1:10102"} 20/01...
## Description Please include a summary of the changes and the related issue. **NOTE**: The process is the following: - Your pull request should be directed to `dev` branch. -...