Commit graph

10 commits

Author SHA1 Message Date
Stefan Thomas 90c30f248e Moved wallet loading out of bitcoinjs-lib. 2011-08-18 05:00:35 +01:00
Stefan Thomas 9fee035c58 Added utility function for TransactionDatabase reset. 2011-08-18 04:57:58 +01:00
Stefan Thomas 27ceffaee3 Split getDescription() into two functions. 2011-08-18 04:57:29 +01:00
Stefan Thomas 8b32d43335 Moved sources into src/ subdirectory. 2011-08-11 18:35:23 +01:00
Stefan Thomas 5cd49a1c89 Removed debug statements. 2011-07-01 14:17:42 +01:00
Stefan Thomas 708ada61fa Removed a debug statement. 2011-05-08 14:40:42 +01:00
Stefan Thomas 27ec74ba8a Fixed all cases of unsafe BigInteger <-> byte[] conversion.
The BigInteger class we're using supports negative integers and
encodes them with a sign bit. Since in our application we are dealing
with unsigned integers only, we need to disable this functionality by
creating two wrapper functions toByteArrayUnsigned and
fromByteArrayUnsigned.
2011-05-08 14:36:11 +01:00
Stefan Thomas a4de03af4d Make the version byte a parameter. 2011-05-08 11:48:54 +01:00
Stefan Thomas 11eb59873e Added a basic README. 2011-05-06 00:08:46 +01:00
Stefan Thomas c0d740d2d4 Initial import 2011-05-04 17:02:56 +01:00