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
wltsmrz
a188ae6ace
Cleanup
2014-03-07 13:31:37 -08:00
wltsmrz
c0db5e251a
Add transaction.lastLedger, whitelist type_hex path property
2014-03-07 11:55:46 -08:00
wltsmrz
bc427204c6
Cleanup
2014-03-07 11:54:02 -08:00
wltsmrz
976de00242
Update remote init test
2014-03-03 15:27:38 -08:00
wltsmrz
a098b0cf02
Fix trace validation
2014-03-03 15:08:38 -08:00
wltsmrz
70d28fc15e
Fix remote storage validation
2014-03-03 13:20:47 -08:00
wltsmrz
815eed427f
Validate remote configuration. Fixes #58
2014-03-03 13:10:56 -08:00
wltsmrz
55e74671a7
Merge branch 'develop' of https://github.com/ripple/ripple-lib into develop
2014-03-03 12:09:16 -08:00
wltsmrz
e595291c95
Merge pull request #62 from sublimator/develop
...
Set VER_ACCOUNT_ID on address returned by KeyPair.get_address
2014-03-03 12:09:10 -08:00
wltsmrz
47db68ff45
Use lru-cache API
2014-03-03 11:55:57 -08:00
Nicholas Dudfield
e227a541e7
Set VER_ACCOUNT_ID on address returned by keypair
...
Just a decent default, client code can still set_version before base58 encoding.
2014-03-03 11:09:15 +07:00
wltsmrz
7a88165e16
Merge branch 'develop' of https://github.com/ripple/ripple-lib into develop
2014-02-28 16:27:24 -08:00
wltsmrz
5ed148af75
Persistent transactions interface (Gateway REST API)
2014-02-28 16:27:09 -08:00
Stefan Thomas
1329de5344
Log: Cleanup some unused code.
2014-02-27 23:39:28 -08:00
Stefan Thomas
a003d261ea
Log: New logging system.
...
Right now, all I've done is move the logging function from utils to its own
file. I've also refactored it and created some classes.
Next step would be to somehow get rid of the trace setting. The Remote class
should have nothing to do with logging settings. Perhaps we can keep the setting
for backwards compatibility only, but the main way to turn logging on/off or
filter logging messages should be through the Log class.
2014-02-27 23:38:45 -08:00
wltsmrz
37065123e5
Catch max fee exceeded on fee adjust
2014-02-27 15:13:15 -08:00
wltsmrz
44dd0ca4a3
Merge pull request #60 from sublimator/develop
...
Proposed fix for #51 and #57
2014-02-27 12:14:16 -08:00
wltsmrz
15304237d1
Don't automatically resubmit tefMAX_LEDGER, maintain transaction state, add transaction.iff(fn, callback) to be executed on each submission
2014-02-26 17:31:59 -08:00
Nicholas Dudfield
acfc1bbb8c
Proposed fix for #51 and #57
2014-02-26 13:57:48 +07:00
wltsmrz
75a732e0ad
Bump submitIndex on resubmit
2014-02-24 13:43:20 -08:00
wltsmrz
a46bff3c5e
Bump version
2014-02-20 15:49:13 -08:00
wltsmrz
8fcb694f1d
Fix account requests with object argument
2014-02-20 15:48:12 -08:00
wltsmrz
ef758b17b1
Bump LRU cache max size to 100
2014-02-20 14:23:17 -08:00
wltsmrz
b9646c51b8
Automatically resubmit on tefMAX_LEDGER
2014-02-19 16:08:15 -08:00