src
|
Rename compiled binding to KeyModule.
|
2013-07-10 15:32:38 -04:00 |
test
|
Support compressed public keys in PrivateKey.js
|
2013-12-30 22:15:01 -05:00 |
util
|
fix truncation error in parseValue
|
2013-12-18 20:08:52 -05:00 |
.gitignore
|
eclipse file ignores
|
2014-01-06 12:11:53 -03:00 |
Address.js
|
refactoring of Address
|
2013-07-10 13:03:05 -04:00 |
Block.js
|
various small changes to bitcore
|
2014-01-08 15:25:49 -03:00 |
Bloom.js
|
Rough draft of bloom filter module
|
2013-07-11 16:07:32 -04:00 |
Buffers.monkey.js
|
add some needed monkey patches
|
2013-07-18 12:01:12 -04:00 |
Connection.js
|
various small changes to bitcore
|
2014-01-08 15:25:49 -03:00 |
Deserialize.js
|
Deserialize: fix unsigned bitwise math
|
2013-08-02 17:02:50 -04:00 |
Key.js
|
Add PrivateKey, Key classes. Update test to enc/dec private key test vectors.
|
2013-07-10 20:07:14 -04:00 |
LICENSE
|
bunch of interim (broken) stuff
|
2013-07-09 14:45:52 -04:00 |
Number.monkey.js
|
add some needed monkey patches
|
2013-07-18 12:01:12 -04:00 |
Opcode.js
|
bunch of interim (broken) stuff
|
2013-07-09 14:45:52 -04:00 |
Peer.js
|
bunch of interim (broken) stuff
|
2013-07-09 14:45:52 -04:00 |
PeerManager.js
|
rework logging, remove some unused code
|
2013-10-31 12:40:06 -04:00 |
PrivateKey.js
|
fix validate math error
|
2014-01-01 15:47:36 -05:00 |
README.md
|
Installation guide for Ubuntu added to README file.
|
2014-01-05 21:01:06 -03:00 |
RpcClient.js
|
Merge branch 'master' of https://github.com/gasteve/node-libcoin
|
2013-10-31 12:44:22 -04:00 |
SIN.js
|
SIN: spec updated magic number (prefix) to 0x0F
|
2013-08-17 01:10:54 -04:00 |
SINKey.js
|
Support SIN keys in wallets.
|
2013-08-17 01:11:23 -04:00 |
Script.js
|
must use new operator to make new Put
|
2014-01-06 15:25:12 -05:00 |
ScriptInterpreter.js
|
rework logging, remove some unused code
|
2013-10-31 12:40:06 -04:00 |
Sign.js
|
Sign: add support for signing ancient TX_PUBKEY transactions
|
2013-08-30 14:55:04 -04:00 |
Transaction.js
|
make transactions calculate their hash on parse
|
2014-01-10 14:12:23 -03:00 |
Wallet.js
|
Support SIN keys in wallets.
|
2013-08-17 01:11:23 -04:00 |
WalletKey.js
|
save private keys in base58 format
|
2014-01-01 15:41:47 -05:00 |
binding.gyp
|
Rename compiled binding to KeyModule.
|
2013-07-10 15:32:38 -04:00 |
config.js
|
some more stuff...not complete yet
|
2013-07-09 17:45:21 -04:00 |
const.js
|
various small changes to bitcore
|
2014-01-08 15:25:49 -03:00 |
networks.js
|
Bitcoin address tests, from bitcoin/bitcoin.git
|
2013-07-09 16:02:59 -04:00 |
package.json
|
add mocha to package.json
|
2013-12-18 17:13:25 -05:00 |
sin-test.js
|
Broken SIN stuff
|
2013-08-16 22:22:50 -04:00 |