Wladimir J. van der Laan
dc58258adf
Introduce REJECT_INTERNAL codes for local AcceptToMempool errors
...
Add status codes specific to AcceptToMempool procession of transactions.
These can never happen due to block validation, and must never be sent
over the P2P network. Add assertions where appropriate.
2015-08-11 17:29:33 +02:00
Pavel Janík
8be371db34
Do not store more than 200 timedata samples.
2015-08-11 15:57:52 +02:00
evan82
738f009a10
Merge pull request #508 from UdjinM6/v0.12.0.x_sync_status
...
V0.12.0.x show masternode sync status in GUI
2015-08-11 05:55:07 -07:00
evan82
e52b845c88
Merge pull request #505 from UdjinM6/v0.12.0.x_ds_fixes
...
V0.12.0.x fixes for more then 1 ds action per block
2015-08-11 05:54:45 -07:00
UdjinM6
d79ac2bd60
define masternode sync treshold
2015-08-11 15:54:44 +03:00
evan82
c2171a7164
Merge pull request #506 from UdjinM6/v0.12.0.x_ds_connections
...
V0.12.0.x clear DS connections to masternodes properly
2015-08-11 05:54:22 -07:00
UdjinM6
a01e56a67d
show masternode sync status in GUI
2015-08-11 15:52:28 +03:00
UdjinM6
7f916e4702
manage DS connections to masternodes properly
2015-08-11 09:00:46 +03:00
UdjinM6
d9383e3ead
fixes for more then 1 ds action per block
2015-08-11 08:09:56 +03:00
Evan Duffield
44e002f5d0
allow more than 1 action per block
2015-08-10 19:27:07 -07:00
evan82
a7fa7e28b0
Merge pull request #503 from UdjinM6/v0.12.0.x_ds_fixes
...
V0.12.0.x ds fixes
2015-08-10 18:56:51 -07:00
Evan Duffield
dcec36af85
allow users to anon all their coins each block
2015-08-10 18:56:14 -07:00
Mark Friedenbach
c5c1edfe60
Fix spelling mistake in -> if.
2015-08-10 18:09:59 -07:00
Mark Friedenbach
e846b2a1e9
Correct a possibly intentional pun that is nevertheless hard to read: "two times of nLockTime." What is meant is that there are two kinds, or categories of nLockTime.
2015-08-10 18:08:30 -07:00
UdjinM6
6b80448427
ds fixes
2015-08-11 02:06:17 +03:00
Evan Duffield
df33377ed0
increase chance of budget autocheck
2015-08-10 14:57:09 -07:00
Evan Duffield
595e30731a
remove lock from active masternode
2015-08-10 14:48:58 -07:00
Evan Duffield
ea8a3f1aba
checkpoint
2015-08-10 14:12:43 -07:00
Veres Lajos
9f68ed6b6d
typofixes (found by misspell_fixer)
2015-08-10 22:06:27 +01:00
Evan Duffield
06fcb7333a
prev block not found - changed to behaving of 0
2015-08-10 12:45:39 -07:00
Evan Duffield
c8b9237af1
Disable banning clients for specific fork violation
2015-08-10 12:00:39 -07:00
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