jl777
|
891b2e16b6
|
)
|
2016-09-14 05:29:57 -03:00 |
|
jl777
|
f211fbb32a
|
skip command
|
2016-09-14 05:29:06 -03:00 |
|
jl777
|
07eff10791
|
syntax
|
2016-09-14 05:25:07 -03:00 |
|
jl777
|
d2451560a2
|
ss.str()
|
2016-09-14 05:23:57 -03:00 |
|
jl777
|
0217d91cd2
|
ToString
|
2016-09-14 05:22:33 -03:00 |
|
jl777
|
9fc05259a7
|
syntax
|
2016-09-14 05:21:26 -03:00 |
|
jl777
|
93b5c955d4
|
fix syntax
|
2016-09-14 05:17:26 -03:00 |
|
jl777
|
1fb0786301
|
syntax
|
2016-09-14 05:14:32 -03:00 |
|
jl777
|
fcd361184f
|
komodo message hooks
|
2016-09-14 05:12:12 -03:00 |
|
jl777
|
f03d63720c
|
reduce allowed future timestamp 2hrs -> 10 min
|
2016-09-14 04:20:11 -03:00 |
|
jl777
|
f333b7b9e9
|
ICO allocation
|
2016-09-13 16:14:36 -03:00 |
|
jl777
|
1a32177712
|
PoS block
|
2016-09-13 15:51:25 -03:00 |
|
jl777
|
3a02f67bf3
|
coin supply, rewards
|
2016-09-13 15:04:42 -03:00 |
|
jl777
|
684eb8d626
|
test
|
2016-09-13 14:36:32 -03:00 |
|
jl777
|
11db2ca24c
|
skip minpeers
|
2016-09-13 14:33:21 -03:00 |
|
jl777
|
e725f1cbf1
|
test
|
2016-09-13 14:28:23 -03:00 |
|
jl777
|
f3ae714c95
|
qt
|
2016-09-13 13:57:57 -03:00 |
|
jl777
|
94cc76bf6c
|
fix rpc ports
|
2016-09-13 13:22:54 -03:00 |
|
jl777
|
5166804f02
|
komodo strings
|
2016-09-13 13:03:02 -03:00 |
|
jl777
|
202856091f
|
1 minute blocks
|
2016-09-13 12:14:10 -03:00 |
|
jl777
|
3090f2a15b
|
change chain params
|
2016-09-13 12:09:42 -03:00 |
|
Sean Bowe
|
80259d4b4f
|
Add release notes for 1.0.0-beta1.
|
2016-09-09 00:41:41 -06:00 |
|
Sean Bowe
|
88188dc2a3
|
Update pchMessageStart and add testnet DNS boostrapper.
|
2016-09-09 00:37:49 -06:00 |
|
Sean Bowe
|
f11099e2f0
|
Change version to 1.0.0. This is just a beta.
|
2016-09-09 00:33:20 -06:00 |
|
Jack Grigg
|
48bb727d8a
|
Remove .z# suffix from version
|
2016-09-09 00:22:18 -06:00 |
|
Simon
|
b11bb0e26a
|
Replace GetTxid() with GetHash()
|
2016-09-08 21:54:34 -07:00 |
|
Simon
|
6114cfe767
|
Improve check that user supplied memo field is too long.
|
2016-09-08 21:46:15 -07:00 |
|
Simon
|
e79ded8a47
|
Remove line of commented out code we don't need
|
2016-09-08 21:46:15 -07:00 |
|
Simon
|
dfc0080d06
|
Update comment with ticket issue number
|
2016-09-08 21:46:15 -07:00 |
|
Simon
|
1eb8789789
|
Add assert
|
2016-09-08 21:46:15 -07:00 |
|
Simon
|
ed42053a6c
|
Fix formatting
|
2016-09-08 21:46:15 -07:00 |
|
Simon
|
2ad0b7bfe2
|
Use zcash constants
|
2016-09-08 21:46:15 -07:00 |
|
Simon
|
b99d4f9b17
|
Improve error reporting when attempting to spend coinbase utxos.
|
2016-09-08 21:46:15 -07:00 |
|
Simon
|
9fb18458e8
|
Add assert for two mutually exclusive member variables.
|
2016-09-08 21:46:15 -07:00 |
|
Simon
|
cc59ac12a9
|
Add ticket number to issues raised in comment.
|
2016-09-08 21:46:15 -07:00 |
|
Simon
|
00edda4ac6
|
Remove unused varible.
|
2016-09-08 21:46:15 -07:00 |
|
Simon
|
e2574666f6
|
Add lock for member variables.
Clean up and clarify that id_ and creation_time_ are never to be mutated anywhere.
Fix incomplete copy/assignment constructors.
|
2016-09-08 21:46:15 -07:00 |
|
Simon
|
da5e7e5185
|
Formatting and updated test per review.
|
2016-09-08 21:46:15 -07:00 |
|
Simon
|
03812fefe4
|
Fix incorrect default value for argument of GetFilteredNotes.
|
2016-09-08 21:46:15 -07:00 |
|
Simon
|
a101ef7979
|
Update log statement to include fee.
|
2016-09-08 21:46:15 -07:00 |
|
Simon
|
9bdad43462
|
Fix formatting
|
2016-09-08 21:46:15 -07:00 |
|
Simon
|
e883ffef91
|
Add test for calling RPC z_getbalance, z_gettotalbalance, z_listreceivedbyaddress with invalid parameters.
|
2016-09-08 21:46:15 -07:00 |
|
Simon
|
12448b6457
|
Add extra RPC parameter checks for minconf<0 and zaddr not belonging to wallet.
|
2016-09-08 21:46:15 -07:00 |
|
Simon
|
5e363861e0
|
Replace unique_lock with lock_guard, where appropriate, for consistency
|
2016-09-08 21:46:15 -07:00 |
|
Simon
|
a50fd5fdb7
|
Add lock guard to getNumberOfWorkers()
|
2016-09-08 21:46:15 -07:00 |
|
Simon
|
e91048f28d
|
Fix formatting
|
2016-09-08 21:46:15 -07:00 |
|
Simon
|
69a4cb448a
|
Move lock guard to start of addOperation to protect isClosed() and isFinishing()
|
2016-09-08 21:46:15 -07:00 |
|
Simon
|
61ea2abaf5
|
Update formatting and documentation.
|
2016-09-08 21:46:15 -07:00 |
|
Simon
|
ca0ec80b4c
|
Add 'DEPRECATED' to help message of zcraw* commands
|
2016-09-08 21:46:15 -07:00 |
|
Simon
|
6c41028f7c
|
Add z_listreceivedbyaddress RPC call
|
2016-09-08 21:46:15 -07:00 |
|