Ruben de Vries
|
9c6c300289
|
fixed calcDifficulty by making sure the MAX_TARGET is also locally available.
added tests for 2 difficulty calculations.
|
11 years ago |
Manuel Araoz
|
3886bfe923
|
some hashForSignature tests passing! :D
|
11 years ago |
Manuel Araoz
|
2c331cb2ef
|
some hashForSignature tests passing! :D
|
11 years ago |
Ryan X. Charles
|
ba59d97a73
|
make things work in the browser by fixing sha512
...had to use jsSHA package to do SHA512 in the browser. Unfortunately it is
quite slow compared to node.
|
11 years ago |
Matias Alejo Garcia
|
227a95296b
|
remove stracktrace for firefox error reporting
|
11 years ago |
Matias Alejo Garcia
|
684be77268
|
small fixes in block, adapt to browser bignum. remove legacy code
|
11 years ago |
Manuel Araoz
|
1c1bb068b8
|
fix util problem
|
11 years ago |
Manuel Araoz
|
ba92a6b1df
|
refactor and fixes for Transaction, ScriptInterpreter, and Key
|
11 years ago |
Manuel Araoz
|
cfe899ee76
|
fix Transaction#create tests
|
11 years ago |
Manuel Araoz
|
856225d377
|
fix for firefox
|
11 years ago |
Manuel Araoz
|
9ef8b78182
|
refactor int conversion, encoding, and utils
|
11 years ago |
Manuel Araoz
|
5505491e8d
|
fix negative number arithmetic!
|
11 years ago |
Manuel Araoz
|
19e15f91ca
|
size tests working!!! :D
|
11 years ago |
Matias Alejo Garcia
|
671d372c19
|
tx creation working. more tests needed
|
11 years ago |
Matias Alejo Garcia
|
0f8ee57521
|
refactor ripe160 binding
|
11 years ago |
Manuel Araoz
|
1732ec2ced
|
add new example
|
11 years ago |
Matias Alejo Garcia
|
ab183c0e66
|
fixes ripe160 add some tests
|
11 years ago |
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 |