Commit Graph

221 Commits

Author SHA1 Message Date
junderw c8dcd010fc
Fix mnemonicToSeed password arg to optional 2019-04-11 16:00:19 +09:00
Jonathan Underwood d5fb1edc68
Merge pull request #109 from SebastienGllmt/patch-1
Add instructions for wordlist removal in webpack
2019-04-09 18:43:05 +09:00
Jonathan Underwood 26c0f1b4f8
Add plugins array to show where it goes 2019-04-09 18:42:27 +09:00
Sebastien Guillemot 5cf326c2a9
Add instructions for webpack
Sharing this for anybody else that needs it 👍
2019-04-08 03:15:14 +09:00
Jonathan Underwood cd6bcdbb2e
Merge pull request #104 from bitcoinjs/typescript
v3 (typescript included)
2019-04-03 16:22:04 +09:00
junderw 981b0109f5
3.0.0 2019-04-03 16:18:44 +09:00
junderw 4acb7127f7
Remove hex functions and make async default 2019-04-02 18:03:44 +09:00
junderw 91b0efd9fb
Remove unorm dependency 2019-04-02 15:53:55 +09:00
junderw b6e8f0af2a
Merge branch 'master' into typescript 2019-04-02 15:44:42 +09:00
Jonathan Underwood 68d0bb46cf
Merge pull request #105 from bitcoinjs/tsAllowExclude
Allow excluding wordlists when building for browserify
2019-04-02 14:47:43 +09:00
junderw cce4bd0079
Add git diff check to travis 2019-04-01 14:33:25 +09:00
junderw 2729d2a3f1
Don't include tests in npm package 2019-04-01 14:21:46 +09:00
junderw 6194c3f3ff
Add tests and getDefaultWordlist 2019-03-28 17:21:54 +09:00
junderw c30b47b63d
Allow excluding wordlists when building for browserify 2019-03-26 11:58:52 +09:00
junderw 6dedef08d4
Fix util to download into ts folder 2019-03-26 11:32:36 +09:00
d-yokoi 9f805dfd82
prefer const in README examples 2019-03-25 22:47:27 +09:00
d-yokoi c49db9f52c
prefer destructuring to slice 2019-03-25 22:34:43 +09:00
d-yokoi 00e50b3f10
delete comment 2019-03-24 23:25:59 +09:00
d-yokoi ac0da78a1b
change build target from es2015 to es2017 2019-03-24 20:56:56 +09:00
d-yokoi d84e2821f3
clean output dir before build 2019-03-24 20:54:56 +09:00
d-yokoi 0bc19393b0
prefer simpler module path 2019-03-24 20:49:42 +09:00
d-yokoi 427eb0c0f5
move @types/node from devDep to dep 2019-03-24 20:45:19 +09:00
d-yokoi 5561a45ded
delete old file 2019-03-24 17:51:41 +09:00
d-yokoi a8393a09d4
anchor new dependencies 2019-03-24 11:29:12 +09:00
d-yokoi 558732ca0b
update repository url 2019-03-23 22:55:27 +09:00
d-yokoi a9989222cd
replace standard with prettier and tslint 2019-03-23 22:51:46 +09:00
d-yokoi b91260e9f4
fix exports 2019-03-23 22:46:53 +09:00
d-yokoi 834389c038
add tslint and fix lint errors 2019-03-23 22:39:32 +09:00
d-yokoi 464984682f
fix unit test 2019-03-23 22:06:58 +09:00
d-yokoi ad5dec99e7
add build artifacts 2019-03-23 22:05:26 +09:00
d-yokoi b9df613863
move wordlists to under ts root directory 2019-03-23 22:00:25 +09:00
d-yokoi 31fd6e8575
add @types/node 2019-03-23 21:53:54 +09:00
d-yokoi bb823237b0
add typescript implementation 2019-03-23 21:49:32 +09:00
d-yokoi 0c20add438
uninstall safe-buffer to use built-in Buffer 2019-03-23 21:48:54 +09:00
d-yokoi 4aadbecaf3
enable resolveJsonModule 2019-03-23 20:45:13 +09:00
d-yokoi 52aa129345
install types 2019-03-23 20:01:28 +09:00
d-yokoi 54169e36d6
install prettier and add config files 2019-03-23 19:59:31 +09:00
d-yokoi 717868a6a5
add tsconfig.json 2019-03-23 19:58:50 +09:00
d-yokoi 37a4d0d7e7
install typescript 2019-03-23 19:58:10 +09:00
Jonathan Underwood 6044b7509e
Merge pull request #103 from bitcoinjs/npm
chore: add package-lock.json
2019-03-22 11:45:52 +09:00
junderw 61dc501ba2
Fix version 2019-03-22 11:41:28 +09:00
d-yokoi 619dfd9fd7
chore: add package-lock.json 2019-03-22 11:39:41 +09:00
junderw b524d346f9 2.6.0 2019-03-20 17:29:08 +09:00
junderw 9a0b68e0ed Fix readme 2019-03-20 15:50:24 +09:00
junderw ba096d6a80 Add Async method for converting to seed. 2019-03-20 15:50:24 +09:00
Gustavo Silva 4fce199e73 add installation to README.md 2019-03-05 18:14:12 +09:00
junderw 250e3e3a07 Fix npm audit errors and deprecation warning. 2018-12-20 19:22:42 -06:00
junderw e9d3dbf38a Fix Travis by removing v4 and v5 2018-10-10 13:42:26 +11:00
junderw 791e465088
Merge pull request #90 from bitcoinjs/pass
README: add password example
2018-10-10 11:29:46 +09:00
Daniel Cousens d5148c0e6a
README: add password example 2018-10-09 19:12:37 +11:00