Commit Graph

15 Commits

Author SHA1 Message Date
Arthur Britto
5df0109273 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-11-10 16:57:15 -08:00
Arthur Britto
8e10be2cf9 JS: Stubs for monitoring accounts. 2012-11-10 16:56:30 -08:00
Arthur Britto
c59c9f91b2 JS: Make ledger_hash and friends private in Remote. 2012-11-10 16:13:57 -08:00
Stefan Thomas
a92202c7e4 Added RPC methods for ripple-client. 2012-11-10 15:17:28 -08:00
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
9174886dbc JS and UT: XNS -> XRP 2012-11-09 15:05:32 -08:00
Arthur Britto
155854be23 UT: Add support for verifying offers & fix amount checking. 2012-11-08 18:09:18 -08:00
Stefan Thomas
79f352efde Change from ws.on('message') to ws.onmessage for browser compat. 2012-11-08 14:03:35 -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
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
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