Evan Duffield
83f87b0f2d
merged
2016-02-04 12:39:53 -07:00
Evan Duffield
eeb53b9682
Vastly faster syncing process / small budget system changes
...
- Syncing process is now event based, rather than timeout based. This means the system can tell when it's done with each step and moves on between phases much faster. In initial testing it seems to be about 10-15x faster and has synced everytime successfully.
- Please remove print debugging when the syncing system is proven to be debugged.
2016-02-04 12:29:09 -07:00
UdjinM6
bbbbdd8100
more darkcoin->dash
...
Closes #690
2016-02-01 10:31:06 +01:00
UdjinM6
826cba78a5
more dashpay.io->dash.org
...
Closes #689
2016-02-01 10:30:23 +01:00
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
UdjinM6
8143059f41
liquidity provider should always use queue
...
Closes #681
2016-01-31 11:56:44 +01:00
CryptoVote
3f4d5c4c7d
Updates monetary variable int64_t types to CAmount.
...
Closes #677
2016-01-31 11:34:57 +01:00
evan82
ad56d0cf0e
Merge pull request #649 from UdjinM6/limitDenoms
...
Do not create denoms if there are DENOMS_COUNT_MAX (100) of them already
2016-01-05 10:39:26 -07:00
UdjinM6
f02e331048
Do not create denoms if there are DENOMS_COUNT_MAX (100) of them already
2015-12-03 09:51:56 +03:00
UdjinM6
3ce490965d
fix the way anonymizable balance calculated and fix conditions for DS
2015-11-06 20:23:19 +03:00
UdjinM6
f173a8634f
fix LP inter-mixing by not initiating new queues by them
...
Closes : #623
2015-09-28 13:16:16 +02:00
Holger Schinzel
3787421146
merging 0.12.0.x into 0.12.1.x
2015-09-22 16:46:03 +02:00
evan82
acb41462a5
Merge pull request #563 from UdjinM6/v0.12.1.x_bip69
...
V0.12.1.x Implement bip69
2015-09-22 07:14:23 -07:00
UdjinM6
841fc5fbae
DS MultiSession cmd-line option (try to mix constantly, few times per block)
2015-09-15 20:52:45 +03:00
UdjinM6
d9ff3d77a3
remove extra "new line" from some error/log messages
...
Closes #609
2015-09-12 16:30:02 +02:00
UdjinM6
602d1b2944
DS: try to use only inputs with the same number of rounds starting from lowest number of rounds possible
2015-09-09 08:00:30 +03:00
Evan Duffield
aaeda811db
Revert "fix - ds can leak info by number of inputs"
...
This reverts commit f98fe6a208
.
2015-09-02 05:06:22 -07:00
evan82
7d8fb85c13
Merge pull request #564 from UdjinM6/v0.12.1.x_fix_ds_leak_inputs
...
V0.12.1.x DS can (potentially) leak info by number of inputs
2015-09-01 20:53:56 -07:00
UdjinM6
657bd1103e
Few cleanups:
...
- compiling errors
- output
- CBitcoinAddress usage cleanup
- refresh qt project file
- fix typo in `masternode` debug category
2015-08-28 23:16:58 +03:00
UdjinM6
f98fe6a208
fix - ds can leak info by number of inputs
2015-08-22 19:12:45 +03:00
UdjinM6
9055883eab
implement bip69
2015-08-22 19:09:43 +03:00
UdjinM6
9a74543d83
fix ds bugs
2015-08-22 06:36:21 +03:00
UdjinM6
f119afb43b
it’s ok to be banned for dseg, you’ll just find another peers
2015-08-18 23:46:47 +03:00
UdjinM6
a723c2148e
fix DS bug - endless collateral creation until one of them confirms
2015-08-16 03:29:16 +03:00
UdjinM6
628d281209
refactor names and select logic for ONLY_
coins enum members
2015-08-16 03:26:20 +03:00
Evan Duffield
6ff903f27b
Wait for DS confirmation
2015-08-12 15:54:21 -07: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
UdjinM6
6b80448427
ds fixes
2015-08-11 02:06:17 +03:00
UdjinM6
4046900499
Use single random denom in new DS session
2015-08-10 02:28:43 +03:00
UdjinM6
84264b0327
millisleep 10->50 on trylock+wait
2015-08-09 00:48:09 +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
UdjinM6
8063bcc8aa
process DS,IX,MN,DGBB on IsBlockchainSynced, not on IBD
2015-08-07 07:48:55 +03: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
UdjinM6
9a9e7b7644
strings/translation source fixes
2015-08-06 00:12:01 +03:00
UdjinM6
54ac44e60b
relay dstx to everyone
2015-08-05 22:43:00 +03: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
UdjinM6
ff159ad7e7
ConnectNode/FindNide:
...
- Use FindNode instead of explicit loops
- Do not use FindNode where we can grab node right from ConnectNode (slightly less cs_vNodes)
2015-08-05 01:38:54 +03:00
UdjinM6
240bb10d33
fix rpc for darksend
2015-08-03 23:14:19 +03:00
UdjinM6
18635f0979
fix debug output
2015-08-03 19:24:23 +03: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
f0923de04c
add darksend debug category
2015-07-31 18:52:19 +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
7a9028631a
Revert "Disable CheckAndRemove on file dumps"
...
This reverts commit 3fc9ea4adf
.
2015-07-30 07:41:14 -07:00
UdjinM6
afd715286a
fix all kind of lock issues
2015-07-30 16:44:18 +03:00
Evan Duffield
3fc9ea4adf
Disable CheckAndRemove on file dumps
...
- Testing theory for lockups
2015-07-30 06:27:57 -07:00
UdjinM6
36bb9d6e27
FindRandomNotInVec - should give less failures then FindRandom on doauto
2015-07-30 06:27:29 -07:00
UdjinM6
c99af0bc63
More DS refactoring/fixes:
...
- move ds rounds calculation to wallet
- add cache to / rework anon/denom balance functions
- fix updates on new blocks for ds status on overview page
- fix after rebase
2015-07-30 06:27:29 -07:00