Commit Graph

  • c020f14c19 JS: Lots of fix for Amount parsing. Arthur Britto 2012-10-18 20:00:02 -07:00
  • 09b29f7ab3 JS: Make remote.js more flexible. Arthur Britto 2012-10-18 18:51:07 -07:00
  • 19c887e64f JS: Make Amount more flexible. Arthur Britto 2012-10-18 18:50:35 -07:00
  • 234272a0bf WS: Change ledger entry to take 'ledger_closed' instead of 'ledger'. Arthur Britto 2012-10-18 12:48:08 -07:00
  • a033980b66 JS: Add negate() and parse_issuer() to Amount. Arthur Britto 2012-10-18 12:23:17 -07:00
  • 84d0057c91 Clean up. Arthur Britto 2012-10-18 00:35:50 -07:00
  • eca2631491 JS: Have remote look in the current ledger to get Sequence for new accounts. Arthur Britto 2012-10-18 00:12:48 -07:00
  • 0f80fa79e2 JS: Fix ripple_line_set. Arthur Britto 2012-10-17 23:27:57 -07:00
  • 9f9ad852a1 JS: Add support for config accounts to UInt160.parseJson(). Arthur Britto 2012-10-17 23:27:19 -07:00
  • 8792871e48 Improve remote.js and test starts. Arthur Britto 2012-10-17 18:15:04 -07:00
  • a4481dc4d1 JS: report final transaction status. Arthur Britto 2012-10-17 15:41:18 -07:00
  • 8b57357231 JS: Automatically subscribe to server. Arthur Britto 2012-10-17 15:37:23 -07:00
  • 43b7b5f2ff JS: Automatically maintain connection. Arthur Britto 2012-10-17 13:26:31 -07:00
  • 7a579f3d51 JS: Improvements to transaction result handling for remote.js Arthur Britto 2012-10-16 15:49:42 -07:00
  • a989f8b599 JS: Fix offer_create. Arthur Britto 2012-10-14 02:50:34 -07:00
  • a23155836b JS: Fix transaction creation. Arthur Britto 2012-10-14 02:23:52 -07:00
  • ad227c344b UT: Clean up and faster tearDown. Arthur Britto 2012-10-14 01:31:46 -07:00
  • 7b4e77dd21 Rework remote.js to be event oriented. Arthur Britto 2012-10-13 19:38:19 -07:00
  • a6a0c85c7d JS: Better flag handling for send. Arthur Britto 2012-10-12 21:14:32 -07:00
  • 203400d6da Rename everything from newcoin to ripple except the protocol buffers. Arthur Britto 2012-10-12 15:48:33 -07:00
  • 15f3c5d311 UT: Adjust to new address encoding. Arthur Britto 2012-10-12 15:10:39 -07:00
  • c29c903c07 JS: Adjust to new address encoding. Arthur Britto 2012-10-12 15:10:09 -07:00
  • 926d6bb03e JS: rename BigInteger consts to start bi_. Arthur Britto 2012-10-12 14:24:22 -07:00
  • f40dd0fa83 JS: Add clone() and copyTo() to Amount and friends. Arthur Britto 2012-10-12 12:56:51 -07:00
  • 8b04a5d68d Revise remote.js and unit tests to use new amount.js. Arthur Britto 2012-10-11 21:41:07 -07:00
  • 38ee4bf3c4 JS: fixes and tests from amounts. Arthur Britto 2012-10-11 20:08:08 -07:00
  • 566833f702 UT: Initial check in unit tests for amount.js. Arthur Britto 2012-10-11 16:25:01 -07:00
  • 5425ac4bfb JS: Add BigInteger support to Amount. Arthur Britto 2012-10-11 16:22:07 -07:00
  • 49382cf15f Make jsbn a single node style file. Arthur Britto 2012-10-11 16:20:37 -07:00
  • dffa27a6e7 JS: Split node utils into their own file. Arthur Britto 2012-10-11 16:19:24 -07:00
  • 9e60500e0d Add Tom Wu BSD licensing for jsbn to LICENSE. Arthur Britto 2012-10-10 11:25:11 -07:00
  • 63262c9be7 JS: Add ledger_accept to remote.js Arthur Britto 2012-10-10 00:38:29 -07:00
  • 7c802e501b UT: split out utils test. Arthur Britto 2012-10-09 19:14:36 -07:00
  • 1af8c6f7d4 Cosmetic. Arthur Britto 2012-10-08 17:27:00 -07:00
  • f4569ad84a JS: improve hexToString and add unit tests. Arthur Britto 2012-10-08 16:58:47 -07:00
  • 831767b1bd JS: Initial check in of Amount. Arthur Britto 2012-10-08 16:15:25 -07:00
  • 3dab846af2 Add sub modules cryptojs and sjcl. Arthur Britto 2012-10-08 13:21:32 -07:00
  • f9c2606c9b Initial check in of jsbn's BigInteger. Arthur Britto 2012-10-08 13:07:21 -07:00
  • 67293f8e0b JS: Add draft of ripple_line_set. Arthur Britto 2012-10-08 12:58:21 -07:00
  • c3ec60f92b JS: Add support for sumbit transactions and send_xns transaction. Arthur Britto 2012-10-07 00:19:04 -07:00
  • a91ebe9a1c JS: Fix self and lots of other stuff for remote.js Arthur Britto 2012-10-05 18:05:53 -07:00
  • 0c5c12aa12 JS: better secret and seq handling. Arthur Britto 2012-10-05 16:06:36 -07:00
  • 5fcc92c66a a few formatting changes Andrey Fedorov 2012-10-04 21:17:40 -04:00
  • a23572504b a few formatting changes Andrey Fedorov 2012-10-04 21:04:19 -04:00
  • a240efc38d JS: Rework remote framework. Arthur Britto 2012-10-04 17:50:46 -07:00
  • ee7583d0ae Clean up js. Arthur Britto 2012-09-28 12:44:39 -07:00
  • 7d7f5f568b WS: Add support for ledger_entry to return an account_root. Arthur Britto 2012-09-27 13:09:57 -07:00
  • f6b4f4c171 UT add testing for ledger_closed and update ledger_current. Arthur Britto 2012-09-26 14:08:56 -07:00
  • 8b896335ea JS: Get request-respons and ledger_current working. Arthur Britto 2012-09-25 19:36:38 -07:00
  • 8a8658d84a UT: Add timeout to WS connecting. Arthur Britto 2012-09-25 18:31:56 -07:00
  • c50fe5881f js: create a websocket connection. Arthur Britto 2012-09-25 15:15:45 -07:00
  • 926407ce01 UT: Rework server module to provide an object. Arthur Britto 2012-09-21 14:37:16 -07:00
  • 14eb853f27 Checking sketch of JS libs. Arthur Britto 2012-09-18 15:44:25 -07:00
  • a1ca3a044b Build testing newcoind.cfg as needed. Arthur Britto 2012-09-15 15:45:33 -07:00
  • 917d89cdd2 Initial check in of testing scripts. Arthur Britto 2012-09-15 14:37:21 -07:00
  • 2810b568f5 Add LICENSE file. Arthur Britto 2012-06-24 20:06:28 -07:00
  • 8d56525380 Remove obsolete files. Arthur Britto 2012-06-22 13:21:53 -07:00
  • c6780079f5 windows installer jed 2012-06-20 09:37:19 -07:00
  • f4117e771e Remove obsolete db layout.txt Arthur Britto 2012-04-24 17:10:08 -07:00
  • 28ee7cc830 Ignore editor backups. JoelKatz 2012-04-09 21:50:43 -07:00
  • 8c5d9ef764 Have git ignore bin/newcoind. Arthur Britto 2012-04-09 20:43:12 -07:00
  • f8e6637a86 Fix typo. Arthur Britto 2012-03-06 22:49:26 -08:00
  • 1653cf79c0 Initial .gitignore. Arthur Britto 2012-03-06 22:45:53 -08:00
  • 0f6d31cbcd . jed 2011-11-03 11:17:06 -07:00
  • 5040deb29c . jed 2011-10-28 16:51:35 -07:00
  • 077ce483ef added sqllite jed 2011-10-27 13:04:08 -07:00
  • c72533e1df . jed 2011-10-26 16:10:43 -07:00
  • 6b9d2151aa first jed 2011-10-14 11:39:06 -07:00