Pavel Janík
e0862c0933
Reformat validateaddress help, add missing iswatchonly description.
2015-08-10 20:10:56 +02:00
Tom Harding
212bcca920
Add optional locktime to createrawtransaction
...
A non-zero locktime also causes input sequences to be set to
non-max, activating the locktime.
2015-08-10 10:23:59 -07:00
Evan Duffield
7ba7eec5b5
Disable masternode and budget cache
...
- It seems these might cause clients to get stuck in rare cases, plus we sync all of this information from the network when the client loads up anyway. I think it's best to disable these features and see if the clients stop getting stuck on random reboots.
2015-08-10 09:53:45 -07:00
Wladimir J. van der Laan
3eaaf71fe7
Merge pull request #6532
...
8778471
Update init doc to mention cookie authentication (fanquake)
2015-08-10 18:02:10 +02:00
fanquake
8778471dce
Update init doc to mention cookie authentication
2015-08-10 23:56:37 +08:00
Wladimir J. van der Laan
6bb28058d3
Merge pull request #6346
...
627468d
Add support for data-based outputs (OP_RETURN) to bitcoin-tx. (Pavel Janík)
d707853
Add OP_RETURN support in createrawtransaction RPC call, add tests. (Pavel Janík)
2015-08-10 17:53:07 +02:00
Wladimir J. van der Laan
0201a79299
Merge pull request #6512
...
fc25a87
Add note on relative paths, improve formatting (unsystemizer)
2015-08-10 17:46:49 +02:00
Wladimir J. van der Laan
6c1c7fdfd6
Merge pull request #6534
...
9493803
Revert "Revert "Assert on probable deadlocks if the second lock isnt try_lock"" (Cory Fields)
605433f
locks: don't lock cs_wallet before making rpc calls (Cory Fields)
2015-08-10 17:38:25 +02:00
Wladimir J. van der Laan
ce37a04ee0
Merge pull request #6538
...
69c3bde
Add some const declarations where they are appropriate. (Daniel Kraft)
2015-08-10 17:34:58 +02:00
evan82
527c47c277
Merge pull request #501 from UdjinM6/v0.12.0.x_mnb_bug
...
V0.12.0.x allow mnb to be checked again if issue is (possibly) on our side
2015-08-10 05:47:03 -07:00
evan82
0297da668b
Merge pull request #500 from UdjinM6/v0.12.0.x_DS_single_random_denom
...
V0.12.0.x Use single random denom in new DS session
2015-08-10 05:46:26 -07:00
Philip Kaufmann
be942def4b
[Qt] add verifySize() function to PaymentServer
...
- add static verifySize() function to PaymentServer and move the logging
on error into the function
- also use the new function in the unit test
- the function checks if the size is allowed as per BIP70
2015-08-10 14:12:15 +02:00
Philip Kaufmann
92684bb872
[Qt] minor optimisations in peertablemodel
...
- remove an unneeded include of net.h in peertablemodel.cpp
- add const after size() in PeerTablePriv
- remove 2x unneeded else in functions
- replace a (int) typecast by (QVariant) to use Qt style
- remove unneeded include of peertablemodel.h from rpcconsole.cpp
2015-08-10 14:11:25 +02:00
UdjinM6
0f428872b5
Merge pull request #502 from UdjinM6/v0.12.0.x_dsee_dseep
...
V0.12.0.x fix bug with dsee/dseep proto check
2015-08-10 13:34:09 +03:00
UdjinM6
81d96a2b52
fix bug with dsee/dseep proto check
2015-08-10 13:21:58 +03:00
evan82
4659a77bdc
Merge pull request #498 from UdjinM6/v0.12.0.x_dsee_dseep
...
V0.12.0.x do not add/update v12 MNs from dsee/dseep
2015-08-09 17:48:25 -07:00
UdjinM6
6b8c6b5c1a
allow mnb to be checked again if issue is (possibly) on our side
2015-08-10 03:38:00 +03:00
UdjinM6
4c3f04b834
do not add/update v12 MNs from dsee/dseep
2015-08-10 02:47:35 +03:00
UdjinM6
4046900499
Use single random denom in new DS session
2015-08-10 02:28:43 +03:00
evan82
7d00729177
Merge pull request #497 from UdjinM6/v0.12.0.x_dsee_dseep
...
V0.12.0.x fix bugs in v12 dsee/dseep
2015-08-09 15:46:04 -07:00
Evan Duffield
fc5be7e363
version bump
2015-08-09 15:44:10 -07:00
UdjinM6
e599928ed3
fix bugs in v12 dsee/dseep
2015-08-10 01:32:09 +03:00
Evan Duffield
1d54f4127b
disable superblock spork
2015-08-09 10:49:14 -07:00
evan82
d54d64d5d0
Merge pull request #496 from UdjinM6/v0.12.0.x_locks_fixes
...
V0.12.0.x locks fixes
2015-08-09 07:48:57 -07:00
evan82
d6ab60b332
Merge pull request #495 from UdjinM6/v0.12.0.x_default_spork_off
...
V0.12.0.x bump time for sporks 8-10 to be off by default
2015-08-09 07:48:29 -07:00
evan82
fd3f505bd9
Merge pull request #494 from UdjinM6/v0.12.0.x_dsee_dseep
...
V0.12.0.x support old masternodes (dsee/dseep)
2015-08-09 07:47:39 -07:00
UdjinM6
5bd997f255
more dsee/dseep for migration:
...
- inject our node in old masrternodes' list / ping accordingly
- ignore dsee/dseep after SPORK_10_MASTERNODE_PAY_UPDATED_NODES is activated
2015-08-09 16:17:19 +03:00
UdjinM6
ba37415328
support old masternodes
2015-08-09 04:07:58 +03:00
UdjinM6
b743112d57
bump time for sporks 8-10 to be off by default
2015-08-09 03:27:38 +03:00
UdjinM6
84264b0327
millisleep 10->50 on trylock+wait
2015-08-09 00:48:09 +03:00
UdjinM6
17a2587bf1
more trylock+wait: rpc, GetHeight
2015-08-09 00:46:42 +03:00
Evan Duffield
e8ba7328f0
Clear seen on boot and everyday
2015-08-08 13:56:12 -07:00
Evan Duffield
7d51866b9d
more debugging for incr sync
2015-08-08 13:24:47 -07:00
Evan Duffield
8e5c8d13d0
fix rpccommand fin budget getvotes
2015-08-08 13:10:38 -07:00
Evan Duffield
80495361f3
incremental sync with our peers
2015-08-08 13:04:25 -07:00
Evan Duffield
91bd9c7cf0
fValid for mnfinalbudget
2015-08-08 12:35:28 -07:00
Evan Duffield
2f63f98e50
Add sync mode for budget processing
2015-08-08 12:29:31 -07:00
Evan Duffield
9151acdd92
Merge branch 'v0.12.0.x' of https://github.com/dashpay/dash into v0.12.0.x
2015-08-08 11:31:42 -07:00
Evan Duffield
ed9e287ce8
changed block cycle
2015-08-08 11:31:23 -07:00
evan82
b67d049fb8
Merge pull request #491 from UdjinM6/v0.12.0.x_locks_fixes
...
(WIP) V0.12.0.x Locks fixes
2015-08-08 11:11:37 -07:00
evan82
d5f70626c9
Merge pull request #493 from UdjinM6/v0.12.0.x_mnconf_comments
...
V0.12.0.x recognize comments in masternode.conf / write initial file
2015-08-08 11:10:47 -07:00
evan82
2f479e45db
Merge pull request #492 from UdjinM6/v0.12.0.x_mncheck
...
V0.12.0.x set a cooldown for MN check
2015-08-08 11:10:38 -07:00
Evan Duffield
bed645ff9e
version bump
2015-08-08 11:09:00 -07:00
Evan Duffield
25750983b0
change superblocks to every 600 blocks
2015-08-08 11:08:00 -07:00
Evan Duffield
dde2b2667a
add getvotes for fin bual budget
2015-08-08 10:36:01 -07:00
UdjinM6
e4677275a2
limit scope of cs_wallet in PrepareDarksendDenominate
2015-08-08 20:11:20 +03:00
Matt Corallo
d04285430d
SQUASH "Implement watchonly support in fundrawtransaction"
2015-08-08 09:30:53 -07:00
Matt Corallo
428a898acd
SQUASH "Add have-pubkey distinction to ISMINE flags"
2015-08-08 09:30:53 -07:00
Daniel Kraft
69c3bde448
Add some const declarations where they are appropriate.
...
Declare some arguments of functions as "const" pointers where they are
not meant to be modified.
2015-08-08 18:18:41 +02:00
UdjinM6
47b16bab5f
recognize comments in masternode.conf / write initial file
2015-08-08 13:49:55 +03:00