Commit graph

11 commits

Author SHA1 Message Date
junderw
45187a32d0
Add taggedHash, sigHash v1
Co-authored-by: Brandon Black <brandonblack@bitgo.com>
Co-authored-by: Otto Allmendinger <otto@bitgo.com>
Co-authored-by: Tyler Levine <tyler@bitgo.com>
Co-authored-by: Daniel McNally <danielmcnally@bitgo.com>
2021-11-12 08:33:18 +09:00
junderw
e5a77304fa
Refactor: Remove all require statements, remove ECPair, remove tiny-secp256k1 dep 2021-10-20 19:18:01 +09:00
Luke Childs
d02483473b allocUnsafe for faster buffer cloning
It's safe to do this because we immediately overwrite the entire buffer. No need to zero out first.
2020-04-28 19:58:21 +07:00
Luke Childs
e9382ebea2 Fix horrific bug! 2020-04-27 20:37:32 +07:00
Luke Childs
f7034350e9 Clone transaction data more efficiently 2020-04-26 15:22:38 +07:00
junderw
5679a4b455
Check write/read Slice out of bounds 2020-01-15 14:14:02 +09:00
junderw
717166e668
Fix comment 2020-01-15 11:28:56 +09:00
junderw
06674b19fe
Add BufferReader to Transaction and fix tests 2020-01-15 10:50:33 +09:00
junderw
91e6c8abc3
Move to bufferutils and add BufferReader 2020-01-15 10:44:29 +09:00
d-yokoi
03632f1507
style: apply prettier 2019-03-04 22:10:40 +09:00
junderw
bc28949056
Commit js, ts, and definitions in separate folders 2019-01-04 18:33:02 +09:00
Renamed from src/bufferutils.ts (Browse further)