Linus Unnebäck
3da6fe899f
cleanup after removal of soop
Removed some unnecessary parenthesise that hung around after the merge
of #417
11 years ago
Manuel Araoz
0e2df698cd
fix SIN and add tests
11 years ago
Manuel Araoz
87b818badf
remove soop exports
11 years ago
Manuel Araoz
557e9ae2a4
use node util.inherits
11 years ago
Manuel Araoz
6e346d067c
remove soop imports
11 years ago
Manuel Araoz
cd7eae8359
remove soop inheritance system
11 years ago
Ryan X. Charles
ca67786a77
ran js-beautify on all bitcore source
js-beautify -s 2 -r *.js
...did not run on bundles, only on source.
11 years ago
Ryan X. Charles
75d2d0d390
fix issues with ConnectionTor example and Connection class
11 years ago
Ryan X. Charles
ba692aaa20
add new SecureRandom class that does the right thing
Generating random numbers properly depends on the platform. The new
getRandomBuffer method does the right thing on the right platform. It will
sometimes fail due to insufficient entropy. The getPseudoRandomBuffer class is
also provided that will never fail, but it is not cryptographically secure and
should not be used for keys.
11 years ago
Eric Martindale
a2d616da5b
Project reorganization.
11 years ago
Eric Martindale
f3b1c2d292
Cleanup main directory.
11 years ago
olalonde
ab18a46803
Connection: Replaced 0000... with util.NULL_HASH
11 years ago
olalonde
9d53ef5106
Connection: default value for sendGetBlocks
11 years ago
Gordon Hall
b23f3c8088
add support for connecting over tor, remove seedlist class (for now)
11 years ago
Matias Alejo Garcia
c0c325dabd
all classes working with soop and test passing
11 years ago
Manuel Araoz
4da3285930
fix toHex use
11 years ago
Manuel Araoz
0096238004
migrating buffertools compare method and test
11 years ago
Matias Alejo Garcia
b308609ae6
add reject message handler
11 years ago
Matias Alejo Garcia
f35c03544b
replace tabs with 2 spaces using "expand"
11 years ago
Matias Alejo Garcia
3674a66d11
remove duplicate require
11 years ago
Manuel Araoz
b3f36c3e72
various small changes to bitcore
11 years ago
Stephen Pair
f9e86a5e83
rework logging, remove some unused code
11 years ago
Jeff Garzik
5b69342356
Connection, const: add bits necessary for getheaders/headers
12 years ago
Jeff Garzik
420773ac39
Connection: parse TXs, blocks via their object parsers.
12 years ago
Jeff Garzik
88664d2c8c
Move varint, varstr parsing to BinaryParser for wider sharing of code.
12 years ago
Stephen Pair
c9ab03312a
add some needed monkey patches
12 years ago
Stephen Pair
ebddafcaa7
some more stuff...not complete yet
12 years ago