Commit graph

11 commits

Author SHA1 Message Date
Tanariel
2d0a2df480 emulate getinfo for wallets who copy bitcoin mistakes (#250)
like vertcoin 0.12... for sure its more efficient sigh
2018-03-25 12:09:26 +02:00
Tanguy Pruvot
90a100462d rpc: dissallow all wallet rpc methods containing key 2017-08-05 03:37:05 +02:00
Tanguy Pruvot
f412d68338 coin/console: handle raw json queries 2017-03-01 02:48:59 +01:00
Tanguy Pruvot
acc8285a90 xmr-rpc: allow to list transactions
very basic list, this rpc is screwed... not even a proper timestamp...
2017-02-01 02:49:33 +01:00
Tanguy Pruvot
8a034edf29 triggers: handle rpc commands
move the text query parser used in web console in the wallet rpc class
2016-12-24 01:11:29 +01:00
Tanguy Pruvot
95fe244984 basic cryptonote wallet rpc class/converter
allow to read balance and do queries via the console

Note: The db is not ready to handle both wallet and daemons ip/ports
      I assume the wallet is on local host and the daemon on another machine(ip).
      For now, they should use the same port (on 2 different ips so).
2016-09-12 15:50:01 +02:00
Tanguy Pruvot
01c4519638 rpc: error string was not properly retrieved 2016-05-30 10:20:33 +02:00
Tanguy Pruvot
722b9c9118 eth: handle rpc exceptions 2016-05-30 09:46:48 +02:00
Tanguy Pruvot
738848b7e9 various small changes 2016-05-30 09:13:19 +02:00
Tanguy Pruvot
f26060c15f ethereum: handle unknown methods 2016-05-29 14:34:30 +02:00
Tanguy Pruvot
35220977ef new wallet rpc class to handle martians
add some bitcoin rpc commands to query geth wallet informations (balance,diff,connections..)

todo: handle explorer and transactions list
2016-05-29 09:39:04 +02:00