bitcoinjs-lib/ts_src
Otto Allmendinger cec5fb5357
Extract BufferWriter class
Move various write methods to a class `BufferWriter`.

This allows increased code reuse for libraries that want to implement
different serialization formats.

Also de-duplicates some code paths and increases test coverage.

Original concept by idea by https://github.com/argjv:
https://github.com/BitGo/bitgo-utxo-lib/blob/master/src/bufferWriter.js
2020-01-14 15:03:14 +01:00
..
payments Move tests to TypeScript (coverage is still JS based) 2019-09-11 07:25:47 +09:00
templates ci: add a tslint rule to require type definitions 2019-03-22 00:15:37 +09:00
address.ts Fix address.*OutputScript and ECPairOptions rng 2019-04-11 15:55:33 +09:00
block.ts Remove private __byteLength from Transaction 2019-12-09 10:37:55 +09:00
buffer_writer.ts Extract BufferWriter class 2020-01-14 15:03:14 +01:00
bufferutils.ts style: apply prettier 2019-03-04 22:10:40 +09:00
classify.ts Move tests to TypeScript (coverage is still JS based) 2019-09-11 07:25:47 +09:00
crypto.ts Fix error for lack of rmd160 in Electron v4 2019-04-02 18:57:07 +09:00
ecpair.ts Fix Signer interface 2019-08-06 18:45:02 +09:00
index.ts Move tests to TypeScript (coverage is still JS based) 2019-09-11 07:25:47 +09:00
networks.ts Fix index.ts networks.ts lint 2019-03-07 12:11:15 +09:00
psbt.ts Merge pull request #1491 from bitcoinjs/finalizerCallback 2020-01-06 12:19:27 +09:00
script.ts ci: add a tslint rule to require type definitions 2019-03-22 00:15:37 +09:00
script_number.ts Fix lint for script_number.ts script_signature.ts 2019-03-07 13:21:18 +09:00
script_signature.ts Fix lint for script_number.ts script_signature.ts 2019-03-07 13:21:18 +09:00
transaction.ts Extract BufferWriter class 2020-01-14 15:03:14 +01:00
transaction_builder.ts Update README, add deprecation warning 2019-07-19 15:10:58 +09:00
types.ts Add stricter Signer interface check 2019-06-13 13:32:21 +09:00