Compare commits

...

5 Commits

Author SHA1 Message Date
Daniel Cousens
fbaad04f24
Merge pull request #1165 from fybwid/patch-1
Update README.md
2018-08-08 13:30:17 +10:00
Yosef Benny Widyokarsono
64b9646870
Update README.md
Fix example anchor at Documentation
2018-08-08 10:53:20 +08:00
Jonathan Underwood
e672875394
Merge pull request #1160 from bitcoinjs/notealt
CHANGELOG: note alternative to templates
2018-08-07 10:54:10 +09:00
Daniel Cousens
e639914d22
CHANGELOG: note alternative to templates 2018-08-03 10:34:49 +10:00
Jonathan Underwood
836f2b4263
Merge pull request #1146 from bitcoinjs/ectests
tests/ECPair: test fromPublic/fromPrivate in isolation
2018-08-01 11:47:05 +09:00
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ __removed__
- Removed `bufferutils` (#1035)
- Removed `networks.litecoin`, BYO non-Bitcoin networks instead (#1095)
- Removed `script.isCanonicalSignature`, use `script.isCanonicalScriptSignature` instead (#1094)
- Removed `script.*.input/output/check` functions (`templates`) (previously added in #681, #682) (#1119)
- Removed `script.*.input/output/check` functions (`templates`), use `payments.*` instead (`templates` previously added in #681, #682) (#1119)
- Removed dependency `bigi`, uses `bn.js` internally now (via `tiny-secp256k1`) (#1070, #1112)
- Removed public access to `ECPair` constructor, use exported functions `ECPair.fromPrivateKey`, `ECPair.fromWIF`, `ECPair.makeRandom`, or `ECPair.fromPublicKey` (#1070)

View File

@ -27,7 +27,7 @@ Mistakes and bugs happen, but with your help in resolving and reporting [issues]
- Friendly, with a strong and helpful community, ready to answer questions.
## Documentation
Presently, we do not have any formal documentation other than our [examples](#Examples), please [ask for help](https://github.com/bitcoinjs/bitcoinjs-lib/issues/new) if our examples aren't enough to guide you.
Presently, we do not have any formal documentation other than our [examples](#examples), please [ask for help](https://github.com/bitcoinjs/bitcoinjs-lib/issues/new) if our examples aren't enough to guide you.
## Installation