Commit Graph

  • b17eb8ed0d Check missing secret first in tx.complete wltsmrz 2014-03-13 11:34:07 -07:00
  • 7dcfa0a232 Set tx.finalized before changing state to validated/failed wltsmrz 2014-03-13 11:32:20 -07:00
  • 05c466bebe Add switch break wltsmrz 2014-03-11 16:36:53 -07:00
  • 0f7c80d76a Resubmit transactions failed with telINSUF_FEE_P wltsmrz 2014-03-11 16:35:48 -07:00
  • 99599ba673 Merge branch 'develop' of https://github.com/ripple/ripple-lib into develop wltsmrz 2014-03-10 16:29:08 -07:00
  • 85f75b4543 Emit tejSecretUnknown if secret is missing during signing, enhancements for ripple-rest wltsmrz 2014-03-10 16:28:41 -07:00
  • 37a22186ca Add memo field binary types. Stefan Thomas 2014-03-10 03:37:04 -07:00
  • 007c2e7e5c Fix typo sublimator 2014-03-08 23:37:25 +07:00
  • a7581b1ec8 Whitelist build/sjcl wltsmrz 2014-03-07 14:52:25 -08:00
  • 06c662cc14 Add build/sjcl, remove grunt postinstall step wltsmrz 2014-03-07 14:45:38 -08:00
  • 7feafaa320 Add build, test, Gruntfile, Makefile to npm files wltsmrz 2014-03-07 13:53:12 -08:00
  • 1c06baf5db Add grunt postinstall script wltsmrz 2014-03-07 13:31:44 -08:00
  • a188ae6ace Cleanup wltsmrz 2014-03-07 13:31:37 -08:00
  • c0db5e251a Add transaction.lastLedger, whitelist type_hex path property wltsmrz 2014-03-07 11:55:46 -08:00
  • bc427204c6 Cleanup wltsmrz 2014-03-07 11:54:02 -08:00
  • 976de00242 Update remote init test wltsmrz 2014-03-03 15:27:38 -08:00
  • a098b0cf02 Fix trace validation wltsmrz 2014-03-03 15:08:38 -08:00
  • 70d28fc15e Fix remote storage validation wltsmrz 2014-03-03 13:20:47 -08:00
  • 815eed427f Validate remote configuration. Fixes #58 wltsmrz 2014-03-03 13:10:56 -08:00
  • 55e74671a7 Merge branch 'develop' of https://github.com/ripple/ripple-lib into develop wltsmrz 2014-03-03 12:09:16 -08:00
  • e595291c95 Merge pull request #62 from sublimator/develop wltsmrz 2014-03-03 12:09:10 -08:00
  • 47db68ff45 Use lru-cache API wltsmrz 2014-03-03 11:55:57 -08:00
  • e227a541e7 Set VER_ACCOUNT_ID on address returned by keypair Just a decent default, client code can still set_version before base58 encoding. Nicholas Dudfield 2014-03-03 11:09:15 +07:00
  • 7a88165e16 Merge branch 'develop' of https://github.com/ripple/ripple-lib into develop wltsmrz 2014-02-28 16:27:24 -08:00
  • 5ed148af75 Persistent transactions interface (Gateway REST API) wltsmrz 2014-02-28 16:27:09 -08:00
  • 1329de5344 Log: Cleanup some unused code. Stefan Thomas 2014-02-27 23:39:28 -08:00
  • a003d261ea Log: New logging system. Stefan Thomas 2014-02-27 23:38:31 -08:00
  • 37065123e5 Catch max fee exceeded on fee adjust wltsmrz 2014-02-27 15:13:15 -08:00
  • 44dd0ca4a3 Merge pull request #60 from sublimator/develop wltsmrz 2014-02-27 12:14:16 -08:00
  • 15304237d1 Don't automatically resubmit tefMAX_LEDGER, maintain transaction state, add transaction.iff(fn, callback) to be executed on each submission wltsmrz 2014-02-26 17:31:59 -08:00
  • acfc1bbb8c Proposed fix for #51 and #57 Nicholas Dudfield 2014-02-26 13:36:05 +07:00
  • 75a732e0ad Bump submitIndex on resubmit wltsmrz 2014-02-24 13:43:20 -08:00
  • a46bff3c5e Bump version wltsmrz 2014-02-20 15:49:13 -08:00
  • 8fcb694f1d Fix account requests with object argument wltsmrz 2014-02-20 15:48:12 -08:00
  • ef758b17b1 Bump LRU cache max size to 100 wltsmrz 2014-02-20 14:23:17 -08:00
  • b9646c51b8 Automatically resubmit on tefMAX_LEDGER wltsmrz 2014-02-19 16:08:15 -08:00
  • e2f59ce975 Bump ripple-lib version wltsmrz 2014-02-19 14:41:28 -08:00
  • c3ceba1f05 Cleanup wltsmrz 2014-02-19 14:06:55 -08:00
  • 573b38cc19 Add lru-cache dependency; make remote._received_tx an lru-cache with specified max length wltsmrz 2014-02-19 13:00:38 -08:00
  • 5ca5c73c34 Clear caches when queue empties wltsmrz 2014-02-19 12:21:55 -08:00
  • 5a15c5b1d5 Set LastLedgerSequence to current_ledger_index + 8 on outgoing transactions wltsmrz 2014-02-19 11:10:05 -08:00
  • c60097f8c5 Change optional ping interval units to seconds wltsmrz 2014-02-18 16:41:24 -08:00
  • 7f13a71252 Use account_tx outbound filter, only query account_tx if the pending queue is non-empty wltsmrz 2014-02-18 16:33:31 -08:00
  • 5c8550b364 Update serializedtypes-test.js sublimator 2014-02-15 09:31:59 +07:00
  • f27be38ca9 Add automatic ping option wltsmrz 2014-02-10 13:25:20 -08:00
  • aed6b7754e Amount: Support passing demurrage currencies to Amount#parse_human. Stefan Thomas 2014-02-09 23:06:56 -08:00
  • 0772ffb6ed Currency: Behavior change for to_json for demurrage currencies. Stefan Thomas 2014-02-09 23:05:30 -08:00
  • 37e6d95cbc Index: Add UInt256, change UInt160 and Seed paths. Vahe Hovhannisyan 2014-02-07 15:49:09 -08:00
  • 644b611b9b Transaction: Comment fix. Vahe Hovhannisyan 2014-02-07 14:21:59 -08:00
  • b21be326fe SLE TODO for binformat sublimator 2014-02-05 23:15:00 +07:00
  • 3d9cea62ff Add new fields to binformat. Stefan Thomas 2014-02-04 22:21:43 -08:00
  • a15da9ade1 Remove redundant information in binformat.js. Stefan Thomas 2014-02-04 21:30:46 -08:00
  • a07b76a28c Move field type maps to binformat.js. Stefan Thomas 2014-02-04 21:25:45 -08:00
  • 372c508911 Improve error message for unknown field Stefan Thomas 2014-02-04 15:40:50 -08:00
  • 257e9da563 Fix reference to Transaction#parseJson. Stefan Thomas 2014-02-04 15:40:10 -08:00
  • cdfb7989b0 Better error message for unknown fields. Stefan Thomas 2014-02-03 18:10:52 -08:00
  • b01c15847c Fix binary serialization of Vector256 Nicholas Dudfield 2014-02-01 11:02:10 +07:00
  • 23528293e0 Fix binary parsing of Vector256 Nicholas Dudfield 2014-02-01 10:46:04 +07:00
  • 430dfef23d Bump ripple-lib version wltsmrz 2014-01-28 16:32:14 -08:00
  • 215a3f1669 Interface for storing external pending transaction queue wltsmrz 2014-01-28 15:03:16 -08:00
  • f678f47155 Amount: Full demurrage support. Stefan Thomas 2014-01-25 11:31:56 -08:00
  • fa07601a2a UInt: Add UInt#_update for creating subclasses that have dependent state. Stefan Thomas 2014-01-25 11:30:58 -08:00
  • 0d4357232c Fix grunt watch. Enable caching, only compile debug version. Stefan Thomas 2014-01-25 11:25:21 -08:00
  • 014514a4da Add a utility function for converting back from JS time to Ripple epoch. Stefan Thomas 2014-01-25 00:18:57 -08:00
  • 86c35d7d9c Add a new simple test for XRP IOUs in PathSet. Stefan Thomas 2014-01-24 05:25:30 -08:00
  • 9f76907f51 Currency: Add support for complex currencies. (UInt160) Stefan Thomas 2014-01-24 05:24:46 -08:00
  • 4e67167394 Fix usage in decode_binary.js sublimator 2014-01-22 12:49:36 +07:00
  • 292b6825fc Merge pull request #48 from miracle2k/signing_hash wltsmrz 2014-01-21 16:54:06 -08:00
  • aed87f7437 Merge pull request #47 from miracle2k/decode_script wltsmrz 2014-01-21 16:53:58 -08:00
  • c95d976e84 Fix signingHash calls; make rsign output pre-sign hash. Michael Elsdörfer 2014-01-19 16:04:38 +01:00
  • 7bbab0759a Add utility script to decode binary blobs. Michael Elsdörfer 2014-01-19 16:01:14 +01:00
  • 2396a53b03 Make order book subscription work sublimator 2014-01-19 15:58:23 +07:00
  • 43ee82af57 Remove extraneous timing wltsmrz 2014-01-13 15:42:55 -08:00
  • 3308e0ea92 Fix merge conflict wltsmrz 2014-01-13 15:41:20 -08:00
  • 61a6db1641 Cleanup transactionqueue wltsmrz 2014-01-13 15:38:40 -08:00
  • 43eb4c3bfe Prevent duplicate 'transaction' events from Remote wltsmrz 2014-01-13 11:59:27 -08:00
  • 8538b3ccf2 Merge pull request #43 from sublimator/develop wltsmrz 2014-01-13 11:27:27 -08:00
  • f9bb7094e9 Disable transaction resubmission when remote signing. Throw error when attempt to build_path when using local_signing Nicholas Dudfield 2014-01-09 13:48:03 +07:00
  • 54b7099d01 Fix orderbook subscribe wltsmrz 2014-01-08 15:47:33 -08:00
  • 4ce04a5c90 requestTransactionEntry arguments wltsmrz 2014-01-08 15:13:31 -08:00
  • 19e29722dc Fix orderbook unsubscribe wltsmrz 2014-01-08 15:13:18 -08:00
  • 99351aa2dc Add Transaction.transactionManager getter for convenience wltsmrz 2014-01-07 10:28:55 -08:00
  • ef6aca8d12 Don't store complete transactions in TransactionManager sequence cache wltsmrz 2014-01-07 10:18:33 -08:00
  • b44f22c87f Emit 'signed' event when transaction is resigned wltsmrz 2014-01-07 10:17:58 -08:00
  • ca653c42f1 Update license wltsmrz 2014-01-07 03:14:07 -08:00
  • 5544752dcd Update license wltsmrz 2014-01-07 03:12:06 -08:00
  • 4082bd2a0a Fix ledger index argument to transactionEntry, add flexibility to remote.transaction wltsmrz 2014-01-07 01:34:04 -08:00
  • 626164a8ab Fix requestTransactionEntry arguments, add flexibility to remote.transaction wltsmrz 2014-01-07 01:23:54 -08:00
  • 848c203b81 Merge branch 'develop' of https://github.com/ripple/ripple-lib into develop wltsmrz 2014-01-06 09:42:57 -08:00
  • 9f92a8dcce Typo. Fixes #39 wltsmrz 2014-01-06 09:40:52 -08:00
  • c8bb6e2a6a Fix last commit. Stefan Thomas 2014-01-05 14:41:11 -08:00
  • f135021c52 Fix endless loop when creating an Account object for a non-existent account. Stefan Thomas 2014-01-05 14:09:20 -08:00
  • f7dc3b9fa1 Merge pull request #38 from sublimator/develop wltsmrz 2014-01-04 21:22:38 -08:00
  • 967317f37e Add SerializedObject.check_no_missing_fields Nicholas Dudfield 2014-01-05 11:36:35 +07:00
  • b5d29533ee Merge branch 'develop' of https://github.com/ripple/ripple-lib into develop wltsmrz 2014-01-03 20:13:35 -08:00
  • a5c1dd1089 Use server.computeFee wltsmrz 2014-01-03 20:13:04 -08:00
  • fd614ce0df Separate Server fee calculation, select fee-optimal servers while submitting a transaction wltsmrz 2014-01-03 20:08:24 -08:00
  • eaf01312e4 More general secret auto-fill and ability to override with Transaction#secret. Stefan Thomas 2014-01-02 18:52:52 -08:00
  • 5c3f3ff0f1 server_status rippled event doesn't exist wltsmrz 2013-12-31 14:36:15 -08:00
  • 4a2515a6b2 Update license wltsmrz 2013-12-31 14:36:04 -08:00