You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Stephen Pair
d9ebb205a4
Merge pull request #21 from jgarzik/wallet-obj
Add Wallet class
|
12 years ago |
src
|
Rename compiled binding to KeyModule.
|
12 years ago |
test
|
test/basic: verify our addr/privkey checks properly fail on invalid-data tests
|
12 years ago |
util
|
Move varint, varstr parsing to BinaryParser for wider sharing of code.
|
12 years ago |
.gitignore
|
minor update to RpcClient
|
12 years ago |
Address.js
|
refactoring of Address
|
12 years ago |
Block.js
|
Block, Transaction: de-serialize via BinaryParser
|
12 years ago |
Bloom.js
|
Rough draft of bloom filter module
|
12 years ago |
Buffers.monkey.js
|
add some needed monkey patches
|
12 years ago |
Connection.js
|
Connection, const: add bits necessary for getheaders/headers
|
12 years ago |
Deserialize.js
|
Deserialize: fix unsigned bitwise math
|
12 years ago |
Key.js
|
Add PrivateKey, Key classes. Update test to enc/dec private key test vectors.
|
12 years ago |
LICENSE
|
bunch of interim (broken) stuff
|
12 years ago |
Number.monkey.js
|
add some needed monkey patches
|
12 years ago |
Opcode.js
|
bunch of interim (broken) stuff
|
12 years ago |
Peer.js
|
bunch of interim (broken) stuff
|
12 years ago |
PeerManager.js
|
some more stuff...not complete yet
|
12 years ago |
PrivateKey.js
|
Add PrivateKey, Key classes. Update test to enc/dec private key test vectors.
|
12 years ago |
README.md
|
initial commit
|
12 years ago |
RpcClient.js
|
Merge branch 'master' of github.com:gasteve/node-libcoin
|
12 years ago |
Script.js
|
Block, Script, ScriptInterpreter: capitalize deps for new libcoin names
|
12 years ago |
ScriptInterpreter.js
|
Block, Script, ScriptInterpreter: capitalize deps for new libcoin names
|
12 years ago |
Transaction.js
|
Block, Transaction: de-serialize via BinaryParser
|
12 years ago |
Wallet.js
|
Add Wallet object (required by wally, and soon txtool)
|
12 years ago |
binding.gyp
|
Rename compiled binding to KeyModule.
|
12 years ago |
config.js
|
some more stuff...not complete yet
|
12 years ago |
const.js
|
Connection, const: add bits necessary for getheaders/headers
|
12 years ago |
networks.js
|
Bitcoin address tests, from bitcoin/bitcoin.git
|
12 years ago |
package.json
|
package.json: require recent buffers module
|
12 years ago |
libcoin
Nodejs Bitcoin Library