Brandon Roberts
783c59d99e
removed Networks.all and associated test
10 years ago
Brandon Roberts
e07186df07
remove unnecessary filtering code
10 years ago
Brandon Roberts
a53bd10f42
test explicitly passed invalid network
10 years ago
Brandon Robertz
a38c0c2d93
modularize network version check/tests issues/1265
10 years ago
Patrick Nagurny
49e621f4f2
Merge pull request #1262 from mpolci/master
fixed PrivateKey initialization from JSON
10 years ago
mpolci
0d2784eb1e
created test to verify correct network initialization in PrivateKey.fromJSON()
10 years ago
Utente
d60d8cf2bc
fixed PrivateKey initialization from JSON
10 years ago
Braydon Fuller
c671a97c26
Bump package version to 0.12.8
10 years ago
Matias Alejo Garcia
37d0e1f956
Merge pull request #1258 from braydonf/bug/double-error
Removed double errors in publickey. Fixes #1256
10 years ago
Braydon Fuller
5e58adca5f
Removed double errors in publickey. Fixes #1256
10 years ago
Braydon Fuller
5d77ff7c58
Merge pull request #1253 from maraoz/bn-fromstring
add base to BN.fromString
10 years ago
Manuel Aráoz
60b07b5b3c
Merge pull request #28 from braydonf/bn-fromstring
Add base option for BN.fromString
10 years ago
Braydon Fuller
a03e6b9385
Add base option for BN.fromString
10 years ago
Manuel Araoz
e2542866d1
expose BN.fromString problem
10 years ago
Braydon Fuller
5ee1c3f6aa
Bump package version to 0.12.7
10 years ago
Patrick Nagurny
4c1ba674c5
Merge pull request #1248 from braydonf/bug/misleading-error
Fixes bug with misleading error with getSerializationError. Closes #1236
10 years ago
Patrick Nagurny
7cf97ac379
Merge pull request #1250 from braydonf/feature/compact-uncompressed
Support Uncompressed Public Key Compact Signatures
10 years ago
Patrick Nagurny
c9a9ed3bd4
Merge pull request #1251 from braydonf/maintainers-update
Update Readme
10 years ago
Braydon Fuller
6decfbc5d1
Update readme maintainers.
10 years ago
Braydon Fuller
ffe6b449cb
Check the compressed property in Signature.fromCompact tests.
10 years ago
Braydon Fuller
a5cd5a1407
Added support for uncompressed public keys to Signature.fromCompact
10 years ago
Braydon Fuller
7719d1bfd4
Add test with uncompressed pubkey compact signature.
10 years ago
Braydon Fuller
ee651df635
Added test for null input for transaction.verify()
10 years ago
Braydon Fuller
589d017a14
Refactored transaction.getSerializationError to be more concise.
- _hasMoreOutputThanInput() and _isInvalidSatoshis() merged with getSerializationError()
- _isFeeDifferent(), _isFeeTooLarge() and _isFeeTooSmall merged with _hasFeeError()
10 years ago
David de Kloet
0b6eaf0f1e
Call getUnspentValue() only once in getSerializationError().
10 years ago
David de Kloet
3ace170ac5
Ignore fee error when unspent output is actually negative, rather than already when the check for negative unspent output is disabled.
10 years ago
David de Kloet
ac2fbe2777
When disableMoreOutputThanInput is set for getSerializationError, also disable the fee checks as the concept of a fee is meaningless when unspent output value is negative. This also allows for removing the opts from buildSkipTest again and simplifying the skip test for disableMoreOutputThanInput.
10 years ago
David de Kloet
dc07788e53
Put )); on a separate line.
10 years ago
David de Kloet
6729b38944
Expect the correct error to be thrown.
10 years ago
David de Kloet
8c5b2c851b
When checking for transaction serialization errors, check the output amount before checking fee errors. Added a test for it and also improved buildSkipTest by specifying which error to expect and using it for some tests where it wasn't used yet.
10 years ago
Braydon Fuller
001f71d1bf
Merge pull request #1245 from maraoz/reorg-tests
reorganize block test files
10 years ago
Manuel Araoz
74e285dadd
fix imports for block tests
10 years ago
Manuel Araoz
6e49ed0e40
reorganize block test files
10 years ago
Braydon Fuller
ea9be99854
Bump package version to 0.12.6
10 years ago
Braydon Fuller
b53f249d02
Merge pull request #1235 from maraoz/transaction/clearOutputs
add Transaction#clearOutputs
10 years ago
Braydon Fuller
85dd29e576
Merge pull request #1227 from fanatid/fix/inBrowser
remove inBrowser
10 years ago
Braydon Fuller
c251c2bfd1
Merge pull request #1226 from dskloet/refactor/get-serialization-error
Simplify transaction.getSerializationError()
10 years ago
Braydon Fuller
1c8ebc0eb5
Simplify version guard
- Updated index.js test to run in Node.js and browsers
- Simplified message and clarified case where two of the same versions would conflict
10 years ago
Patrick Nagurny
83103cb5e2
Merge pull request #1239 from braydonf/bug/getdata
Added test case for an empty OP_RETURN for script.getData() Fixes #1237
10 years ago
Braydon Fuller
7723dd302a
Added test case for an empty OP_RETURN for script.getData() Fixes #1237
10 years ago
Kirill Fomichev
7e3993578c
improve guard for prevent more than one instance of bitcore
10 years ago
David de Kloet
99d8ac1957
Remove an unnecessary space.
10 years ago
David de Kloet
3d9560c0c5
Don't break lines at 80 characters.
10 years ago
David de Kloet
8a8412f04a
Don't break lines at 80 characters.
10 years ago
Manuel Araoz
8a13a22baf
add Transaction#clearOutputs
10 years ago
Braydon Fuller
5fe53ac36d
Bump package version to 0.12.5
10 years ago
Patrick Nagurny
796fbc2346
Merge pull request #1231 from braydonf/bug/output-to-script
Handling Invalid Output Scripts. Closes #1230
10 years ago
Braydon Fuller
458abe069e
Fixed issue with handling invalid output scripts
- Changed toObject serialization to always use a hexa string for a script
- Updated inspect method to handle a null script
- Roundtrip toObject/fromObject with an invalid script
- Additional test coverage for Output
10 years ago
Braydon Fuller
0dbd9db0ea
Merge pull request #1233 from carnesen/typo
Typo "formated"
10 years ago
Chris Arnesen
ec2d726e49
typo "formated"
10 years ago