Commit Graph

  • c71b675639 Refactor RPC connect. Arthur Britto 2012-12-03 15:09:04 -08:00
  • 936f52d654 Refactor RPC unl_delete. Arthur Britto 2012-12-03 14:59:12 -08:00
  • 2ef272b805 Refactor RPC unl_add. Arthur Britto 2012-12-03 14:51:41 -08:00
  • 665bd4b1de Added set_issuer. Stefan Thomas 2012-12-03 14:28:27 -08:00
  • b80bd17295 Merge branch 'master' of github.com:jedmccaleb/NewCoin jed 2012-12-03 13:55:47 -08:00
  • 0db2d312bb pass whole message in serverClosed jed 2012-12-03 13:55:35 -08:00
  • 60a9487e18 Code to track collections of endpoints that can impose work on the system, submit proofs of work, and so on. JoelKatz 2012-12-03 12:57:32 -08:00
  • d046730223 Latency targets. JoelKatz 2012-12-03 04:40:26 -08:00
  • c8159e70eb Missing piece. JoelKatz 2012-12-02 21:15:59 -08:00
  • 6f8699254c Small updates. JoelKatz 2012-12-02 20:49:28 -08:00
  • 331514570c More feature table work. JoelKatz 2012-12-02 20:11:34 -08:00
  • 65175b8e54 Refactor RPC submit and submit_json. Arthur Britto 2012-12-02 19:46:32 -08:00
  • 14bf7d0ec2 Regularize irregular results for websocket interface too. Arthur Britto 2012-12-02 18:25:12 -08:00
  • c6db85fb39 Refactor RPC commands with no arguments. Arthur Britto 2012-12-02 18:08:45 -08:00
  • 318c7d15cb Refactor RPC account_tx. Arthur Britto 2012-12-02 17:21:03 -08:00
  • 6b77a141d8 More work on the feature table. JoelKatz 2012-12-02 17:01:53 -08:00
  • f3bbe07572 Refactor RPC account_info. Arthur Britto 2012-12-02 16:47:44 -08:00
  • ee3a2a0857 Regularize RPC calling. Arthur Britto 2012-12-02 16:06:20 -08:00
  • fed1250218 Regularize RPC handling. Arthur Britto 2012-12-02 16:05:45 -08:00
  • e737dd16c5 Do not output usage if --quiet. Arthur Britto 2012-12-02 15:52:54 -08:00
  • 5f7d655d7d Structures to track state of features. JoelKatz 2012-12-02 15:52:09 -08:00
  • 585203f558 Be consistent in how we specify this feature table. JoelKatz 2012-12-02 15:36:27 -08:00
  • 7708968cff Stuctures for feature enabling. JoelKatz 2012-12-02 15:23:17 -08:00
  • 1ed90b5bb5 Merge branch 'master' of github.com:jedmccaleb/NewCoin JoelKatz 2012-12-02 01:02:46 -08:00
  • 7489eafe1e Cleanup. JoelKatz 2012-12-02 01:02:36 -08:00
  • 2151572b8e As per the wiki - if no issuer set, the txn json shouldn't contain one. Stefan Thomas 2012-12-01 23:46:22 -08:00
  • 8ffea0530a Begin moving CLI parsing to CallRPC. Arthur Britto 2012-12-01 18:01:59 -08:00
  • d0e30b29d8 Do not use cout. Arthur Britto 2012-12-01 18:01:21 -08:00
  • 78cd142343 Move RPC errors to own files. Arthur Britto 2012-12-01 18:00:27 -08:00
  • 17b2506cd7 Work toward RPC refactor and do not print to cout. Arthur Britto 2012-12-01 17:58:32 -08:00
  • c2d6dc0ab7 Add command line option --quiet. Arthur Britto 2012-12-01 17:56:27 -08:00
  • 51ee96e804 Merge branch 'master' of github.com:jedmccaleb/NewCoin Arthur Britto 2012-11-30 17:14:31 -08:00
  • 6d8afeca47 Work on path finder integration. Arthur Britto 2012-11-30 17:14:25 -08:00
  • 07a3eafd8a Disallow invalid flags on OfferCreate transactions. Arthur Britto 2012-11-30 17:12:51 -08:00
  • 45841edb7d Disallow invalid flags on payment transactions. Arthur Britto 2012-11-30 17:04:24 -08:00
  • 643d4e1c7e JS: Hide _secret and clean up transaction submiting. Arthur Britto 2012-11-30 16:02:59 -08:00
  • 6a3e9a7d24 JS: default build_path is now false and is actually passed. Arthur Britto 2012-11-30 15:50:54 -08:00
  • 5957a79584 Make only one version of each ledger history option. JoelKatz 2012-11-30 15:26:18 -08:00
  • 41fe8f4443 Count InfoSub's. JoelKatz 2012-11-30 03:48:49 -08:00
  • e5e96f9dd7 Bugfix. JoelKatz 2012-11-30 03:17:16 -08:00
  • 2864dda4eb Make directory nodes self-descriptive. Callers pass in a "describer" function that stamps new directory entries. JoelKatz 2012-11-30 00:30:19 -08:00
  • 1d3a17b59d Structures for self-descriptive directory nodes. JoelKatz 2012-11-30 00:12:25 -08:00
  • e8abe71ea8 Add the ledger time to the JSON account transaction event. Stefan Thomas 2012-11-29 22:01:24 -08:00
  • fe24387f91 Fix. JoelKatz 2012-11-29 18:41:24 -08:00
  • 4cae3dca7b Merge branch 'master' of github.com:jedmccaleb/NewCoin JoelKatz 2012-11-29 18:40:16 -08:00
  • 4f58ab14b0 Don't break the unit tests by slowing shutdown. JoelKatz 2012-11-29 18:40:01 -08:00
  • 0865c99cee windows jed 2012-11-29 18:28:49 -08:00
  • 9ce31adc28 Merge branch 'master' of github.com:jedmccaleb/NewCoin jed 2012-11-29 17:32:27 -08:00
  • 07cbb4a4f4 change emit jed 2012-11-29 17:31:19 -08:00
  • eb185769fa Fix account_tx - metadata was being read from incorrect db column. Stefan Thomas 2012-11-29 17:10:13 -08:00
  • 007f241040 Merge branch 'master' of github.com:jedmccaleb/NewCoin Arthur Britto 2012-11-29 16:05:48 -08:00
  • 7e8d13b554 JS: More fixes for caching. Arthur Britto 2012-11-29 16:05:38 -08:00
  • 6a889d6ccc Add missing comma (fix transaction metadata persistence.) Stefan Thomas 2012-11-29 15:56:04 -08:00
  • 1f0aa8f56c have remote.js emit all messages jed 2012-11-29 15:54:59 -08:00
  • 460776115c Merge branch 'master' of github.com:jedmccaleb/NewCoin Arthur Britto 2012-11-29 15:46:56 -08:00
  • 6627d7160d Merge commit '28268bbaed27f5df9fbce7888ebe467374efeb22' Arthur Britto 2012-11-29 15:46:19 -08:00
  • 28268bbaed JS: Fix transparent caching of ledger entries. Arthur Britto 2012-11-29 15:33:23 -08:00
  • 0fe9f178ef NetworkOPs function to test if we have in our database a specified range of ledger numbers. JoelKatz 2012-11-29 11:46:22 -08:00
  • e05a24d055 Document the ledger_history settings. JoelKatz 2012-11-29 11:38:28 -08:00
  • 6d858ab178 Get rid of "full history". You can now configure how many back ledgers you want to retrieve on startup. The default is 256. The configuration element is "ledger_history". Valid values are: 0/off/false/none = don't retrieve any history on/full/yes/-1 = retrieve all history back to the genesis ledger <number> = retrieve that number of past ledgers JoelKatz 2012-11-29 11:33:33 -08:00
  • 87ee255251 Save txn metadata into transaction database. JoelKatz 2012-11-29 10:35:53 -08:00
  • 326250b554 Escape helper. JoelKatz 2012-11-29 10:35:44 -08:00
  • dd1ff90351 Merge branch 'master' of github.com:jedmccaleb/NewCoin JoelKatz 2012-11-29 10:08:12 -08:00
  • a38e7fd496 Metadata versions of the transaction SQL helper functions. JoelKatz 2012-11-29 09:50:34 -08:00
  • 2d6a7f09e4 Merge branch 'notdone' jed 2012-11-29 09:23:55 -08:00
  • 23f88680d0 Merge branch 'master' of github.com:jedmccaleb/NewCoin jed 2012-11-29 09:23:41 -08:00
  • 92cee7d089 Merge branch 'master' of github.com:jedmccaleb/NewCoin into notdone jed 2012-11-29 09:23:08 -08:00
  • 32c231ab57 add meta to account_tx jed 2012-11-29 09:22:44 -08:00
  • 377747fb2c Helper function. JoelKatz 2012-11-29 09:00:16 -08:00
  • 2664229017 Fix a compiler warning. JoelKatz 2012-11-29 09:00:05 -08:00
  • 7e834d8a39 Merge branch 'master' of github.com:jedmccaleb/NewCoin jed 2012-11-29 08:48:13 -08:00
  • 5cf15b3f4e Shutdown cleanly on control-C. JoelKatz 2012-11-28 20:49:07 -08:00
  • 6a72d6eb8a Merge branch 'master' of github.com:jedmccaleb/NewCoin Arthur Britto 2012-11-28 19:19:57 -08:00
  • 2268989609 Work toward ripple_path_find. Arthur Britto 2012-11-28 19:19:39 -08:00
  • e90a1a404d still working jed 2012-11-28 16:29:15 -08:00
  • 72777b6b83 Remove some shared pointers on load monitors. JoelKatz 2012-11-28 15:53:07 -08:00
  • 8ba70c73f6 Make some boost::format objects static. JoelKatz 2012-11-28 15:35:12 -08:00
  • bfbf0aa185 Eliminate redundant write set waits. You don't need to wait on future write sets. JoelKatz 2012-11-28 15:34:47 -08:00
  • 6aca65ff76 Get the shared pointers out of the scoped lock stuff. We don't need it. JoelKatz 2012-11-28 15:27:20 -08:00
  • 725761d60e Remove a C++11 warning. Jed 2012-11-27 16:44:56 -08:00
  • dc4e5bc70a Merge branch 'master' of github.com:jedmccaleb/NewCoin jed 2012-11-26 22:14:52 -08:00
  • f1f7ccda52 Add digit group separator formatting to to_human(). Stefan Thomas 2012-11-26 18:03:32 -08:00
  • e94765d0da Fix for non-native currencies in parse_human. Stefan Thomas 2012-11-26 18:01:39 -08:00
  • 5c3ffb4fd3 If you need override a method, do it straight up, don't abuse events. Stefan Thomas 2012-11-26 15:52:59 -08:00
  • 11d0e93cd8 UT: Move test account configuration from config-example.js. Arthur Britto 2012-11-26 16:30:13 -08:00
  • 2bffd0d699 JS: Fix local_fee for remote.js. Arthur Britto 2012-11-26 16:28:52 -08:00
  • 49ac818e28 Added different logging style when running in browser. Stefan Thomas 2012-11-26 15:12:15 -08:00
  • 6aa468f174 I think that comment belongs here. Stefan Thomas 2012-11-26 14:27:12 -08:00
  • e8d357b6cd Added parsing function for parsing human-entered amount. Stefan Thomas 2012-11-26 14:26:54 -08:00
  • 1c09b9ceaa Make local fee determination configurable. Stefan Thomas 2012-11-24 12:50:34 -08:00
  • 67ce14e93f JS: Add Amount.set_currency(). Arthur Britto 2012-11-26 13:06:48 -08:00
  • e406c0f827 Merge branch 'master' of github.com:jedmccaleb/NewCoin Arthur Britto 2012-11-26 13:00:06 -08:00
  • 8a83251da7 JS: fixes for parsing amounts. Arthur Britto 2012-11-26 12:59:52 -08:00
  • 1380a0d544 Merge branch 'master' of github.com:jedmccaleb/NewCoin JoelKatz 2012-11-26 11:45:07 -08:00
  • 885925a83b Add a 'CAUTION' notice to warn about creating vectors (or other containers that use copy assignment) of types derived from SerializedType. You generally don't want to do this anyway due to slicing, but make clear the other risks. (Field names get mangled.) JoelKatz 2012-11-26 11:44:04 -08:00
  • 0833f720e3 Fix config-example.js Arthur Britto 2012-11-26 11:34:08 -08:00
  • 6013d994e2 STArray cannot use a vector of STObject's because bad things happen when you delete them. JoelKatz 2012-11-26 11:20:12 -08:00
  • f5018b6cd1 Cleanup and log, no semantic changes. SerializedType::operator=(const SerializedType &) JoelKatz 2012-11-26 11:19:24 -08:00
  • 90ff46ff77 Add isUseful. JoelKatz 2012-11-26 11:18:16 -08:00
  • 4093f8a7a9 Small cleanup. JoelKatz 2012-11-26 10:54:32 -08:00