Commit Graph

4352 Commits

Author SHA1 Message Date
Stefan Thomas
85914f38ce Basic handling for account events - as in: Don't throw an error. 2013-04-26 08:59:44 +02:00
Stefan Thomas
b61c5e9f5f Make local sequence number tracking optional. 2013-04-26 08:59:44 +02:00
Stefan Thomas
8ebcae08b5 Added interface for rt_accounts. 2013-04-26 08:59:00 +02:00
Arthur Britto
b578d06dd3 Work toward ripple_path_find. 2013-04-26 08:59:00 +02:00
Arthur Britto
e1d6b6b667 Build tags in base directory for editors. 2013-04-26 08:59:00 +02:00
Arthur Britto
405fdccfae UT: Test cross currency bridged payment and fixes. 2013-04-26 08:59:00 +02:00
Arthur Britto
1948757c3b JS: Add missing require. 2013-04-26 08:59:00 +02:00
Arthur Britto
c0e514d8a3 UT: Add support to verify XRP balances. 2013-04-26 08:59:00 +02:00
Arthur Britto
8d442d1a48 JS: Return account_balance as an amoutn instead of json. 2013-04-26 08:59:00 +02:00
Arthur Britto
2d6c8ae297 JS: Add a way to convert an amount to a number. 2013-04-26 08:59:00 +02:00
Arthur Britto
d134a283b3 Have git ignore customized test/config.js. 2013-04-26 08:59:00 +02:00
Arthur Britto
6220d6b793 UT: Improve logging. 2013-04-26 08:59:00 +02:00
Arthur Britto
3e8219e6e5 JS: Fixes for currency comparison. 2013-04-26 08:59:00 +02:00
jed
d2cc68b3cd . 2013-04-26 08:59:00 +02:00
Arthur Britto
16aa141247 JS: Allow transaction submit to a callback. 2013-04-26 08:59:00 +02:00
Arthur Britto
ee9f24fea1 JS: Remote.from_config now takes an obj or a name. 2013-04-26 08:59:00 +02:00
jed
c03cb2408f . 2013-04-26 08:59:00 +02:00
jed
391fbc152c . 2013-04-26 08:59:00 +02:00
Arthur Britto
f0edc4da36 Add support for getting ledger_header. 2013-04-26 08:59:00 +02:00
Arthur Britto
3906aa7363 JS: Clean up setting command rpc. 2013-04-26 08:59:00 +02:00
Arthur Britto
173d1ed78f JS: Rename CreditSet to TrustSet. 2013-04-26 08:59:00 +02:00
Arthur Britto
f484bc36a8 JS: Stubs for monitoring accounts. 2013-04-26 08:59:00 +02:00
Arthur Britto
7d348d9e90 UT: Work toward dumping an account's history. 2013-04-26 08:59:00 +02:00
Arthur Britto
654dde83ea JS: Make ledger_hash and friends private in Remote. 2013-04-26 08:59:00 +02:00
Stefan Thomas
3a8119a4ee Added RPC methods for ripple-client. 2013-04-26 08:59:00 +02:00
Stefan Thomas
689eada937 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.
2013-04-26 08:59:00 +02:00
Stefan Thomas
0ee49b42de 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.
2013-04-26 08:59:00 +02:00
Arthur Britto
7412fe043b JS: Make currency and issuer private in Amount. 2013-04-26 08:59:00 +02:00
Arthur Britto
19ec41e7bd JS and UT: XNS -> XRP 2013-04-26 08:59:00 +02:00
Arthur Britto
10ce6f3a12 UT: Add support for verifying offers & fix amount checking. 2013-04-26 08:59:00 +02:00
Stefan Thomas
ac2155752e Change from ws.on('message') to ws.onmessage for browser compat. 2013-04-26 08:59:00 +02:00
Stefan Thomas
b33d12ab35 Store secrets on the remote object, rather than accessing the config directly. 2013-04-26 08:59:00 +02:00
Arthur Britto
9b01b0a60a Rework config.js to not be add to web pack. 2013-04-26 08:59:00 +02:00
Stefan Thomas
c67fed248e Custom events.js not actually needed anymore. 2013-04-26 08:59:00 +02:00
Stefan Thomas
1bc51c175a Added JS build script. 2013-04-26 08:59:00 +02:00
Stefan Thomas
bd781bcf3f Moved cpp code to src/cpp and js code to src/js. 2013-04-26 08:59:00 +02:00
Arthur Britto
209b70db77 JS: Hide some variables. 2013-04-26 08:59:00 +02:00
Andrey Fedorov
9a285bdd0a removing newcoind from .gitignore 2013-04-26 08:58:59 +02:00
Andrey Fedorov
50c13a1633 updated .gitignore 2013-04-26 08:58:59 +02:00
Andrey Fedorov
ac19541f10 removing util from remote.js 2013-04-26 08:58:59 +02:00
Arthur Britto
820d40209c UT: More fixes for API changes, remote-test.js works. 2013-04-26 08:58:59 +02:00
Arthur Britto
5cb4bed4b2 JS: Fixes to remote.js for API change. 2013-04-26 08:58:59 +02:00
Stefan Thomas
0fdafc2746 Ignore database files in working directory.
Just for convenience for anyone who runs rippled in-place.
2013-04-26 08:58:59 +02:00
Arthur Britto
ae21eff712 Fixes and clean up for API change. 2013-04-26 08:58:59 +02:00
Andrey Fedorov
69c5caa0c7 events lib update 2013-04-26 08:58:59 +02:00
Arthur Britto
2702ec906b JS: Add is_native() to Amount. 2013-04-26 08:58:59 +02:00
Andrey Fedorov
47b6d39eea . 2013-04-26 08:58:59 +02:00
Andrey Fedorov
59f87b7ea9 added local events library 2013-04-26 08:58:59 +02:00
Arthur Britto
5db1dafc98 JS: Add is_native() to Amount. 2013-04-26 08:58:59 +02:00
Arthur Britto
252a81f3e2 UT: Add payments helper. 2013-04-26 08:58:59 +02:00