Commit Graph

315 Commits

Author SHA1 Message Date
Neozaru
f0c17fd9e9 Merge remote-tracking branch 'origin/master' into integ 2014-07-06 11:58:30 +02:00
Neozaru
d47f4cecf7 Merge pull request #13 from monero-project/master
Pull monero-project changes
2014-07-06 11:54:59 +02:00
Neozaru
51f0fedde6 Added new 'transfer' method to keep old signatures (backward compat) 2014-07-05 23:50:49 +02:00
Neozaru
03a247387f Merge remote-tracking branch 'origin/wallet_wrapper' into integ
Conflicts:
	src/CMakeLists.txt
	src/rpcwallet/wallet_rpc_server_error_codes.h
	src/wallet/wallet_rpc_server.cpp
2014-07-05 23:04:20 +02:00
Neozaru
268b256b0f Merge pull request #11 from Neozaru/daemonize
Integrate mikezackles and tewinget changes
2014-07-05 21:42:46 +02:00
Neozaru
cd0bce88b1 Merge branch 'integ' into daemonize
Conflicts:
	src/simplewallet/simplewallet.cpp
2014-07-05 21:36:14 +02:00
Neozaru
630447cfb2 'print_status' command 2014-07-05 19:16:35 +02:00
Neozaru
4a4e3cde94 Added 'print_height' daemon command 2014-07-05 15:05:01 +02:00
Zachary Michaels
632c60b80f Throw exception on fork error
This should allow the stack to unwind and provide the opportunity to
clean up any external resources.
2014-07-05 04:15:38 -04:00
Zachary Michaels
e100248cb1 Remove irrelevant fork doc 2014-07-05 04:05:52 -04:00
Zachary Michaels
825c3ac9f4 Use bitmonero log for fork errors 2014-07-05 03:59:00 -04:00
Zachary Michaels
baabc7809b Fix for unused result error on chdir("/") 2014-07-05 03:49:49 -04:00
Neozaru
e14e020c3c Throwing error when 'on_transfer' fee is too low, avoiding transaction to be refused by the network 2014-07-04 23:52:26 +02:00
Neozaru
6c6fb91950 Forcing 'rpc-bind-port' to be set to avoid unhandled exceptions 2014-07-04 23:02:31 +02:00
Neozaru
23f7c275ac Returns error code when catching exception (no core dumps) 2014-07-04 22:28:49 +02:00
Neozaru
009ba440a2 Quick refactoring for cmd line usage (if bad arguments) 2014-07-04 22:11:53 +02:00
Zachary Michaels
6f3f76b29e Fix daemon rpc ip parsing 2014-07-03 11:33:13 -04:00
Zachary Michaels
cd9644c8cb Fix removing posix_fork.cpp from Windows build 2014-07-03 10:38:32 -04:00
Zachary Michaels
0855a8173f Fix mismatched type 2014-07-03 09:31:33 -04:00
Zachary Michaels
860efa09d4 Fix conditional compilation on Windows 2014-07-03 09:27:51 -04:00
Zachary Michaels
f9e56ec1f1 Fix license 2014-07-02 10:35:53 -04:00
Zachary Michaels
9d4c837b1f Merge branch 'master' into daemonize 2014-07-02 10:15:42 -04:00
Zachary Michaels
424accef25 Store ip/port as uint32/uint16 instead of string 2014-07-02 09:29:49 -04:00
Zachary Michaels
8b4dc37f83 Get rid of pointer to http client
This was a workaround because the http client didn't support move
semantics.  It's no longer an issue now that the interactive command
support is gone.
2014-07-02 09:22:36 -04:00
Zachary Michaels
c1038f7e3e Remove interactive console commands 2014-07-01 21:07:13 -04:00
Zachary Michaels
80bd4594f4 Reference epee namespace explicitly 2014-06-30 12:26:21 -04:00
Zachary Michaels
57f7586af1 Use fully qualified namespace
Previously code using this header did not compile without a "using
namespace epee" prior to #include.
2014-06-30 12:24:47 -04:00
Zachary Michaels
06059b87fd Add missing boost license 2014-06-30 10:46:54 -04:00
Thomas Winget
4c67dbb08e Merge pull request #55 from monero-project/revert-54-master
Revert "Do not fall over when refreshing balance fails"
2014-06-30 06:47:48 -04:00
Thomas Winget
55721da1fd Revert "Do not fall over when refreshing balance fails" 2014-06-30 06:45:20 -04:00
monero-project
e10100be20 Merge pull request #54 from zone117x/master
Do not fall over when refreshing balance fails
2014-06-29 23:11:28 -04:00
Matthew Little
b87577f444 Do not fall over when refreshing balance fails 2014-06-29 18:04:29 -06:00
mydesktop
eba62452c0 set max block size for gbt 2014-06-26 16:42:24 -04:00
Thomas Winget
c0ee58afa9 rpcwallet now fails commands if last refresh is too long ago 2014-06-26 08:07:19 -04:00
Thomas Winget
5e217a179c rpc wallet should now run without a daemon present
need to add a refresh time such that certain rpc commands
will fail with a message saying it's been too long since
the last refresh, so that command is not allowed until a
successful refresh.
2014-06-26 07:31:42 -04:00
Neozaru
1aed9c5a6a 'make install' shared library 2014-06-25 20:44:14 +02:00
Thomas Winget
b0d5cfd63c Moved wallet rpc stuff to own folder/binary, builds but not tested 2014-06-25 11:02:55 -04:00
Zachary Michaels
f29789187a Add stop daemon command 2014-06-25 05:54:30 +00:00
Zachary Michaels
6433e7349c Don't create console logger for daemon commands 2014-06-25 05:54:30 +00:00
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
Neozaru
8f268ab627 address and paymend_id validators 2014-06-24 22:25:20 +02:00
Neozaru
fa84cee9fa Address & Payment ID extractor 2014-06-24 21:47:20 +02:00