Stefan Thomas
fbdef6eea0
[BUG] UInt#parse_number should support zero. Add tests.
2014-04-24 09:01:18 -07:00
wltsmrz
5a04ce9629
Use binary sequence increment
2014-04-23 14:42:29 -07:00
wltsmrz
693e2aaae7
Decrement transaction sequence if transaction.complete fails
2014-04-23 14:39:30 -07:00
wltsmrz
43deeaf5fb
Remove logging
2014-04-23 14:20:41 -07:00
wltsmrz
cbba7727f2
Merge branch 'develop' of https://github.com/ripple/ripple-lib into develop
2014-04-23 14:19:19 -07:00
wltsmrz
52e1665e72
Fixes for per-transaction defined secret and offline errors
2014-04-23 14:19:02 -07:00
sublimator
66ea770287
Fix README
...
1000th
2014-04-23 18:23:25 +07:00
wltsmrz
18efa5d742
Emit an error on invalid secret, cleanup
2014-04-23 03:56:36 -07:00
wltsmrz
802212bbdc
Merge pull request #71 from emschwartz/develop
...
[FEATURE] Added setRegularKey transaction and more accountSet flags
2014-04-22 19:06:42 -07:00
Evan Schwartz
7f59fb917c
[FEATURE] Added setRegularKey transaction and more accountSet flags
2014-04-22 14:57:13 -07:00
wltsmrz
14f409ff56
Properly convert JS time to Ripple time in OfferCreate transactions
2014-04-18 23:08:19 -07:00
wltsmrz
8ffd0b13a3
Cleanup
2014-04-17 15:19:08 -07:00
wltsmrz
969873441e
Recognize account option as equivalent to source in transaction construction
2014-04-15 12:47:21 -07:00
wltsmrz
282ac6d8ab
Fix transaction constructor
2014-04-15 12:38:57 -07:00
wltsmrz
1e3c96b14f
Fix transaction finalize
2014-04-15 12:27:33 -07:00
wltsmrz
b14fab8aa7
Check remote exists in transaction.complete
2014-04-10 23:29:16 -07:00
Stefan Thomas
be33b1be60
[BUG] Don't set canonical flag when remote signing.
2014-04-10 08:16:03 -07:00
wltsmrz
06288e798e
Merge branch 'develop' of https://github.com/ripple/ripple-lib into develop
2014-03-25 17:23:31 -07:00
wltsmrz
0de7d84862
Use LRU cache API to prevent multiple transaction events for the same transaction
2014-03-25 17:23:28 -07:00
Stefan Thomas
58afce517a
[DOCS] Add npm badge to README.
2014-03-24 04:47:37 +01:00
Stefan Thomas
87ba2abc9a
[BUG] Undo previous commit making append_byte_array too loose.
...
This commit introduces an alternative way of setting the canonical signature
flag, without compromising the strictness of append_byte_array input
sanitizing.
2014-03-22 03:18:11 -07:00
Stefan Thomas
716fd0b938
[CHORE] Improved Amount#parse_quality w/ demurrage support, drops->XRP, etc.
...
Amount#parse_quality is made currency-aware. This allows it to adjust for XRP as
the base currency, as well as for interest-bearing or demurring base currencies.
2014-03-22 02:38:03 -07:00
Stefan Thomas
893fc4c168
[CHORE] Add Amount#invert mathematical utility function.
2014-03-22 00:47:41 -07:00
Stefan Thomas
6f5cf8506f
[CHORE] Better variable names in Amount#parse_quality.
2014-03-21 23:56:13 -07:00
Stefan Thomas
c808cb0a1c
[CHORE] Add ability to apply demurrage at the time of product/ratio calculation.
2014-03-21 18:43:22 -07:00
Stefan Thomas
5f677a86a7
[CHORE] Update SJCL.
2014-03-20 17:38:46 -07:00
Stefan Thomas
11540f8cd9
[CHORE] Allow integer strings for server "port" setting.
2014-03-20 17:38:46 -07:00
Stefan Thomas
9d6ccdcab1
[CHORE] Enable signature canonicalization.
2014-03-20 17:38:46 -07:00
wltsmrz
2267e599c0
Update HISTORY
0.7.35
2014-03-18 17:13:47 -07:00
wltsmrz
687bcc8539
Add HISTORY.md
2014-03-18 16:35:01 -07:00
wltsmrz
e64dba839c
Bump version
2014-03-18 16:07:45 -07:00
wltsmrz
a651b6154d
Properly choose ledger identifier in requestTransactionEntry
2014-03-18 12:00:54 -07:00
wltsmrz
4b5e75a8ad
Add initial submit index and last ledger sequence to transaction summary
2014-03-18 11:26:00 -07:00
wltsmrz
bdd24bada9
Use binary account_tx on remote reconnect
2014-03-17 13:33:06 -07:00
wltsmrz
6e4a9179c1
Generate transaction hash in account_tx automatic binary handling
2014-03-17 13:21:54 -07:00
wltsmrz
b0c38ff566
Merge branch 'develop' of https://github.com/ripple/ripple-lib into develop
2014-03-15 22:02:42 -07:00
wltsmrz
e97a3966c1
Automatically parse binary account_tx response
2014-03-15 22:02:31 -07:00
Nicholas Dudfield
d0aa86bf97
Updated bundled sjcl.js to include typo fix from 007c2e7e5c
2014-03-15 14:45:23 +07:00
wltsmrz
b17eb8ed0d
Check missing secret first in tx.complete
2014-03-13 11:34:07 -07:00
wltsmrz
7dcfa0a232
Set tx.finalized before changing state to validated/failed
2014-03-13 11:32:20 -07:00
wltsmrz
05c466bebe
Add switch break
2014-03-11 16:36:53 -07:00
wltsmrz
0f7c80d76a
Resubmit transactions failed with telINSUF_FEE_P
2014-03-11 16:35:48 -07:00
wltsmrz
99599ba673
Merge branch 'develop' of https://github.com/ripple/ripple-lib into develop
2014-03-10 16:29:08 -07:00
wltsmrz
85f75b4543
Emit tejSecretUnknown if secret is missing during signing, enhancements for ripple-rest
2014-03-10 16:28:41 -07:00
Stefan Thomas
37a22186ca
Add memo field binary types.
2014-03-10 03:37:13 -07:00
sublimator
007c2e7e5c
Fix typo
2014-03-08 23:37:25 +07:00
wltsmrz
a7581b1ec8
Whitelist build/sjcl
2014-03-07 14:52:25 -08:00
wltsmrz
06c662cc14
Add build/sjcl, remove grunt postinstall step
2014-03-07 14:45:38 -08:00
wltsmrz
7feafaa320
Add build, test, Gruntfile, Makefile to npm files
2014-03-07 13:53:12 -08:00
wltsmrz
1c06baf5db
Add grunt postinstall script
2014-03-07 13:31:44 -08:00