Manuel Araoz
|
18b2d190de
|
change vendor.js to vendor-bundle.js
|
11 years ago |
Manuel Araoz
|
76cf42506c
|
refactoring browser code
|
11 years ago |
Manuel Araoz
|
dc56cb8d45
|
fixed Script parse tests for all scripts (valid and invalid)
|
11 years ago |
Mike Belshe
|
cda6d035b4
|
* Fix size bug in bitcore's getVarIntSize.
* Implement quadword for varIntBuf
* Add unit tests for util.varIntBuf and util.getVarIntSize
* Fix the browser/util numToVarInt equivalent as well
|
11 years ago |
Manuel Araoz
|
05c5538162
|
script parser code added and tested
|
11 years ago |
Matias Alejo Garcia
|
c05181e412
|
fix error in versioned data
|
11 years ago |
Matias Alejo Garcia
|
6d9a396d89
|
fix error in versioned data
|
11 years ago |
Matias Alejo Garcia
|
c0c325dabd
|
all classes working with soop and test passing
|
11 years ago |
Matias Alejo Garcia
|
be4a228aee
|
prevent requiring bitcoinjs-lib each time
|
11 years ago |
Manuel Araoz
|
066936d69b
|
fix ripemd160 for browser and add tests
|
11 years ago |
Manuel Araoz
|
e0233f02dd
|
fix Buffer.concat use
|
11 years ago |
Manuel Araoz
|
4da3285930
|
fix toHex use
|
11 years ago |
Manuel Araoz
|
966b8988e1
|
fix reverse buffertools use
|
11 years ago |
Manuel Araoz
|
bf0010b8ac
|
fix buffertool's fill calls
|
11 years ago |
Manuel Araoz
|
cdf53d1fc5
|
migrating to buffertools best practices
|
11 years ago |
Manuel Araoz
|
10a23cdd88
|
remove strict
|
11 years ago |
Manuel Araoz
|
4496ed369a
|
fix Transaction for node
|
11 years ago |
Manuel Araoz
|
0d5573dc16
|
Script class working in browser!
|
11 years ago |
Manuel Araoz
|
0a6ddaffa3
|
EncodedData working in the browser
|
11 years ago |
Matias Alejo Garcia
|
f35c03544b
|
replace tabs with 2 spaces using "expand"
|
11 years ago |
Ryan X. Charles
|
71cd92d225
|
fix truncation error in parseValue
|
11 years ago |
Stephen Pair
|
709b2903c1
|
remove dead code
|
11 years ago |
Stephen Pair
|
f9e86a5e83
|
rework logging, remove some unused code
|
11 years ago |
Jeff Garzik
|
da5719249f
|
util/util: helper parseValue() converts bitcoin decimals into bigint
|
11 years ago |
Jeff Garzik
|
b38863e4db
|
util/util: remove buf64(), both incorrect and unnecessary
|
11 years ago |
Stephen Pair
|
1fe60316a8
|
add encodedData.isValid()
|
12 years ago |
Jeff Garzik
|
32859a8da8
|
Transaction: prefer to directly use a Buffer, where possible
|
12 years ago |
Jeff Garzik
|
e10afb7358
|
util: add varInt encoding helper
|
12 years ago |
Jeff Garzik
|
5fdd7ded14
|
util/EncFile: wallet file format gains a trailing HMAC checksum
Standard security practice of encrypt-then-MAC.
|
12 years ago |
Jeff Garzik
|
45f201c4da
|
Add new modules: WalletKey (a key, as found in a Wallet) and time utils
|
12 years ago |
Jeff Garzik
|
88664d2c8c
|
Move varint, varstr parsing to BinaryParser for wider sharing of code.
|
12 years ago |
Jeff Garzik
|
928c9a4518
|
EncFile: zlib not used
|
12 years ago |
Jeff Garzik
|
90c5e84291
|
Add EncFile module, for encrypted wallet files
|
12 years ago |
Stephen Pair
|
a642114fb5
|
refactoring of Address
|
12 years ago |
Stephen Pair
|
ebddafcaa7
|
some more stuff...not complete yet
|
12 years ago |