Emilio Almansi
97cd3913e0
Revert "Merge pull request #160 from matiu/cash"
This reverts commit b5c4f76799
, reversing
changes made to 5feb9e547c
.
7 years ago
matiu
1b844080ff
change versionGuard message
7 years ago
Matias Alejo Garcia
8672f93f89
bitcoreCash version guard
8 years ago
Gabe Gattis
7cdee7d1a5
remove hdkeycache
8 years ago
Gabe Gattis
a9aeada69e
remove hdkeycache
8 years ago
Braydon Fuller
1746009546
Name changes for version guard message.
9 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
Kirill Fomichev
7e3993578c
improve guard for prevent more than one instance of bitcore
10 years ago
Manuel Araoz
a49f0f1c4e
fix version check
10 years ago
eordano
17910c69df
Add guard to prevent more than one instance of bitcore
10 years ago
William Wolf
a32d8dbab8
Add block/index.js
10 years ago
William Wolf
4b601c3711
Move block.js and blockheader.js into lib/block/
10 years ago
William Wolf
29c18e22f0
Add lib/block/merkleblock.js
10 years ago
Esteban Ordano
54efd6b213
Expose lodash
10 years ago
Esteban Ordano
291df1ae30
Transaction: expose the sighash namespace
10 years ago
Esteban Ordano
94b20e66d2
Drop transport require
10 years ago
Esteban Ordano
ca1d8e9eeb
Drop payment protocol submodule
10 years ago
Trevin Hofmann
53a9a80e0d
Add version member to bitcore object
var bitcore = require('bitcore');
console.log(bitcore.version);
// prints 'v0.8.6'
10 years ago
Esteban Ordano
7fe17e1699
Move explorers inside transport
10 years ago
Esteban Ordano
11975bc0df
Rename UTXO to Transaction.UnspentOutput
10 years ago
Esteban Ordano
1cf108ab47
Add tests for UTXO
10 years ago
Esteban Ordano
476f009b4d
Add Insight and UTXO class
10 years ago
Esteban Ordano
ce94626908
Move: Script and Interpreter into subfolder
10 years ago
Esteban Ordano
d4b8c4adc6
Remove globals
10 years ago
Manuel Araoz
639ef5e45f
add script_interpreter
10 years ago
Braydon Fuller
1a1d63321a
Transport: Added a peer pool to maintain a set of connected peers
10 years ago
Manuel Araoz
bb8373ead7
remove script_interpreter for partial commit
10 years ago
Manuel Araoz
3775d3c08a
fix tests for preconditions
10 years ago
Manuel Araoz
7ee9601d8a
starting with script_interpreter
10 years ago
Yemel Jardi
9ce450c142
Remove old tests
10 years ago
Yemel Jardi
a9e54a7856
Progress on sending and receiving messages
10 years ago
Yemel Jardi
a1e8f3c596
Add transport/peermanager class
10 years ago
Yemel Jardi
4faa1a4a46
Add transport/peer class
10 years ago
Yemel Jardi
f1d2009418
Add transport/connection class
10 years ago
Esteban Ordano
5c974a8ef2
Refactor transaction to match new API
* Refactor transaction into a different subfolder
* Added a lot of tests for sighash and transaction serialization (from
reddit's and Ryan X. Charles' `fullnode`)
* Drop "only" from sighash tests and consolidate logs
10 years ago
Braydon Fuller
5d1da9802c
Block: Added validation of proof of work, merkle tree and other interface changes. Closes #601
10 years ago
Braydon Fuller
64c0d5f942
Payment Protocol: Restore and reorganize files for payment protocol.
10 years ago
Yemel Jardi
c9951be2dc
Base URI class and tests
10 years ago
Yemel Jardi
69aec2fd4d
sort requires on index
10 years ago
Yemel Jardi
d978160ddb
Utility for unit conversion
10 years ago
Esteban Ordano
865a69f6f2
add testing for key cache
10 years ago
Esteban Ordano
13fd2592fc
Add autogenerated errors
10 years ago
Esteban Ordano
a2a51ecc0c
Fix style: move each static function to an appropiate namespace
10 years ago
Esteban Ordano
edc5b24d69
100% test coverage for HDPrivateKey
10 years ago
Esteban Ordano
950ea6ed1a
Add public key
10 years ago
Esteban Ordano
ad74b549a1
Fixes interfaces
10 years ago
Manuel Araoz
1f3d7d9872
move Signature to crypto/
10 years ago
Esteban Ordano
4b201a8db1
Replace grunt with gulp
10 years ago
Braydon Fuller
85ce140aeb
Keys: Renamed Privkey to PrivateKey and Pubkey to PublicKey
10 years ago
Braydon Fuller
23c1ed3599
Keys: Refactored to use Pubkey and Privkey and removed Keypair
10 years ago