Stefan Thomas
|
0b9971d0d0
|
More consistent trace logs. Remove redundant trace.
The trace on transaction submit is always immediately followed by a trace showing the request, which contains the same information anyway.
|
2012-11-10 15:17:28 -08:00 |
|
Stefan Thomas
|
00bb9d99a7
|
Refactored WSConnection and RPCHandler to have one layer of commands.
Evented RPC commands are now on the same level as all other RPC
commands and are handled by the RPCHandler class.
|
2012-11-10 15:17:28 -08:00 |
|
Arthur Britto
|
8d32892609
|
JS: Make currency and issuer private in Amount.
|
2012-11-09 17:33:37 -08:00 |
|
Arthur Britto
|
9960bfa63f
|
UT: Add tests for offer balances and offer PartialPayment.
|
2012-11-09 15:38:12 -08:00 |
|
Arthur Britto
|
ebf73f0d86
|
Fix rippling through offers.
|
2012-11-09 15:37:25 -08:00 |
|
Arthur Britto
|
789a452caa
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
|
2012-11-09 15:05:42 -08:00 |
|
Arthur Britto
|
9174886dbc
|
JS and UT: XNS -> XRP
|
2012-11-09 15:05:32 -08:00 |
|
JoelKatz
|
b2ef5de5f7
|
Cosmetic change.
|
2012-11-09 14:15:48 -08:00 |
|
JoelKatz
|
40527cca2b
|
Start adding support for concurrent I/O.
|
2012-11-09 14:14:47 -08:00 |
|
JoelKatz
|
82d26ea756
|
Add a scoped unlock class.
|
2012-11-09 14:13:03 -08:00 |
|
JoelKatz
|
546c0f288f
|
Add a job type for local transactions.
|
2012-11-09 14:12:48 -08:00 |
|
JoelKatz
|
c32711c472
|
Mark two FIXMEs.
|
2012-11-09 14:12:37 -08:00 |
|
JoelKatz
|
0b7b61ee7b
|
Remove a FIXME since the issue was already fixed.
|
2012-11-09 09:46:38 -08:00 |
|
JoelKatz
|
5fbe7b2015
|
Oops.
|
2012-11-09 07:31:22 -08:00 |
|
JoelKatz
|
3b2275a83b
|
Fully asynch transaction handler. Now we need to use it.
|
2012-11-09 07:26:26 -08:00 |
|
JoelKatz
|
bda1ce233f
|
Oops.
|
2012-11-09 07:26:14 -08:00 |
|
JoelKatz
|
f4c94ca399
|
Don't add a zero peer.
|
2012-11-09 07:25:55 -08:00 |
|
JoelKatz
|
d1a0a13cbe
|
Cleanup.
|
2012-11-09 07:25:33 -08:00 |
|
JoelKatz
|
914839547b
|
Cleanup.
|
2012-11-09 07:25:23 -08:00 |
|
Stefan Thomas
|
fdb0c4cdfc
|
Fix unquoted string when calling unl_delete.
|
2012-11-08 20:20:18 -08:00 |
|
Arthur Britto
|
bf63f1f652
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
|
2012-11-08 18:10:30 -08:00 |
|
Arthur Britto
|
155854be23
|
UT: Add support for verifying offers & fix amount checking.
|
2012-11-08 18:09:18 -08:00 |
|
JoelKatz
|
72032388a8
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
|
2012-11-08 16:49:54 -08:00 |
|
JoelKatz
|
f4ea700938
|
Indirect ledger data fetch.
|
2012-11-08 16:49:31 -08:00 |
|
Stefan Thomas
|
8f83fb9d67
|
webpack.js: Added -o parameter to specify output directory.
|
2012-11-08 15:28:14 -08:00 |
|
Arthur Britto
|
054a16b105
|
UT: Add test for currency conversion.
|
2012-11-08 15:18:05 -08:00 |
|
Arthur Britto
|
ca0ab6c01d
|
Fixes for rippling through offers.
|
2012-11-08 15:17:46 -08:00 |
|
JoelKatz
|
d2eea88cd8
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
|
2012-11-08 14:36:45 -08:00 |
|
JoelKatz
|
5cb35b7a8f
|
Make the skip lists self-decsriptive. This change will cause old and new servers to diverge ledgers.
|
2012-11-08 14:36:15 -08:00 |
|
Stefan Thomas
|
82c3f8c36f
|
Added ability to watch files and rebuild automatically.
|
2012-11-08 14:03:35 -08:00 |
|
Stefan Thomas
|
79f352efde
|
Change from ws.on('message') to ws.onmessage for browser compat.
|
2012-11-08 14:03:35 -08:00 |
|
JoelKatz
|
3ada064342
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
|
2012-11-08 04:36:57 -08:00 |
|
JoelKatz
|
644aa28e5b
|
Fix the need to call setIndex after creating a new SLE.
Finish the ledger skip list code. (Note that this will cause ledger divergence if old code talks to new code.)
|
2012-11-08 04:36:15 -08:00 |
|
Stefan Thomas
|
b96f9bacdd
|
Store secrets on the remote object, rather than accessing the config directly.
|
2012-11-07 17:38:42 -08:00 |
|
Stefan Thomas
|
af7ee234a4
|
Fix building JS code as exported library.
|
2012-11-07 16:14:45 -08:00 |
|
Arthur Britto
|
b271192547
|
Rework config.js to not be add to web pack.
|
2012-11-07 16:03:39 -08:00 |
|
Stefan Thomas
|
c04b94f781
|
Custom events.js not actually needed anymore.
|
2012-11-07 14:01:43 -08:00 |
|
Stefan Thomas
|
da42c64de7
|
Ignore dirty SJCL working directory.
|
2012-11-07 13:28:03 -08:00 |
|
Stefan Thomas
|
b3d87e99d1
|
Fix path to rippled in test config.
|
2012-11-07 13:25:17 -08:00 |
|
Stefan Thomas
|
f4d951cd67
|
Added JS build script.
|
2012-11-07 12:49:52 -08:00 |
|
Stefan Thomas
|
fa3fab5816
|
Moved cpp code to src/cpp and js code to src/js.
|
2012-11-07 12:49:50 -08:00 |
|
Arthur Britto
|
3c880b8301
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
|
2012-11-06 11:02:58 -08:00 |
|
Arthur Britto
|
6e33d731ff
|
UT: Update offer-test for new API.
|
2012-11-06 11:02:33 -08:00 |
|
Arthur Britto
|
7c6c12fdf4
|
JS: Hide some variables.
|
2012-11-06 11:01:24 -08:00 |
|
JoelKatz
|
f4037a599e
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
|
2012-11-06 10:10:28 -08:00 |
|
JoelKatz
|
8c3526ab79
|
Support for indirect (one hop) TX set synch.
|
2012-11-06 10:10:02 -08:00 |
|
Arthur Britto
|
e312c19631
|
Add [expires] to ripple.txt
|
2012-11-06 06:38:54 -08:00 |
|
Arthur Britto
|
e54238c5a8
|
Improve ripple.txt comments.
|
2012-11-06 06:28:49 -08:00 |
|
Arthur Britto
|
9c53ed35ae
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
|
2012-11-06 06:22:23 -08:00 |
|
Arthur Britto
|
c4ddcb991d
|
Document [accounts] in ripple.txt.
|
2012-11-06 06:22:17 -08:00 |
|