Daniel Cousens
|
8f7f50d555
|
Removes deprecated ECKey.export function
|
2014-03-29 18:12:02 +11:00 |
|
Daniel Cousens
|
373f668562
|
Adds version support to Message.verifyMessage
|
2014-03-28 16:44:00 +11:00 |
|
Wei Lu
|
a1c80b8f51
|
minor cleanup of wallet.sign
|
2014-03-28 11:32:15 +08:00 |
|
Wei Lu
|
0ce14a7c84
|
Merge pull request #96 from ralphtheninja/master
cleaned up address.js and util.js
|
2014-03-28 10:01:26 +08:00 |
|
lms
|
98aeb47c6f
|
cleaned up address.js
|
2014-03-27 23:11:04 +01:00 |
|
Kyle Drake
|
275d5509dc
|
Merge pull request #98 from symaxian/master
Cleaning up message.js
|
2014-03-27 13:59:29 -07:00 |
|
Jonathon Reesor
|
096f8c982e
|
Cleaning up message.js
|
2014-03-26 21:00:08 -04:00 |
|
Kyle Drake
|
2f5b302288
|
Merge pull request #97 from dcousens/reverseVarInt
Adds varIntToNum conversion function
|
2014-03-26 16:20:58 -07:00 |
|
Wei Lu
|
39c181dce6
|
allow fee to be set to zero
|
2014-03-26 20:20:58 +08:00 |
|
Wei Lu
|
4d4388f6bf
|
make wallet async functions truly async
|
2014-03-26 20:05:13 +08:00 |
|
Daniel Cousens
|
63dd7c7dec
|
Now uses varIntToNum
|
2014-03-26 19:11:37 +11:00 |
|
Daniel Cousens
|
20599f66c9
|
Adds varIntToNum conversion function
|
2014-03-26 18:30:17 +11:00 |
|
Wei Lu
|
8d2525dba1
|
allow feePerKb to be set to zero
|
2014-03-26 08:43:34 +08:00 |
|
Wei Lu
|
68b08b638a
|
add async version of createTx
|
2014-03-26 08:43:33 +08:00 |
|
Wei Lu
|
f7d4895b74
|
add async version of setUnspentOutputs
|
2014-03-26 08:43:33 +08:00 |
|
Wei Lu
|
83db6483fa
|
remove unnecessary imports from wallet
|
2014-03-26 08:43:33 +08:00 |
|
Wei Lu
|
75218e784f
|
Transaction fee calculation does not need BigInteger
|
2014-03-26 08:43:33 +08:00 |
|
Wei Lu
|
7bfa6ab9d2
|
remove scriptPubKey from wallet.outputs, set/get unspent outputs as it is unused
|
2014-03-26 08:43:33 +08:00 |
|
Wei Lu
|
7bd312de71
|
get rid of magic numbers in fee estimation
|
2014-03-26 08:43:33 +08:00 |
|
Wei Lu
|
58ab0b631e
|
getBalance returns total unspent
|
2014-03-26 08:43:33 +08:00 |
|
Wei Lu
|
9fc5505730
|
getUnspentOutputs excludes spent outputs
|
2014-03-26 08:43:33 +08:00 |
|
Wei Lu
|
77b5d1ee21
|
getCandidateOuputs ignores spent outputs
|
2014-03-26 08:43:33 +08:00 |
|
Wei Lu
|
2501868f52
|
remove old methods
|
2014-03-26 08:43:32 +08:00 |
|
Wei Lu
|
471bc7ed97
|
skip change if it is not above dust threshold
|
2014-03-26 08:43:32 +08:00 |
|
Wei Lu
|
90921798cf
|
throws error on insufficient fund
|
2014-03-26 08:43:32 +08:00 |
|
Wei Lu
|
7c81bfef72
|
check for dust before creating transaction
|
2014-03-26 08:43:32 +08:00 |
|
Wei Lu
|
913b48e87f
|
sign tx
|
2014-03-26 08:43:32 +08:00 |
|
Wei Lu
|
8f0413da98
|
always assume change output exists when estimating fee
|
2014-03-26 08:43:32 +08:00 |
|
Wei Lu
|
2dc0f69d00
|
createTX returns tx with expected inputs and outputs
|
2014-03-26 08:43:32 +08:00 |
|
Wei Lu
|
3d12d3b038
|
implement and use txOut.scriptPubKey
|
2014-03-26 08:43:32 +08:00 |
|
Wei Lu
|
5d79b094d4
|
remove processOutput and processExistingOutput
instead of processOutput, use processTx instead
processExistingOutput is time based which is not reliable
|
2014-03-26 08:43:32 +08:00 |
|
Wei Lu
|
b7d65fb757
|
Transaction is able to estimate fees
|
2014-03-26 08:43:31 +08:00 |
|
Wei Lu
|
e574693594
|
wallet.outputs[0].output -> wallet.outputs[0].receive
output is overloaded. Considering we have output.spend, output.receive makes sense to me
|
2014-03-26 08:43:31 +08:00 |
|
Wei Lu
|
dbb5681366
|
add tests and refactor wallet.processTx
|
2014-03-26 08:43:31 +08:00 |
|
Wei Lu
|
83381186d1
|
add (some) fromAddress and getInType tests to script
|
2014-03-26 08:43:31 +08:00 |
|
Wei Lu
|
c3880c0cdf
|
script.toAddress -> script.getToAddress
|
2014-03-26 08:43:31 +08:00 |
|
Wei Lu
|
c39aa6cb07
|
minor refactoring
|
2014-03-26 08:42:35 +08:00 |
|
Wei Lu
|
01dc34d720
|
throw error when unspent output does not have required keys
|
2014-03-26 08:42:35 +08:00 |
|
Wei Lu
|
26afbccc98
|
wallet allows setting unspent outputs
|
2014-03-26 08:42:35 +08:00 |
|
Wei Lu
|
16dc68cbaa
|
wallet exposes unspent outputs via a getter
also add reverseEndian method to convert
|
2014-03-26 08:42:35 +08:00 |
|
Daniel Cousens
|
164d31ee3d
|
VarInt now uses correct prefix for 64-bit
|
2014-03-25 17:23:01 +11:00 |
|
Kyle Drake
|
a74c878b59
|
merge eckeyoutput
|
2014-03-24 15:11:34 -07:00 |
|
Kyle Drake
|
d16ea7f2a6
|
Merge pull request #89 from Dcousens/eckeyfnc
Adds ECPubKey.verify and tests for ECKey signing
|
2014-03-24 15:03:51 -07:00 |
|
Daniel Cousens
|
f1414b0d2f
|
Adds verify to ECPubKey
|
2014-03-25 03:42:10 +11:00 |
|
Daniel Cousens
|
a96dfea1f4
|
Adds compression flag to toHex/toBin and tests
|
2014-03-25 03:41:44 +11:00 |
|
Daniel Cousens
|
f8de9a66da
|
Changes indentation to 2 spaces
|
2014-03-24 16:18:02 +11:00 |
|
Daniel Cousens
|
fc2c495337
|
Standardizes function signatures
|
2014-03-24 16:18:00 +11:00 |
|
Daniel Cousens
|
36af0223de
|
Strict comparison operators with 0
|
2014-03-24 06:22:26 +11:00 |
|
Daniel Cousens
|
a062297be2
|
Uses Array.prototype.foreach for stricter scoping
|
2014-03-24 06:22:26 +11:00 |
|
Daniel Cousens
|
87453f1828
|
Fixes variable redeclarations
|
2014-03-24 06:22:26 +11:00 |
|