Commit Graph

18 Commits

Author SHA1 Message Date
Matias Alejo Garcia f35c03544b replace tabs with 2 spaces using "expand" 2014-01-16 06:21:35 -03:00
Ryan X. Charles 71cd92d225 fix truncation error in parseValue 2013-12-18 20:08:52 -05:00
Stephen Pair 709b2903c1 remove dead code 2013-10-31 12:55:30 -04:00
Stephen Pair 467f0779f7 Merge branch 'master' of https://github.com/gasteve/node-libcoin
Conflicts:
	util/util.js
2013-10-31 12:44:22 -04:00
Stephen Pair f9e86a5e83 rework logging, remove some unused code 2013-10-31 12:40:06 -04:00
Jeff Garzik da5719249f util/util: helper parseValue() converts bitcoin decimals into bigint 2013-09-14 22:59:29 -04:00
Jeff Garzik b38863e4db util/util: remove buf64(), both incorrect and unnecessary 2013-09-13 15:32:35 -04:00
Stephen Pair 1fe60316a8 add encodedData.isValid() 2013-08-24 00:42:31 -04:00
Jeff Garzik 32859a8da8 Transaction: prefer to directly use a Buffer, where possible 2013-08-16 01:45:55 -04:00
Jeff Garzik e10afb7358 util: add varInt encoding helper 2013-08-16 00:56:29 -04:00
Jeff Garzik 5fdd7ded14 util/EncFile: wallet file format gains a trailing HMAC checksum
Standard security practice of encrypt-then-MAC.
2013-08-14 20:47:25 -04:00
Jeff Garzik 45f201c4da Add new modules: WalletKey (a key, as found in a Wallet) and time utils 2013-08-08 18:44:46 -04:00
Jeff Garzik 88664d2c8c Move varint, varstr parsing to BinaryParser for wider sharing of code. 2013-08-02 13:54:53 -04:00
Jeff Garzik 928c9a4518 EncFile: zlib not used 2013-08-01 15:21:04 -04:00
Jeff Garzik 90c5e84291 Add EncFile module, for encrypted wallet files 2013-08-01 14:28:26 -04:00
Stephen Pair a642114fb5 refactoring of Address 2013-07-10 13:03:05 -04:00
Stephen Pair ebddafcaa7 some more stuff...not complete yet 2013-07-09 17:45:21 -04:00
Stephen Pair 56a20ef25d bunch of interim (broken) stuff 2013-07-09 14:45:52 -04:00