Elliot Lee
f28ec27614
getOrderbook - return raw order data ( #886 )
...
Fix #799
2018-05-08 15:05:41 -07:00
Elliot Lee
a36e23ebfa
Release 0.21.0
0.21.0
2018-04-11 21:33:44 -07:00
Elliot Lee
e978ef1888
Add getAccountObjects ( #881 )
...
Squashed commit of the following:
commit 361ead8cbbbe4fa25ecba614f8f11930ff679996
commit 5ff26d7d2defbbaaa7c50d6b3b5b74bf30be19ef
commit 97f5dfc86d4730082fd016197b0c025e499912e3
commit d48654098601f2a19484d9bbae7c65786e3c5dd4
commit 4790401123e7836f6bea8d03111bce60dcf95114
commit 57512f7fc000689bb8224f33173ba91221f27281
commit e75a7e95b11368b26c40e8e6e7b583d978475e95
2018-04-11 14:37:37 -07:00
Chris Yuen
9af3968508
Upgrade https-proxy-agent to version 2 ( #883 )
2018-04-10 12:59:24 -07:00
Elliot Lee
86ce7b707c
Release 0.20.0
0.20.0
2018-04-09 12:03:05 -07:00
Elliot Lee
e0eb27ed8e
Use jsonschema v1.2.2 and run yarn upgrade ( #882 )
...
- Fixes #880
2018-04-09 11:54:30 -07:00
amougel
2570e2a6d8
Add signWithKeypair ( #769 )
2018-04-03 15:33:24 -07:00
Rome Reginelli
c71540e77a
Merge pull request #877 from mDuo13/add-tx-types
...
Improve Payment Channel documentation
2018-03-30 18:57:17 -07:00
mDuo13
8eba827d11
Improve Payment Channel documentation
2018-03-28 11:54:05 -07:00
Elliot Lee
90be539b09
Release 0.19.1
0.19.1
2018-03-22 14:12:22 -07:00
Fred K. Schott
43c08e5ea7
Clean up min/max adjustments ( #873 )
2018-03-22 12:31:44 -07:00
Fred K. Schott
3f22b12216
Add linting to travis ( #872 )
2018-03-20 14:30:37 -07:00
darkmemo
a72041a321
Fix Payment source & destination types ( #870 )
...
Payment `source` and `destination` are defined as intersection types, `Adjustment & MaxAdjustment` and `Adjustment & MinAdjustment` respectively. But they should be union types instead. This problem was introduced during js to ts conversion.
Fixes #866
2018-03-20 11:26:41 -07:00
Elliot Lee
71a0c16fec
Ledger object - accountState supersedes accounts ( #868 )
...
This appears to originate from a mistake in the docs.
The actual name of the field is `accountState`.
See:
9af994ceb4/src/ripple/app/ledger/impl/LedgerToJson.cpp (L167)
* Remove TODOs addressed by docs PR
https://github.com/ripple/ripple-dev-portal/pull/324
2018-03-19 14:52:18 -07:00
Elliot Lee
27ab98160a
Fix link to checkCash ( #871 )
...
Fix source file for 4eaaa8188d
2018-03-19 14:41:18 -07:00
Ryan Young
4eaaa8188d
Fix link to checkCash ( #871 )
...
#checkCash -- > #check-cash
2018-03-19 14:39:54 -07:00
Fred K. Schott
187154a2b0
Types cleanup + more API methods onto new request method ( #857 )
...
* major types cleanup, more formatted api methods onto new request method
- getPaymentChannel() now uses this.request()
- getSettings() now uses this.request()
- getLedger() now uses this.request()
- transaction types cleaned up a bit, but still some work left to do
2018-03-14 16:08:57 -07:00
Elliot Lee
c175e3f58e
Point to types in package.json ( #863 )
2018-03-06 23:15:55 -08:00
Fred K. Schott
2ea22a099e
Don't generate TS definitions for browser build ( #864 )
2018-03-06 23:15:11 -08:00
Elliot Lee
c3aa062edd
Bump version to 0.19.0 and add release notes
0.19.0
2018-03-02 13:58:39 -08:00
Elliot Lee
0ad8c577c0
Export Check* transaction param types
2018-03-01 21:46:20 -08:00
Elliot Lee
facc513a52
Add support for Checks ( #853 )
...
- See https://github.com/ripple/rippled/pull/2245
* Add support for depositAuth flag
* Upgrade ripple-binary-codec to 0.1.13
2018-03-01 21:42:46 -08:00
Elliot Lee
df711ecb06
Import from 'server' to fix TS4029
2018-03-01 21:23:02 -08:00
Elliot Lee
144be08af0
Export types used by exported variables ( #858 )
...
Fixes TypeScript compile errors due to generating TS declaration files.
See #851
2018-03-01 17:48:28 -08:00
Fred K. Schott
c53db4844a
Add .travis.yml ( #859 )
2018-03-01 17:32:31 -08:00
Elliot Lee
68b34f7532
Improve documentation of getTransactions params ( #856 )
...
* Improve documentation of getTransactions params
- Resolve #855
2018-02-26 17:39:06 -08:00
cryptcoin-junkey
3fe5d715a5
Generate/publish *.ts.d ( #851 )
...
For TypeScript
2018-02-24 23:52:45 -08:00
Elliot Lee
ca74cf1028
Apply automatic formatting
2018-02-23 16:50:40 -08:00
Elliot Lee
5b51ff6071
Support for the Deposit Authorization account root flag ( #852 )
...
* Add depositAuth flag tests
* Add support for depositAuth flag
2018-02-21 17:15:23 -08:00
Elliot Lee
3cad4f4aa3
Apply code formatting to API unit tests
2018-02-21 16:05:57 -08:00
Fred K. Schott
365de6d18a
Add new request interface, implement first few request typings ( #843 )
...
* Add request interface & typings
- src/api: add basic implementation of request/requestAll()
- src/ledgers/account_info: refactor to simplify with request()
- src/ledgers/balances: refactor to simplify with request()
- src/ledgers/orderbook: refactor to simplify with requestAll()
- src/ledgers/orders: refactor to simplify with requestAll()
- src/ledgers/trustlines: refactor to simplify with requestAll()
* standardize on Formatted prefix
2018-02-20 11:44:36 -08:00
Elliot Lee
4a21360e37
Alphabetize properties for Settings object
...
- Generate docs to fix earlier typo (yarn run docgen)
2018-02-14 16:22:05 -08:00
Elliot Lee
43a3cfa010
HISTORY.md - remove broken link (404)
2018-02-14 16:00:51 -08:00
Elliot Lee
b89eae5cb1
Add test of getTrustlines with multiple pages of results ( #850 )
2018-02-14 15:57:35 -08:00
Elliot Lee
e311b74dac
Add release notes for 0.18.2
0.18.2
2018-02-13 13:59:02 -08:00
Elliot Lee
e3748e070b
Bump version to 0.18.2
2018-02-13 13:53:42 -08:00
Elliot Lee
0c318816cc
Remove unnecessary files from npm
...
- `"bin/*"`, `"test/*"`, and `"Gulpfile.js"` can be removed
- See #844
2018-02-13 13:36:02 -08:00
Fred K. Schott
55e6801f4a
Add build to prepublish in package.json ( #849 )
...
Continue to publish the build/ directory so that users can easily grab it from CDNs.
2018-02-12 09:47:25 -08:00
Elliot Lee
4f60fc301f
Add "browser" property to package.json ( #847 )
...
* Use wswrapper shim for browserify
2018-02-11 08:52:19 -08:00
Elliot Lee
139159bf1a
webpack config - include src instead of excluding node_modules
2018-02-07 14:14:35 -08:00
Elliot Lee
3ebbca0083
instructions.json - fix typo
2018-02-02 10:49:32 -08:00
Elliot Lee
51aaa75a05
Use BigNumber internally to compute fee
2018-01-30 15:29:28 -08:00
Elliot Lee
01a25f55f2
Initialize ledgerVersion to undefined
2018-01-30 14:58:59 -08:00
Fred K. Schott
94196ab268
post flow-to-ts cleanup
2018-01-29 12:11:32 -08:00
Elliot Lee
dc39343899
HISTORY.md - Add 0.18.1
0.18.1
2018-01-27 19:38:25 -08:00
Elliot Lee
272eabd1cd
v0.18.1
2018-01-27 00:46:23 -08:00
Elliot Lee
7a653e6e63
Fix: isSameIssue() should check counterparty
2018-01-26 16:06:25 -08:00
Elliot Lee
994a6d5e76
Add SHA-256 checksums for 0.18.0 release
0.18.0
2018-01-25 15:36:02 -08:00
Elliot Lee
3db72716b4
HISTORY.md - Add release date for 0.18.0
2018-01-25 15:30:02 -08:00
Elliot Lee
6d39e072f8
Docs: getFee() returns a string
2018-01-23 16:13:27 -08:00