Elliot Lee
ebb64ba177
v1.3.2
1.3.2
2019-09-03 16:43:31 -07:00
Elliot Lee
1a685e2b68
Fix #1032 ( #1033 )
...
* Update ripple-address-codec@latest
* Export and document rippleTimeToISO8601
2019-09-03 16:38:56 -07:00
Rome Reginelli
9c561885a1
Docs: update recommended Node ver. ( #1031 )
2019-08-29 20:34:25 -07:00
Elliot Lee
612e98b198
Release 1.3.1
2019-08-26 13:58:09 -07:00
Elliot Lee
0a41d5ccf1
Upgrade to gulp 4; remove http server ( #1030 )
...
* Update gulp version to ^4.0.2 and Gulpfile.js
* Remove http server
1.3.1
2019-08-26 13:50:36 -07:00
Elliot Lee
ba8fe1f32c
Update HISTORY - rippled 1.3.1
1.3.0
2019-08-16 21:28:32 -07:00
Elliot Lee
0f840876a5
Update HISTORY
1.2.5
2019-08-16 21:11:02 -07:00
Elliot Lee
ac3900b6f4
Release 1.2.5 and 1.3.0
2019-08-16 21:09:08 -07:00
Elliot Lee
5e138b9937
Sign method - verify accurate encoding ( #1026 )
...
* Decode signed transactions and check field integrity
* Add tests (including signing a tx without Flags)
* Update tests to output more descriptive errors on failure
* Update ripple-binary-codec to 0.2.2
2019-08-16 16:22:25 -07:00
Elliot Lee
82d50cd903
Document setCanonicalFlag and export from src/transaction/utils
2019-08-09 10:16:33 -07:00
Elliot Lee
c5b1d4daac
Update lodash to ^4.14.136, fix docs typo, update HISTORY.md
2019-08-07 12:20:56 -07:00
Namrata
b4a30d49d8
Support removing a signer list ( #1021 )
...
* Make weights an optional field
* Fix #971
2019-07-30 16:48:30 -07:00
Elliot Lee
229360d1b9
README - Update link
2019-07-18 21:50:58 -07:00
Rome Reginelli
d627d362af
Merge pull request #1023 from mDuo13/doc_cleanup
...
Phrasing cleanup in schema descriptions
2019-07-16 15:11:01 -07:00
mDuo13
7ca7a07942
Phrasing cleanup in schema descriptions
...
- Change 'Ripple address'→'XRP Ledger address'
- Change 'is exclusive with'→'cannot be used with'
2019-07-15 14:26:43 -07:00
dependabot[bot]
09f81fa3cd
Bump lodash from 4.17.11 to 4.17.13
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.11 to 4.17.13.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.13 )
Signed-off-by: dependabot[bot] <support@github.com >
2019-07-13 13:26:48 -07:00
The XRP Scan Project
b03bf9c7f1
Updated APPLICATIONS.md and added xrpscan
...
Added xrpscan.com under Data and Visualization section.
2019-06-24 02:03:21 -07:00
Elliot Lee
4d696369fe
APIOptions: extend ConnectionOptions ( #1018 )
...
Fix #1017
2019-06-21 01:45:47 -07:00
Elliot Lee
bcb80ea5f5
Fix getServerInfo ( #1012 )
...
* Return array for serverInfo.load.jobTypes
* Include start/end in invalid range assertion error
2019-06-14 14:57:36 -07:00
Elliot Lee
1be2ee5875
Docs: fix #574 ( #1011 )
...
destination.address
2019-06-14 14:57:14 -07:00
Elliot Lee
3554e807df
Release 1.2.4
1.2.4
2019-06-06 16:01:24 -07:00
Elliot Lee
5ffbd6e86d
Update dependencies ( #1007 )
...
* Update dependencies: @types/lodash@4.14.133 , mocha-junit-reporter@1.22 .0, tslint@5.17 .0, nyc
Fix type errors
2019-06-06 15:56:29 -07:00
Elliot Lee
e2572c61cf
Add details about transaction fees, master keys, and multi-signing
2019-06-05 00:27:25 -07:00
Elliot Lee
7df2b74d43
Update get-server-info.json
2019-05-27 14:37:38 -07:00
Elliot Lee
f51a69f080
Fix typo
2019-05-22 10:04:43 -07:00
Elliot Lee
c0a2d9fc2b
Update README.md
2019-05-16 22:51:22 -07:00
Elliot Lee
51dad19f88
Release 1.2.3
1.2.3
2019-04-30 15:01:54 -07:00
Elliot Lee
3d1a530796
Fix browser builds ( #1006 )
...
tsconfig:
- Must set composite: false
- Must set declarationMap: false in order to use declaration: false
json-loader:
- Not needed with webpack >= v2.0.0 and in fact does not work
https-proxy-agent cannot be used in the browser
2019-04-29 23:19:05 -07:00
Elliot Lee
f6a22d2121
No working browser version for 1.2.2
...
Using `"noEmitOnError": true` in `tsconfig.json` prevents the browser build from being created
2019-04-18 00:53:28 -07:00
Elliot Lee
6f2d448059
Release 1.2.2
1.2.2
2019-04-15 12:30:20 -07:00
Elliot Lee
0d5103a3f3
Use TypeScript project reference ( #1002 )
...
* Add *.tsbuildinfo to .gitignore
* Bump versions of dependencies, nyc and yargs
* Drop support for node 9 (EOL 2018-06-30)
https://github.com/nodejs/Release
* Add getTransaction snippet
2019-04-15 11:06:31 -07:00
Elliot Lee
4da80028bf
Prevent prepareTransaction from overwriting values in txJSON ( #1000 )
...
Fix #997
2019-04-13 11:33:16 -07:00
Daniel Chan
bb40dbde9d
Add deliveredAmount as optional field for type Outcome ( #996 )
2019-04-11 17:13:42 -07:00
Elliot Lee
50fc36ec3e
Add "strict": true to tsconfig.json ( #994 )
...
- Remove process.browser
2019-04-11 15:48:23 -07:00
Elliot Lee
1abcef73a0
Merge pull request #993 from adrianhopebailie/patch-1
...
fix: build fails with strict checks
2019-04-08 13:04:27 -07:00
Adrian Hope-Bailie
0d7879b25c
fix: build fails with strict checks
2019-03-29 11:48:13 +02:00
Elliot Lee
8278dc5b5b
Release 1.2.1
1.2.1
2019-03-23 15:50:26 -07:00
Elliot Lee
c90d486454
Update ripple-binary-codec to 0.2.1 to support tecKILLED
2019-03-23 15:12:22 -07:00
Elliot Lee
35f9b7ec8d
Release 1.2.0
1.2.0
2019-03-19 01:28:42 -07:00
Elliot Lee
69e621af86
Remove coveralls from devDependencies
2019-03-19 01:21:36 -07:00
Elliot Lee
0e92e696d4
Remove unused http-server from devDependencies
2019-03-18 16:51:08 -07:00
Elliot Lee
0b1445bfe9
Remove sauce runner
2019-03-18 16:14:21 -07:00
Elliot Lee
db2d7ba1f5
Update mocha to 6.0.2
2019-03-18 16:09:26 -07:00
Elliot Lee
d82703f41b
prepareTransaction should not overwrite Sequence ( #990 )
...
* Cleans up some code and fixes some type errors
* Clarify how null settings work
* Document updated RippledError
* Updates per review by @mDuo13
2019-03-18 15:55:42 -07:00
Elliot Lee
8213861ab7
Update HISTORY.md
2019-03-13 14:34:31 -07:00
Kincaid O'Neil
a842c380cf
fix: add amount to FormattedPaymentChannel type ( #989 )
...
* fix: add amount to FormattedPaymentChannel type
* fix: ignore package-lock.json
2019-03-12 16:58:30 -07:00
Elliot Lee
5bf6f1849a
Fix typos in docs
2019-03-12 15:27:19 -07:00
Elliot Lee
bfe4877f73
Merge remote-tracking branch 'origin/master' into develop
2019-03-12 15:12:58 -07:00
Elliot Lee
63dcddf6f4
[Docs] Update transaction responses link
...
List of transaction responses
2019-03-11 12:14:41 -07:00
Rome Reginelli
68735ddb35
Docs: Fix prepareTransaction method specification ( #986 )
2019-02-11 23:39:41 -08:00