sublimator
c867f2a29a
Merge pull request #603 from wltsmrz/add-basic-auth
...
Add basic auth
2015-10-24 10:18:56 +07:00
Chris Clark
ce65d83cc3
Merge pull request #610 from darkdarkdragon/develop-RLJS-534
...
fix error in remote.createPathFind
2015-10-23 14:28:31 -07:00
Chris Clark
38dc1c29d6
Merge pull request #611 from darkdarkdragon/develop-RLJS-535
...
add timeout logic to Remote.getLedgerSequence
2015-10-23 14:28:12 -07:00
Ivan Tivonenko
eeb62ff85e
add timeout logic to Remote.getLedgerSequence
2015-10-24 00:20:06 +03:00
Ivan Tivonenko
1dca40c1c9
fix error in remote.createPathFind
...
add toString method on RippleError
2015-10-24 00:03:53 +03:00
Chris Clark
7e1f2b99b1
Merge pull request #609 from clark800/ripple-path-find
...
Switch back to ripple_path_find
2015-10-23 13:32:59 -07:00
wltsmrz
f65b673451
Add basic auth
2015-10-22 23:03:48 -07:00
Chris Clark
391a9fd260
Switch back to ripple_path_find
2015-10-22 17:51:16 -07:00
Chris Clark
9a759e7ef1
Merge pull request #608 from clark800/decouple-remote
...
BREAKING CHANGE: getFee returns promise, express fee in XRP in instru…
2015-10-22 16:37:24 -07:00
Chris Clark
3de0030d07
Add ledger version range checking to Connection class
2015-10-22 14:34:44 -07:00
Chris Clark
cd17d6940f
BREAKING CHANGE: getFee returns promise, express fee in XRP in instructions response, use rawRequest to start decoupling Remote from API
2015-10-22 14:34:42 -07:00
Chris Clark
5aa212471c
Merge pull request #606 from clark800/decouple-transaction
...
Decouple core.Transaction from API
2015-10-22 11:16:29 -07:00
Chris Clark
c324682ca3
Decouple core.Transaction from API
2015-10-21 11:48:40 -07:00
Chris Clark
33565d8b96
Merge pull request #604 from shekenahglory/develop
...
rename metaData to meta
2015-10-21 11:13:35 -07:00
Matthew Fettig
aeb56dee17
rename metaData to meta on getLedger
2015-10-21 10:00:07 -07:00
Chris Clark
98422e4153
Merge pull request #605 from clark800/replace-transaction
...
Set FullyCanoncialSig flag and fix integration tests
2015-10-20 15:51:44 -07:00
Chris Clark
2c7ce4a107
Run integration tests in CI
2015-10-20 15:49:06 -07:00
Chris Clark
3fbde86548
Set FullyCanoncialSig flag and fix integration tests
2015-10-20 15:49:03 -07:00
Chris Clark
01ecd197ce
Merge pull request #601 from clark800/replace-core
...
Add Connection class
2015-10-20 10:38:00 -07:00
Chris Clark
15eb4c290a
Add Connection class
2015-10-19 17:32:45 -07:00
wltsmrz
5fa20dc1f7
Merge pull request #593 from clark800/remove-rsign
...
Remove rsign.js
2015-10-19 13:45:52 -07:00
Alan Cohen
3df64091dd
Bump version to 0.13.0-rc15
0.13.0-rc15
2015-10-19 08:51:44 -07:00
Chris Clark
de5d9335d1
Merge pull request #598 from clark800/remove-currency
...
Remove Currency class
2015-10-16 11:51:20 -07:00
Chris Clark
88a65f08d8
Merge pull request #596 from darkdarkdragon/develop-RLJS-520
...
getBalances fixes:
2015-10-16 10:54:16 -07:00
Chris Clark
a505354363
Remove bin scripts
2015-10-16 10:52:11 -07:00
Chris Clark
837f7e6e9b
Remove Currency class
2015-10-16 10:48:09 -07:00
Ivan Tivonenko
4faa857330
getBalances fixes:
...
obey limit, do not return XRP if currency or issuer specified
2015-10-16 20:46:52 +03:00
Alan Cohen
9c7b0cb889
Merge '0.13.0-rc11.1' into develop
...
Bump version to 0.13.0-rc11.1
Add proxy support to schema
2015-10-15 18:28:27 -07:00
Alan Cohen
a11abcc016
Bump version to 0.13.0-rc11.1
0.13.0-rc11.1
2015-10-15 18:22:20 -07:00
Alan Cohen
dd693fdc5f
Add proxy support to schema
2015-10-15 18:14:22 -07:00
Chris Clark
5ac2576fcf
Merge pull request #597 from clark800/remove-ieee754
...
Remove demurrage
2015-10-15 12:18:21 -07:00
Chris Clark
512817a2db
Remove demurrage
2015-10-15 11:56:39 -07:00
Chris Clark
1f8c8d88fa
Merge pull request #595 from clark800/ripple-hashes
...
Use ripple-hashes
2015-10-15 10:51:06 -07:00
Chris Clark
044ed53935
Merge pull request #582 from darkdarkdragon/develop-flow-annotate-4
...
add more flow annotations to RippleApi
2015-10-15 10:32:32 -07:00
Ivan Tivonenko
d47bb2749a
add more flow annotations to RippleApi
2015-10-15 03:51:45 +03:00
Chris Clark
0dc000839b
Use ripple-hashes
2015-10-14 15:48:40 -07:00
Chris Clark
462e440d5b
Merge pull request #594 from clark800/hex-sign
...
Update ripple-keypairs
2015-10-14 14:12:23 -07:00
Chris Clark
1891fe0afd
Update ripple-keypairs
2015-10-14 13:24:13 -07:00
Geert Weening
8cec60c4b0
Merge pull request #592 from clark800/remote-serial
...
Delete serialization code
2015-10-14 11:28:11 -07:00
Chris Clark
7419244b39
Delete serialization code
2015-10-13 18:24:21 -07:00
Chris Clark
eb9a48d2d6
Merge pull request #589 from wltsmrz/multisign-update
...
Fix Transaction.complete() for multisigned transactions
2015-10-13 16:18:01 -07:00
Chris Clark
e44d36b4af
Merge pull request #591 from clark800/ledger-hashes
...
Decouple ledger.js and serialization code
2015-10-13 16:15:40 -07:00
Chris Clark
9a5d05f198
Decouple ledger.js and serialization code
2015-10-13 14:51:04 -07:00
Chris Clark
d7a20a5d53
Merge pull request #588 from darkdarkdragon/develop-broadcast-fix
...
fix Request.broadcast logic
2015-10-13 14:06:31 -07:00
Ivan Tivonenko
b56680e24e
fix Request.broadcast logic
...
Add default timeout to Request.broadcas
Add default timeout to Remote.createPathFind
Handle 'slowDown' error in many places
2015-10-13 22:40:02 +03:00
Chris Clark
886e80ff6d
Merge pull request #590 from FrRichard/patch-4
...
Update REFERENCE.md
2015-10-13 10:51:57 -07:00
FrRichard
142187b024
Update REFERENCE.md
...
Changed the way you are setting the request callback.
Previous documentation didn't work, ie, the callback was never called (probably old way to set the callback).
2015-10-10 19:52:55 +02:00
wltsmrz
72f3237aba
Fix Transaction.complete() for multisigned transactions
2015-10-09 10:50:54 -07:00
Chris Clark
a2406ac163
Merge pull request #587 from clark800/serialize-quality
...
Use ripple-binary-codec
2015-10-08 15:51:15 -07:00
Chris Clark
91a64137fe
BREAKING CHANGE: Use ripple-binary-codec
2015-10-08 15:48:23 -07:00