Justin Langston
|
026ddb4d39
|
Merge branch 'micahriggan-feature/buffer-performance'
|
7 years ago |
Justin Langston
|
8ddec3e5ee
|
Merge branch 'feature/buffer-performance' of git://github.com/micahriggan/bitcore-lib into micahriggan-feature/buffer-performance
|
7 years ago |
Justin Langston
|
0064012e1a
|
Merge branch 'braydonf-segwit'
|
7 years ago |
Justin Langston
|
5dbd275677
|
Merge branch 'segwit' of git://github.com/braydonf/btcjs into braydonf-segwit
|
7 years ago |
Micah Riggan
|
dc5185544c
|
Removing hash cache
|
7 years ago |
Micah Riggan
|
103f4724e1
|
Keeping track of length, with es5 reduce
|
7 years ago |
Micah Riggan
|
083b993c79
|
Buffer writer keeps track of total length of buffer
|
7 years ago |
Micah Riggan
|
4195d552da
|
reverting bitcore-lib
|
7 years ago |
Micah Riggan
|
1186be59dc
|
Removing deprecated new Buffer()
|
7 years ago |
Micah Riggan
|
df5fcf2332
|
Switching deprecated buffer constructor to use Buffer.from
|
7 years ago |
Matias Alejo Garcia
|
062baa94fa
|
Delete package-lock.json
|
7 years ago |
Matias Alejo Garcia
|
75ef027dde
|
Merge pull request #168 from matiu/ref/re-add-version-guard
Ref/re add version guard
|
7 years ago |
Matias Alejo Garcia
|
b1bbd00ad6
|
fix tests
|
7 years ago |
Matias Alejo Garcia
|
1ad48c1382
|
back to version 0.15
|
7 years ago |
Matias Alejo Garcia
|
73a8c83b5e
|
add versionGuard tests
|
7 years ago |
Matias Alejo Garcia
|
eee3874717
|
Merge pull request #92 from Fi3/feature/merkleblock-add-txsThatMatchFilter
Feature/merkleblock add txs that match filter
|
7 years ago |
Matias Alejo Garcia
|
ee61039f50
|
Merge pull request #19 from braydonf/pushdata1
Script: Account for reverseMap name inconsistencies
|
7 years ago |
Matias Alejo Garcia
|
75c056f3cc
|
Merge pull request #10 from fanatid/fix/Script
fix Script.set
|
7 years ago |
Matias Alejo Garcia
|
2b451cc59e
|
Merge pull request #166 from rude9/1.0.0
1.0.0
|
7 years ago |
Chris Kleeschulte
|
484683f854
|
Merge branch 'ref/deps-updats'
|
7 years ago |
Matias Alejo Garcia
|
f1b13b7ba2
|
add missing dep bs58
|
7 years ago |
Matias Alejo Garcia
|
c3c978c006
|
update bitcore-build
|
7 years ago |
Matias Alejo Garcia
|
1f2e3a35ea
|
fix tests / error messages
|
7 years ago |
Matias Alejo Garcia
|
4088499b54
|
updates to bn.js new api... umod = mod
|
7 years ago |
Matias Alejo Garcia
|
85be36114a
|
more lodash aliases
|
7 years ago |
Matias Alejo Garcia
|
88e76bd0dd
|
lodash fixes
|
7 years ago |
Matias Alejo Garcia
|
b061bed17c
|
WIP: updates lodash, bn and elliptic
|
7 years ago |
Jason Dreyzehner
|
bce9b83f50
|
chore(release): 5.0.0-beta.1
|
8 years ago |
Jason Dreyzehner
|
024cbcdf88
|
test: update tests
|
8 years ago |
Jason Dreyzehner
|
e622ab2186
|
refactor(initialization): remove version guard
|
8 years ago |
Matias Alejo Garcia
|
7b272e0171
|
Merge pull request #126 from jgarzik/2017_browserify_fix
Directly use Buffer.isBuffer (Cordova, RN workaround)
|
8 years ago |
Matias Alejo Garcia
|
a8cc5ae480
|
Merge pull request #83 from braydonf/docs-serialization
transaction: update serialization skip docs
|
8 years ago |
Matias Alejo Garcia
|
f50553287e
|
Update .travis.yml
|
8 years ago |
Matias Alejo Garcia
|
87c8839125
|
Update .travis.yml
|
8 years ago |
Jeff Garzik
|
68a79e3454
|
lib/util/preconditions: Directly use Buffer.isBuffer (Cordova, RN workaround)
Using "./buffer" fails on some browserify-esque platforms
such as Cordova and React.Native.
Fixes #108
|
8 years ago |
Chris Kleeschulte
|
282c17a116
|
Adjusted documentation version.
|
8 years ago |
Chris Kleeschulte
|
2b5b486ee9
|
Bumped version and copyright end year.
|
8 years ago |
Chris Kleeschulte
|
3f83ff625d
|
Merge branch 'update/higherDefaultFees'
|
8 years ago |
Gabe Gattis
|
50e7d24a9c
|
fix tests
|
8 years ago |
Gabe Gattis
|
cc764dbc2a
|
use higher default FEE_PER_KB and FEE_SECURITY_MARGIN
|
8 years ago |
Chris Kleeschulte
|
421f8c9757
|
Merge pull request #116 from gabegattis/bip32-compliance
Bip32 compliance-round3
|
8 years ago |
Chris Kleeschulte
|
ed026854b2
|
Merge pull request #117 from gabegattis/remove-hdkeycache
remove hdkeycache
|
8 years ago |
Braydon Fuller
|
559520abc3
|
Bitcoin core tests for witness uncompressed public keys
|
9 years ago |
Braydon Fuller
|
2bc76b1570
|
Unit test coverage for script interpreter verifyWitnessProgram
|
9 years ago |
Braydon Fuller
|
09346a5dd2
|
Remove currently unused function witnessSignatureOperationsCount
|
9 years ago |
Braydon Fuller
|
0007ffb8ed
|
Add unit tests for isWitnessProgram
|
9 years ago |
Braydon Fuller
|
d40752ca94
|
Add more tests from bitcoin core
From commit bitcoin core 0.13.0 commit: a402396dce64c42ea73535b7dde4a9164d430438
In the file: src/test/transaction_tests.cpp
- pay-to-compressed publickey (v0)
- p2sh witness pay-to-compressed pubkey (v0)
- witness 2-of-2 multisig
- p2sh witness 2-of-2 multisig
|
9 years ago |
Braydon Fuller
|
cf5a760919
|
Add test for "Witness pay-to-compressed-pubkey (v0)"
Using this code in the test to get test data:
```
string TxHexStr(CTransaction tx)
{
CDataStream ssTx(SER_NETWORK, PROTOCOL_VERSION);
ssTx << tx;
std::string ssTxStr = ssTx.str();
return HexStr(ssTxStr);
}
std::cout << "scriptPubkey1: " + HexStr(scriptPubkey1) + "\n";
std::cout << "output1: " + TxHexStr(output1) + "\n";
```
From commit bitcoin core 0.13.0 commit: a402396dce64c42ea73535b7dde4a9164d430438
In the file: src/test/transaction_tests.cpp#L493
|
9 years ago |
Braydon Fuller
|
42b3dc93d0
|
Switch segnet to testnet
|
9 years ago |
Braydon Fuller
|
ce9d092a10
|
input: moved getSatoshisBuffer to general input
|
9 years ago |