Commit Graph

223 Commits

Author SHA1 Message Date
Zachary Michaels
249e569913 Empty transaction pool message 2014-06-25 05:54:17 +00:00
Zachary Michaels
018d7d76d7 Forgot to serialize status for connections RPC 2014-06-25 04:05:44 +00:00
Zachary Michaels
7c81a24be1 Forgot to serialize status for tx pool RPC 2014-06-25 04:04:47 +00:00
Zachary Michaels
497b42cca6 Return true for all daemon RPC commands 2014-06-24 23:05:02 +00:00
Zachary Michaels
f0ef9d1d4d Fix blockchain info RPC
Forgot to pass arguments
2014-06-24 22:50:46 +00:00
Zachary Michaels
e2ef6983ff Changes to console logger setup 2014-06-24 22:27:40 +00:00
Zachary Michaels
75d75e8f75 Better error for log level RPC 2014-06-24 22:25:58 +00:00
Zachary Michaels
3522939550 Fix mining errors for hash rate toggle commands 2014-06-24 21:56:52 +00:00
Zachary Michaels
7d9fcbe7e3 Fix json rpc method calls 2014-06-24 21:29:56 +00:00
Zachary Michaels
4fe9347127 Move connection_info into rpc directory 2014-06-24 18:38:00 +00:00
Zachary Michaels
af3113560a Cleaner access to transaction pool info 2014-06-26 19:13:45 -04:00
Zachary Michaels
9ddccbde63 Move tx_info into its own file 2014-06-26 17:16:22 -04:00
Zachary Michaels
4069df7b3c Portable types for tx_info serialization 2014-06-26 17:12:27 -04:00
Zachary Michaels
92b5b87aaf Switch time_t to uint64_t in RPC peer 2014-06-26 16:31:47 -04:00
Zachary Michaels
46e85b1fd7 Add get block headers range command over RPC 2014-06-26 15:57:07 -04:00
Zachary Michaels
746af71727 Add cumulative size to RPC block headers 2014-06-26 15:54:51 -04:00
Zachary Michaels
f45b9efafd Remove size_t from block_header_responce 2014-06-26 15:44:01 -04:00
Zachary Michaels
bf928f9902 Allow header range queries on blockchain 2014-06-26 14:58:30 -04:00
Zachary Michaels
62a63ea382 Move block_header_responce into its own file 2014-06-26 14:23:47 -04:00
Zachary Michaels
760c1e3890 Add cumulative difficulty to RPC block headers 2014-06-26 12:55:59 -04:00
Zachary Michaels
b8874670ab Expose block cumulative difficulty 2014-06-26 12:53:20 -04:00
Zachary Michaels
ec407309c0 Add transaction count to RPC block headers 2014-06-26 12:53:11 -04:00
Zachary Michaels
0b52e0d769 Extract print_block_header 2014-06-26 12:02:21 -04:00
Zachary Michaels
162c5cd3f8 Daemon print block by hash RPC 2014-06-26 11:54:58 -04:00
Zachary Michaels
da2a304b06 Daemon print block by height RPC 2014-06-26 11:37:40 -04:00
Zachary Michaels
f6ad75d36d Add print connections RPC command 2014-06-26 10:17:11 -04:00
Zachary Michaels
f3db0d029d Expose connection info over RPC 2014-06-26 03:28:39 -04:00
Zachary Michaels
0880d5a853 message_writer fix in simplewallet
I missed these changes when I was extracting scoped_message_writer
2014-06-26 03:26:49 -04:00
Zachary Michaels
cc532914d3 Print transaction RPC 2014-06-25 14:03:23 -04:00
Zachary Michaels
706c01533d Transaction pool RPC commands 2014-06-25 12:50:23 -04:00
Zachary Michaels
b0fbb970ce Add id to RPC transaction info 2014-06-25 12:22:58 -04:00
Zachary Michaels
2c28871075 Transaction pool RPC 2014-06-25 00:39:40 -04:00
Zachary Michaels
2556949293 More RPC commands 2014-06-24 19:26:50 -04:00
Zachary Michaels
51e03fad1d RPC print_pl 2014-06-24 16:59:17 -04:00
Zachary Michaels
976db0e898 Remove trailing whitespace 2014-06-24 12:32:36 -04:00
Zachary Michaels
767d003f8b RPC show_difficulty 2014-06-24 11:40:31 -04:00
Zachary Michaels
7348ab2e78 Extract RPC request logic 2014-06-24 10:14:30 -04:00
Zachary Michaels
2576437753 Http connection helper class 2014-06-23 23:04:11 -04:00
Zachary Michaels
2b306135da RPC mining command 2014-06-23 21:55:11 -04:00
Zachary Michaels
e0e6037388 Extract scoped_message_writer from simplewallet 2014-06-23 21:54:23 -04:00
Zachary Michaels
ec0a8d1339 Make daemon RPC client observe ip/port settings 2014-06-23 19:19:28 -04:00
Zachary Michaels
60a5ec4697 Templated daemon commands 2014-06-23 19:01:13 -04:00
Zachary Michaels
7366afde2b Http client for RPC executor 2014-06-23 16:03:01 -04:00
Zachary Michaels
b36ca99bff Make wallet address types match RPC call 2014-06-23 15:41:20 -04:00
Zachary Michaels
90b065e318 Merge remote-tracking branch 'upstream/master' into daemonize 2014-06-20 19:57:44 -04:00
Zachary Michaels
c04348dc63 Set up for RPC IPC 2014-06-20 19:57:03 -04:00
Zachary Michaels
dc472848eb Missing includes for console_handler.h 2014-06-20 19:55:29 -04:00
Zachary Michaels
65ddc0459b Prep for swappable command executors 2014-06-20 15:29:46 -04:00
Zachary Michaels
80e20f7f83 Rename some things 2014-06-20 15:03:02 -04:00
NoodleDoodleNoodleDoodleNoodleDoodleNoo
e12ccdf905 Update slow-hash.c
1. Fix for Mac OSX compilation errors.
2014-06-19 23:49:25 -07:00