Commit Graph

  • 7c7696a830 missed removing a debug print Thomas Winget 2014-06-17 13:03:37 -0400
  • e5ab98a6f4 removed some debugging code (really stupid printf-style debuggng.. Thomas Winget 2014-06-16 22:11:47 -0400
  • 62109840d6 Transaction splitting *seems* to be working!!! tom 2014-06-16 21:52:06 -0400
  • 9bfe0b9b6c Added confirmation prompt if transactions are to be split Thomas Winget 2014-06-16 15:16:54 -0400
  • 002ce963bf added back successful tx message. oops. Thomas Winget 2014-06-16 14:35:20 -0400
  • 8166650ae0 up tx splits limit 5 -> 30 Thomas Winget 2014-06-16 14:14:09 -0400
  • 2e048a4679 final changes to get transaction splitting building. needs testing. Thomas Winget 2014-06-15 20:36:44 -0400
  • 79e59d155b working on dividing functions in prep for tx splitting tom 2014-06-15 17:20:16 -0400
  • fc1180bc6c Added comments to wallet functions Thomas Winget 2014-06-13 14:05:15 -0400
  • 4c67dbb08e Merge pull request #55 from monero-project/revert-54-master Thomas Winget 2014-06-30 06:47:48 -0400
  • 55721da1fd Revert "Do not fall over when refreshing balance fails" Thomas Winget 2014-06-30 06:45:20 -0400
  • e10100be20 Merge pull request #54 from zone117x/master monero-project 2014-06-29 23:11:28 -0400
  • b87577f444 Do not fall over when refreshing balance fails Matthew Little 2014-06-29 18:04:29 -0600
  • eba62452c0 set max block size for gbt mydesktop 2014-06-26 16:42:24 -0400
  • c0ee58afa9 rpcwallet now fails commands if last refresh is too long ago Thomas Winget 2014-06-26 08:07:19 -0400
  • 5e217a179c rpc wallet should now run without a daemon present Thomas Winget 2014-06-26 07:31:42 -0400
  • 1aed9c5a6a 'make install' shared library Neozaru 2014-06-25 20:44:14 +0200
  • b0d5cfd63c Moved wallet rpc stuff to own folder/binary, builds but not tested Thomas Winget 2014-06-25 11:02:55 -0400
  • f29789187a Add stop daemon command Zachary Michaels 2014-06-25 05:52:07 +0000
  • 6433e7349c Don't create console logger for daemon commands Zachary Michaels 2014-06-25 04:44:54 +0000
  • 249e569913 Empty transaction pool message Zachary Michaels 2014-06-25 04:44:13 +0000
  • 018d7d76d7 Forgot to serialize status for connections RPC Zachary Michaels 2014-06-25 04:05:44 +0000
  • 7c81a24be1 Forgot to serialize status for tx pool RPC Zachary Michaels 2014-06-25 04:04:47 +0000
  • 497b42cca6 Return true for all daemon RPC commands Zachary Michaels 2014-06-24 23:05:02 +0000
  • f0ef9d1d4d Fix blockchain info RPC Zachary Michaels 2014-06-24 22:50:46 +0000
  • e2ef6983ff Changes to console logger setup Zachary Michaels 2014-06-24 22:27:40 +0000
  • 75d75e8f75 Better error for log level RPC Zachary Michaels 2014-06-24 22:25:58 +0000
  • 3522939550 Fix mining errors for hash rate toggle commands Zachary Michaels 2014-06-24 21:56:52 +0000
  • 7d9fcbe7e3 Fix json rpc method calls Zachary Michaels 2014-06-24 21:29:56 +0000
  • 8f268ab627 address and paymend_id validators Neozaru 2014-06-24 22:25:20 +0200
  • fa84cee9fa Address & Payment ID extractor Neozaru 2014-06-24 21:47:20 +0200
  • 6a0224d4a8 Added paymentAddress generation (exp) Neozaru 2014-06-24 21:26:06 +0200
  • cceb458151 Added payment ID generator Neozaru 2014-06-24 20:55:24 +0200
  • 4fe9347127 Move connection_info into rpc directory Zachary Michaels 2014-06-26 19:46:52 -0400
  • af3113560a Cleaner access to transaction pool info Zachary Michaels 2014-06-26 19:13:45 -0400
  • 9ddccbde63 Move tx_info into its own file Zachary Michaels 2014-06-26 17:16:22 -0400
  • 4069df7b3c Portable types for tx_info serialization Zachary Michaels 2014-06-26 17:12:27 -0400
  • 92b5b87aaf Switch time_t to uint64_t in RPC peer Zachary Michaels 2014-06-26 16:31:47 -0400
  • 46e85b1fd7 Add get block headers range command over RPC Zachary Michaels 2014-06-26 15:57:07 -0400
  • 746af71727 Add cumulative size to RPC block headers Zachary Michaels 2014-06-26 15:54:51 -0400
  • f45b9efafd Remove size_t from block_header_responce Zachary Michaels 2014-06-26 15:44:01 -0400
  • bf928f9902 Allow header range queries on blockchain Zachary Michaels 2014-06-26 14:58:30 -0400
  • 62a63ea382 Move block_header_responce into its own file Zachary Michaels 2014-06-26 14:23:47 -0400
  • 760c1e3890 Add cumulative difficulty to RPC block headers Zachary Michaels 2014-06-26 12:55:59 -0400
  • b8874670ab Expose block cumulative difficulty Zachary Michaels 2014-06-26 12:48:10 -0400
  • ec407309c0 Add transaction count to RPC block headers Zachary Michaels 2014-06-26 12:47:21 -0400
  • 0b52e0d769 Extract print_block_header Zachary Michaels 2014-06-26 12:02:21 -0400
  • 162c5cd3f8 Daemon print block by hash RPC Zachary Michaels 2014-06-26 11:54:58 -0400
  • da2a304b06 Daemon print block by height RPC Zachary Michaels 2014-06-26 11:37:40 -0400
  • f6ad75d36d Add print connections RPC command Zachary Michaels 2014-06-26 10:17:11 -0400
  • f3db0d029d Expose connection info over RPC Zachary Michaels 2014-06-26 03:28:39 -0400
  • 0880d5a853 message_writer fix in simplewallet Zachary Michaels 2014-06-25 21:51:42 -0400
  • cc532914d3 Print transaction RPC Zachary Michaels 2014-06-25 14:03:23 -0400
  • 706c01533d Transaction pool RPC commands Zachary Michaels 2014-06-25 12:50:23 -0400
  • b0fbb970ce Add id to RPC transaction info Zachary Michaels 2014-06-25 12:22:58 -0400
  • 2c28871075 Transaction pool RPC Zachary Michaels 2014-06-25 00:39:40 -0400
  • 2556949293 More RPC commands Zachary Michaels 2014-06-24 18:22:12 -0400
  • 51e03fad1d RPC print_pl Zachary Michaels 2014-06-24 16:59:17 -0400
  • 2a2b36d425 fix function typo monero-project 2014-06-24 13:30:41 -0400
  • c050ff43bf Fix copy/paste bug, thx Boolberry monero-project 2014-06-24 13:20:15 -0400
  • 976db0e898 Remove trailing whitespace Zachary Michaels 2014-06-24 12:32:36 -0400
  • 767d003f8b RPC show_difficulty Zachary Michaels 2014-06-24 11:40:31 -0400
  • 7348ab2e78 Extract RPC request logic Zachary Michaels 2014-06-24 10:14:30 -0400
  • 2576437753 Http connection helper class Zachary Michaels 2014-06-23 23:04:11 -0400
  • 2b306135da RPC mining command Zachary Michaels 2014-06-23 21:55:11 -0400
  • e0e6037388 Extract scoped_message_writer from simplewallet Zachary Michaels 2014-06-23 21:54:23 -0400
  • ec0a8d1339 Make daemon RPC client observe ip/port settings Zachary Michaels 2014-06-23 19:19:28 -0400
  • 60a5ec4697 Templated daemon commands Zachary Michaels 2014-06-23 19:01:13 -0400
  • c4a983cb65 wallet RPC converted to use new transaction semantics Thomas Winget 2014-06-17 18:15:21 -0400
  • 5d761b4fde removed erroneous printing of newlines Thomas Winget 2014-06-17 14:42:41 -0400
  • 73b682db7b missed removing a debug print Thomas Winget 2014-06-17 13:03:37 -0400
  • 674abb9947 removed some debugging code (really stupid printf-style debuggng.. Thomas Winget 2014-06-16 22:11:47 -0400
  • 018bd915ea Transaction splitting *seems* to be working!!! tom 2014-06-16 21:52:06 -0400
  • 39d6a8bd54 Added confirmation prompt if transactions are to be split Thomas Winget 2014-06-16 15:16:54 -0400
  • 5803cee6af added back successful tx message. oops. Thomas Winget 2014-06-16 14:35:20 -0400
  • 2b5eaac7a2 up tx splits limit 5 -> 30 Thomas Winget 2014-06-16 14:14:09 -0400
  • bc048c7c02 final changes to get transaction splitting building. needs testing. Thomas Winget 2014-06-15 20:36:44 -0400
  • 1231271370 working on dividing functions in prep for tx splitting tom 2014-06-15 17:20:16 -0400
  • 8718a105a8 Added comments to wallet functions Thomas Winget 2014-06-13 14:05:15 -0400
  • 1f2c4bc815 needed to remove REQUIRED from find_package(Threads) Thomas Winget 2014-06-13 00:01:04 -0400
  • 7366afde2b Http client for RPC executor Zachary Michaels 2014-06-23 16:03:01 -0400
  • b36ca99bff Make wallet address types match RPC call Zachary Michaels 2014-06-23 13:55:01 -0400
  • da16b37aa8 miniToMonero and moneroToMini made public (static) Neozaru 2014-06-22 23:00:44 +0200
  • 9798135b5d Quick fixes; More documentation Neozaru 2014-06-22 22:25:22 +0200
  • ad29f803ed Trim electrum seed (should be fixed in core) Neozaru 2014-06-22 13:49:24 +0200
  • 7e97220ad3 Added another 'transfer' method (CLEANUP REQUIRED, WHICH ONE ARE REALLY USEFULL ?); Added Electrum seed generation / recovery Neozaru 2014-06-22 12:41:48 +0200
  • d6e5e78bfc Added 'transfer' Errors Neozaru 2014-06-21 17:21:54 +0200
  • 385e97e2c0 Exceptions are now instancied on the fly Neozaru 2014-06-21 17:04:24 +0200
  • 90b065e318 Merge remote-tracking branch 'upstream/master' into daemonize Zachary Michaels 2014-06-20 19:57:44 -0400
  • c04348dc63 Set up for RPC IPC Zachary Michaels 2014-06-20 19:57:03 -0400
  • dc472848eb Missing includes for console_handler.h Zachary Michaels 2014-06-20 19:55:29 -0400
  • 1ca7beb21d Merge branch 'wallet_wrapper' of https://github.com/Neozaru/bitmonero into wallet_wrapper Neozaru 2014-06-20 22:58:34 +0200
  • 6f27102569 Quick renaming Neozaru 2014-06-20 22:56:44 +0200
  • 2ee13e7ea6 Observer callbacks are not pure anymore Neozaru 2014-06-20 22:56:15 +0200
  • 06bddbc7d5 Added 'on_wallet_refreshed' observer callback Neozaru 2014-06-20 22:49:03 +0200
  • 878db6791c GetIncomingTransfers filters (compliance with RPC calls) Neozaru 2014-06-20 22:27:34 +0200
  • 00994fd7f7 Added transfer ids in observer Neozaru 2014-06-20 21:44:26 +0200
  • d9417d5c64 Added mutexes (transfer, store, refresh) for Monero Wallet wrapper Neozaru 2014-06-20 21:31:39 +0200
  • 65ddc0459b Prep for swappable command executors Zachary Michaels 2014-06-20 15:29:46 -0400
  • 80e20f7f83 Rename some things Zachary Michaels 2014-06-20 14:49:43 -0400