Elliot Lee
eb2a497dee
Release 1.3.4
1.3.4
2019-10-18 14:41:58 -07:00
Elliot Lee
988381d584
Merge pull request #1048 from FredKSchott/tsc-update
...
Update TypeScript
2019-10-16 23:04:20 -07:00
Elliot Lee
0b163eae23
XRP Ledger Hashes: create README.md
2019-10-15 16:34:48 -07:00
Fred K. Schott
fadfd4e06c
update typescript
2019-10-13 16:19:45 -07:00
Sohail Salehi
eb521faa8d
Doc update for sign() method ( #1010 )
...
* Add multi-signing example to the sign() method
Explains why the `signAs` option is compulsory for multi-signing scenarios.
2019-10-08 11:59:12 -07:00
Tyler Storm
14e6bf5ef9
Integrate ripple-hashes ( #1039 )
...
* Update TxParser and Mocha
* Convert ripple-hashes to TypeScript and add into ripple-lib along with unit tests
* Switch casing to camelCase
* Document intToVuc
* Convert Slots to numbers, add exception if number is outside 0-15
* Remove Shamap v2 support
* Improve naming
2019-10-01 23:35:11 -07:00
Elliot Lee
b6bddd3b0e
[MINOR] Remove unnecessary semicolon
2019-09-26 03:18:54 -07:00
Elliot Lee
d5ed9b6cf5
Improve error message when signing fails
...
When there are multiple representations of the same value
(for example, trailing zeros) the verification will fail.
This points users to the error.data object for details about
the failure, and adds a diff so that the cause of the
discrepancy can be seen at a glance.
2019-09-24 09:58:24 -07:00
Tyler Storm
7a9912d4e0
Update TxParser and Mocha
2019-09-24 09:57:56 -07:00
Mo Morsi
4d2ddceb4e
Change "wipple" to "xrp1ntel" ( #1036 )
...
The Wipple Analytics Engine is now accessed through the xrp1ntel website
2019-09-12 13:15:26 -07:00
Elliot Lee
ae2aed675a
v1.3.3
1.3.3
2019-09-10 19:30:11 -07:00
Elliot Lee
1d7cb41218
Add rippleTimeToISO8601.md.ejs
2019-09-04 00:31:02 -07:00
Elliot Lee
76db002eb5
Expand node version compatibility
...
Previously the library could not be installed with node 12:
https://github.com/ripple/ripple-binary-codec/pull/33
2019-09-04 00:17:53 -07:00
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