Daniel Cousens
|
27f9e7dc1e
|
convert: remove reverseEndian
|
11 years ago |
Daniel Cousens
|
3b988a0872
|
convert: use Buffer internally and remove unused functions
|
11 years ago |
Daniel Cousens
|
8433d73d06
|
convert: use Buffers and add more tests
|
11 years ago |
Daniel Cousens
|
f70ccc9215
|
convert: remove hex functions
|
11 years ago |
Daniel Cousens
|
4716eb29bf
|
Removes redundant convert functions
|
11 years ago |
Daniel Cousens
|
b09dd73cbe
|
Enforces bytesToWordArray only operates on byte arrays
|
11 years ago |
Daniel Cousens
|
e40377a471
|
Removes unused functions from convert
|
11 years ago |
Daniel Cousens
|
6fa0c07763
|
Changes existing code to use new base58 API
|
11 years ago |
Wei Lu
|
93fe1b4c78
|
cosmetic standardization
[closes #56]
|
11 years ago |
Daniel Cousens
|
20599f66c9
|
Adds varIntToNum conversion function
|
11 years ago |
Wei Lu
|
16dc68cbaa
|
wallet exposes unspent outputs via a getter
also add reverseEndian method to convert
|
11 years ago |
Daniel Cousens
|
164d31ee3d
|
VarInt now uses correct prefix for 64-bit
|
11 years ago |
Daniel Cousens
|
f8de9a66da
|
Changes indentation to 2 spaces
|
11 years ago |
Daniel Cousens
|
fc2c495337
|
Standardizes function signatures
|
11 years ago |
Daniel Cousens
|
ed137a3b9d
|
Various stylistic changes
|
11 years ago |
Wei Lu
|
3d6b66e811
|
move convert methods from util to convert
|
11 years ago |
Andreas Brekken
|
80f46d32b4
|
Remove String.lpad and cleanup
|
11 years ago |
vub
|
5e2a9f0c26
|
Added BIP32 support
|
11 years ago |
vub
|
c20dee5908
|
bytesToString bugfix
|
12 years ago |
vub
|
3d3421ce17
|
Removed browser-native option (gave me a bad result)
|
12 years ago |
vub
|
65296f31f5
|
Fixed base64 encoding bug
|
12 years ago |
vub
|
65abb85668
|
Added to convert.js and some more multisig methods
|
12 years ago |
Roman Shtylman
|
0faac29134
|
start to split into node commonjs style modules
- no longer is the global Bitcoin used for modules
- cleaner and more maintainable code
- add more tests
|
12 years ago |