Elliot Lee
628b9c4853
Merge pull request #1049 from FredKSchott/eslint
...
Replace tslint (since deprecated) with eslint
2019-10-21 11:01:53 -07:00
Fred K. Schott
d60b6ee33f
Merge remote-tracking branch 'myfork/eslint' into eslint
2019-10-21 10:03:27 -07:00
Fred K. Schott
4f4fcbbc70
add tests to linting
2019-10-21 10:02:14 -07:00
Tyler Levine
cc896670dc
Update https-proxy-agent to 3.0.0
2019-10-18 16:16:54 -07:00
Elliot Lee
eb2a497dee
Release 1.3.4
2019-10-18 14:41:58 -07:00
Fred K. Schott
0cf5ce1416
Merge branch 'develop' into eslint
2019-10-17 11:23:26 -07:00
Fred K. Schott
9f183a6dfc
replace tslint (deprecated) with eslint
2019-10-13 16:44:22 -07:00
Fred K. Schott
fadfd4e06c
update typescript
2019-10-13 16:19:45 -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
Tyler Storm
7a9912d4e0
Update TxParser and Mocha
2019-09-24 09:57:56 -07:00
Elliot Lee
ae2aed675a
v1.3.3
2019-09-10 19:30:11 -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
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
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
2019-08-26 13:50:36 -07:00
Elliot Lee
ba8fe1f32c
Update HISTORY - rippled 1.3.1
2019-08-16 21:28:32 -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
c5b1d4daac
Update lodash to ^4.14.136, fix docs typo, update HISTORY.md
2019-08-07 12:20:56 -07:00
Elliot Lee
3554e807df
Release 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
51dad19f88
Release 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
6f2d448059
Release 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
50fc36ec3e
Add "strict": true to tsconfig.json ( #994 )
...
- Remove process.browser
2019-04-11 15:48:23 -07:00
Elliot Lee
8278dc5b5b
Release 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
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
f3c34bd75a
Release 1.1.2
2018-12-12 14:55:15 -08:00
Elliot Lee
fcc205b85a
Release 1.1.1
2018-11-27 15:17:42 -08:00
Elliot Lee
50a7320886
Release 1.1.0
2018-10-31 16:36:20 -07:00
Elliot Lee
418987476e
Add DepositPreauth ( #958 )
...
* Expose parseAccountFlags() and add docs
* Add example snippet
* Default to node v10 for nvm
* Maintain existing behavior for getSettings
* Increase max line length from 80 to 120 (ter-max-len)
2018-10-31 16:27:32 -07:00
Elliot Lee
04bf49cb43
Support node 10 ( #964 )
...
* Update webpack from 3.11.0 to 3.12.0 and upath from 1.0.4 to 1.1.0
* Run: yarn upgrade gulp
* See https://github.com/gulpjs/gulp/issues/2162
* Update README
* Travis: test node 10
2018-10-30 14:15:42 -07:00
Elliot Lee
a29ec1b8c7
Release 1.0.2
2018-10-16 12:28:24 -07:00
Elliot Lee
f785605db8
Release 1.0.1
2018-09-27 19:01:38 -07:00
Elliot Lee
4bea69d647
Release 1.0.0
2018-08-30 14:30:57 -07:00
Elliot Lee
dc623cd049
Release 1.0.0-beta.5
2018-08-11 01:38:36 -07:00
Elliot Lee
2438295e70
Release 1.0.0-beta.4
2018-08-10 14:58:19 -07:00
Elliot Lee
28796d37cb
Update TypeScript to 2.9.2
2018-07-28 00:18:58 -07:00
Elliot Lee
860f6a6cd8
Release 1.0.0-beta.3
2018-07-17 22:39:00 -07:00
Elliot Lee
7a928804ec
feat: add payment channel details to tx (2) ( #920 )
...
* Bump transactionparser to v0.7.1 and update output schema
* yarn docgen for required `threshold` and `weights`
2018-07-17 22:22:07 -07:00
Elliot Lee
1d1132b7fa
Release 1.0.0-beta.2
2018-06-08 08:11:00 -07:00
Elliot Lee
7c92adbf45
Release 1.0.0-beta.1
2018-05-24 20:13:26 -07:00
Elliot Lee
4a0d675726
Release 1.0.0-beta.0
2018-05-10 15:56:23 -07:00