UdjinM6
e2aaf09700
Cleanup
...
- lower unobvious dependency through header files, move few includes to the right places
- some trivial code cleanup
Closes #680
2016-01-31 12:08:45 +01:00
CryptoVote
3f4d5c4c7d
Updates monetary variable int64_t types to CAmount.
...
Closes #677
2016-01-31 11:34:57 +01:00
Veres Lajos
7710411e88
PARTIAL: typofixes (found by misspell_fixer)
...
Upstream: 9f68ed6b6d
(PR #6539 )
2016-01-16 17:04:08 +01:00
UdjinM6
be14946ba8
fix dstx: they were conflicted
because of priority
2015-09-01 07:10:24 +03:00
Evan Duffield
48eecea7e5
pull changes from bitcoin for FindMostWorkChain
2015-08-11 12:21:45 -07: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
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
UdjinM6
ec3848c5dd
Locks fixes:
...
- trylock for updateDarksendProgress, checkBalanceChanged, "block"
- trylock+wait for UnlockCoins, SendDarksendDenominate, ProcessNewBlock, ActivateBestChain
- move trylock in DoAutomaticDenominating lower
2015-08-08 10:34:41 +03:00
Evan Duffield
d251dc6599
Keep track of immature budgets/proposals
2015-08-06 13:18:10 -07:00
Evan Duffield
50c7b96c69
Try lock in ProcessGetData
2015-08-05 14:33:51 -07:00
evan82
e05622037c
Merge pull request #477 from UdjinM6/v0.12.0.x_locks
...
V0.12.0.x more locks fixes
2015-08-05 14:31:29 -07:00
evan82
42d7223191
Merge pull request #479 from UdjinM6/v0.12.0.x_sync_added
...
v0.12.0.x clear mapSeenSync... on Reset
2015-08-05 13:14:24 -07:00
UdjinM6
54ac44e60b
relay dstx to everyone
2015-08-05 22:43:00 +03:00
evan82
0d625c888d
Merge pull request #478 from UdjinM6/v0.12.0.x_sync_added
...
V0.12.0.x track hashes and update `last...` only twice per hash
2015-08-04 19:00:15 -07:00
UdjinM6
6b74652b01
track hashes and update "last..." only twice per hash
2015-08-05 04:18:37 +03:00
Evan Duffield
bb5570015f
Keep track of and reprocess rejected blocks
2015-08-04 18:05:57 -07:00
UdjinM6
7d78c98f0d
Few more lock-related fixes:
...
- do not lock cs_main for mnodeman.CheckAndRemove() - we have trylock inside CMasternode.Check, should be enough
- fast cs_main lock for ix
- use RelayInv instead of manually locking nodes / pushing inv
- do not lock cs_vNodes / ClearFulfilledRequest on every 100th block, CMasternodeSync should already handle resync by itself better now
2015-08-05 01:54:31 +03:00
Evan Duffield
c7077dc9d4
disable try-lock on IBD
2015-08-03 12:11:32 -07:00
Evan Duffield
9a18014987
enable block cache
2015-08-02 12:16:09 -07:00
Evan Duffield
ef1dc8434e
Prepare testnet for upgrade
2015-08-02 07:28:38 -07:00
Evan Duffield
53e1cd66ff
Merge branch 'v0.12.0.x' of https://github.com/dashpay/dash into v0.12.0.x
2015-08-01 16:05:45 -07:00
evan82
718c7f14f9
Merge pull request #384 from UdjinM6/v0.12.0.x_debug_categories
...
V0.12.0.x additional debug categories
2015-08-01 15:48:03 -07:00
Evan Duffield
64aad03485
draft
2015-08-01 02:03:15 -07:00
Evan Duffield
171c0b145a
TRY_LOCK for blocks
2015-08-01 01:58:18 -07:00
Evan Duffield
44c99417d2
disable block cache / fix reprocess
2015-08-01 01:51:30 -07:00
UdjinM6
dd8fa7c365
Continue work on more debug categories
...
- rebased to latest v12
- masternode, mnpayments, mnbudget and keepass categories
- remove c_str in logprint(f)
2015-07-31 19:01:18 +03:00
UdjinM6
9ab4a72454
cleanups/fixes:
...
- use map.insert instead of [] (should be safer)
- debug output / comments / spaces / names
- fix few long strings / make translatable one more label in UI
2015-07-30 19:12:05 +03:00
Evan Duffield
ebc2591e4b
Revert "lock debugging"
...
This reverts commit e230762d5a
.
2015-07-30 07:49:08 -07:00
Evan Duffield
e230762d5a
lock debugging
2015-07-30 06:27:28 -07:00
Evan Duffield
dc829e9d2c
added syncing counts
2015-07-28 21:16:11 -07:00
Evan Duffield
d72d3d022d
Various Fixes
...
- Testnet budget adjustments to allow quick cycles that create no inflation in the testnet environment
- Budget proposal are sorted by YesCount-NoCount now
- Added nTime to proposals
- Only allow proposals more than 1 day old into budgets
2015-07-28 06:40:48 -07:00
Evan Duffield
781db99ee9
Changed hard fork date to Aug 30
2015-07-28 01:28:08 -07:00
Evan Duffield
cddbda994f
Fixed DarkSend dstx propagation issues
2015-07-27 12:34:02 -07:00
Evan Duffield
c0a5dfba61
Masternode inv messages / save seen in mncache
2015-07-25 12:07:30 -07:00
Evan Duffield
43101ebeca
Implement planned hard forks, August 24, 2015
2015-07-25 11:02:38 -07:00
Evan Duffield
8187228be1
Fixed budget syncing issues / forking issues / syncing issues
...
- Budgets now store the seen objects locally so they're not overwritten when saving/loading to check validity of budget.dat
- Added safer sync "failure" mode, that will retry an hour later if the sync fails for some reason. This will stop the client from thinking it has budget data and rejecting blocks when they're valid.
- protocol bump
- version bump
2015-07-25 09:29:29 -07:00
UdjinM6
491c46c412
remove sync forcing and count already seen as a success instead
2015-07-24 21:35:11 +03:00
Evan Duffield
18a908065f
Fixed mnbudget suggestion
2015-07-22 18:53:17 -07:00
Evan Duffield
e4a0e8340c
Masternode payment cache and mnget changes
...
- Cache saves masternode payment history
- On startup, the client will find the most recent block and calculate the amount of entries to ask for. The other peer will then send that amount of entries to save bandwidth on restarts.
2015-07-20 19:24:43 -07:00
Evan Duffield
37f55a3181
Refactored masternode payments system
...
- Replaced coinbase cache in favor of using the masternode payments voting system only
- Syncing masternode payments now supports up to the syncing the entire payment list
2015-07-20 15:09:42 -07:00
UdjinM6
b1f19c7e82
process checks we can without waiting for full sync
2015-07-20 04:54:02 +03:00
Evan Duffield
e1279ebf1d
Reprocess best chain for coinbase payee on each block
2015-07-19 11:19:11 -07:00
Evan Duffield
2e6eb9f2b6
incremental update of coinbase cache
2015-07-19 06:28:23 -07:00
Evan Duffield
e82e5339f9
Better NewBlock sync check
2015-07-18 12:52:12 -07:00
Evan Duffield
7aa9676118
Only check vote sigs once / payee cache update on newblock
2015-07-18 12:24:06 -07:00
Evan Duffield
fc54241441
Default txindex to true
2015-07-16 07:34:40 -07:00
evan82
eb7ca6fdef
Merge pull request #430 from UdjinM6/v0.12.0.x_mergebtc
...
V0.12.0.x merge latest fixes from bitcoin 10.0.2
2015-07-14 07:55:38 -07:00
Suhas Daftuar
c2ffbe5bdd
Ignore getheaders requests when not synced.
...
Rebased-From: a1ba0778dd
Github-Pull: #6172
2015-07-14 13:19:47 +03:00