TheLazieR Yip
|
d401d64281
|
Clean duplicated params setting for test network.
Closes #724
|
2016-03-09 07:18:59 +01:00 |
|
UdjinM6
|
9d151c25dd
|
Use chainActive.Tip() in FillBlockPayee functions Turned out that pCurrentBlockIndex is an overkill here, we should just make sure that cs_main lock is already held for us.
Closes #723
|
2016-03-07 12:19:53 +01:00 |
|
UdjinM6
|
cadfa233a0
|
remove stdout debug spam
|
2016-03-07 12:18:48 +01:00 |
|
UdjinM6
|
6f5a9c10fc
|
fix src/test/data
|
2016-03-07 12:18:47 +01:00 |
|
UdjinM6
|
5a198a25dc
|
fix travis - install dash_hash
|
2016-03-07 12:18:47 +01:00 |
|
Luke Dashjr
|
aef1009293
|
Bugfix: gitian: Add curl to packages (now needed for depends)
Github-Pull: #7614
Rebased-From: 5c70a6d6d1
|
2016-03-07 12:18:46 +01:00 |
|
MarcoFalke
|
0dfc9e71b0
|
builders: No need to set -L and --location for curl
Github-Pull: #7606
Rebased-From: fa7a5c54fc
|
2016-03-07 12:18:17 +01:00 |
|
Luke Dashjr
|
3c36bcf532
|
Workaround Travis-side CI issues
Github-Pull: #7487
Rebased-From: 149641e8fc c01f08db12 5d1148cb79 1ecbb3b0f7
|
2016-03-07 12:18:16 +01:00 |
|
Wladimir J. van der Laan
|
8acabef3f3
|
doc: Clean out release notes
0.12.0 was released, prepare empty release notes for 0.12.1.
|
2016-03-07 12:17:02 +01:00 |
|
TheLazieR Yip
|
8675ce1929
|
Check New MasterNodeBroadcast Time
Closes #722
|
2016-03-07 12:00:29 +01:00 |
|
UdjinM6
|
18afe88401
|
Check vote time internally
Closes #721
|
2016-03-06 18:23:26 +01:00 |
|
UdjinM6
|
a2c6140cb1
|
more bitcoin -> dash
Closes #712
|
2016-03-06 18:21:29 +01:00 |
|
UdjinM6
|
8e560080a1
|
Fix comments, remove ._str() from LogPrintf s, few trivial changes
|
2016-03-06 18:21:06 +01:00 |
|
UdjinM6
|
31ff9c2ff8
|
Fix rpc-tests, relies on PRs #715-#719
Closes #720
|
2016-03-06 18:16:02 +01:00 |
|
UdjinM6
|
b682fcb8d6
|
Fix GetBlockSubsidy for regtest, bump regtest settings
Closes #719
|
2016-03-06 18:15:33 +01:00 |
|
UdjinM6
|
3cf048d01c
|
Fix initial call of UpdatedBlockTip
Closes #718
|
2016-03-06 18:15:08 +01:00 |
|
UdjinM6
|
af1c321d16
|
Fix block reward verification
Closes #717
|
2016-03-06 18:14:42 +01:00 |
|
UdjinM6
|
4474de8573
|
Fix nChangePosRet in CreateTransaction
Closes #716
|
2016-03-06 18:14:16 +01:00 |
|
UdjinM6
|
c40fccce9a
|
Only allow block to pass as a budget superblock if it came at or after Params().GetConsensus().nBudgetPaymentsStartBlock
Closes #715
|
2016-03-06 18:13:48 +01:00 |
|
evan82
|
b0064145db
|
Merge pull request #701 from UdjinM6/logoIcon
Make Dash logo (app icon) theme-independent
|
2016-03-04 07:16:38 -07:00 |
|
evan82
|
3d4c56c19e
|
Merge pull request #714 from UdjinM6/btcdash_
more bitcoin -> dash
|
2016-03-04 07:14:06 -07:00 |
|
evan82
|
20c10c91f1
|
Merge pull request #710 from UdjinM6/locks
"Fix locks" Pack
|
2016-03-04 07:05:04 -07:00 |
|
UdjinM6
|
e8df74a18e
|
fix miner_tests
(only in part related to this commit, for most miner_tests fixes see 124178b )
|
2016-03-04 12:10:37 +03:00 |
|
UdjinM6
|
a611fc3b1b
|
Introduce CDSNotificationInterface - validation interface to listen to tip updates and trigger updates in DS, payments and budgets. Should significantly reduce number of references to chainActive.Tip() i.e.we should have less cs_main in dash-darksend thread and potential deadlocks.
|
2016-03-04 12:10:37 +03:00 |
|
UdjinM6
|
67cd10c87d
|
Add some locks to protect chainActive.Tip() and mapBlockIndex
(fixing only few of them here, see next commit for further changes)
|
2016-03-04 12:10:37 +03:00 |
|
UdjinM6
|
95dab0b541
|
Remove unnecessary locks and chainActive.Tip() references
|
2016-03-04 12:10:37 +03:00 |
|
UdjinM6
|
b3d1140800
|
more bitcoin->dash
|
2016-03-04 12:09:03 +03:00 |
|
UdjinM6
|
3ad675aadb
|
Fix tests
Closes #711
|
2016-03-04 06:52:57 +01:00 |
|
Evan Duffield
|
9a52925d5c
|
fixed messages
|
2016-03-03 07:00:34 -07:00 |
|
Evan Duffield
|
e0021f08af
|
Merge branch 'v0.12.1.x' of http://www.github.com/dashpay/dash into v0.12.1.x
|
2016-03-03 06:59:23 -07:00 |
|
Evan Duffield
|
89ff8a6d7e
|
merged and fixed messages
|
2016-03-03 06:55:32 -07:00 |
|
UdjinM6
|
459472357f
|
connections icon click was not working
Closes #709
|
2016-03-02 12:57:45 +01:00 |
|
UdjinM6
|
581312ff90
|
Fix default fees
Closes #708
|
2016-03-02 12:56:19 +01:00 |
|
UdjinM6
|
8cb8772d95
|
bitcoin -> dash
|
2016-03-02 12:55:37 +01:00 |
|
UdjinM6
|
3736403985
|
Make sure there is only one instance of dash-darksend thread
Closes #707
|
2016-03-02 12:55:27 +01:00 |
|
UdjinM6
|
5c2a0cc9ec
|
Fix bug that prevented new blocks to update tip during mixing
Closes #706
|
2016-03-02 12:54:46 +01:00 |
|
UdjinM6
|
97bcec4853
|
more bitcoin -> dash in docs
Closes #704
|
2016-02-28 11:28:27 +01:00 |
|
UdjinM6
|
c8ba8a1be5
|
fix testnet quickfix (or "one does not simply replace a bunch of divisions" because there is rounding at each step)
Closes #702
|
2016-02-27 09:29:38 +01:00 |
|
UdjinM6
|
eed3a48150
|
Make Dash logo (app icon) theme-independent
|
2016-02-25 07:14:08 +03:00 |
|
Holger Schinzel
|
a0099242dc
|
Merge pull request #700 from thelazier/v0.12.1.x_fix_icons
Fix icons/bitcoin.ico not found.
|
2016-02-24 09:14:43 +01:00 |
|
TheLazieR Yip
|
4fce2910b4
|
Fix icons/bitcoin.ico not found.
|
2016-02-24 13:14:08 +07:00 |
|
Holger Schinzel
|
296373b108
|
fix test suite
|
2016-02-23 11:10:41 +01:00 |
|
Holger Schinzel
|
267e57877b
|
fixing test suite
|
2016-02-23 10:37:21 +01:00 |
|
Holger Schinzel
|
b5165fcfb6
|
passing -fPIC flag to crypto_lib
|
2016-02-23 06:55:37 +01:00 |
|
Holger Schinzel
|
8b824323e7
|
passing -fPIC flag to crypto_lib
|
2016-02-23 05:10:33 +01:00 |
|
Holger Schinzel
|
3d95db8b7c
|
fixing Makefile.test.include
... Bitcoin 0.12 merging bug
|
2016-02-23 04:27:38 +01:00 |
|
Evan Duffield
|
a2fdef43e2
|
merged
|
2016-02-22 12:53:52 -07:00 |
|
evan82
|
e161616095
|
Merge pull request #698 from UdjinM6/mergebtc0.12
Merge bitcoin/0.12 + few fixes
|
2016-02-22 12:51:46 -07:00 |
|
UdjinM6
|
5be1403a19
|
move bitcoin release notes
|
2016-02-21 04:53:23 +03:00 |
|
UdjinM6
|
7fe88c24f9
|
clean fixed TODOs
|
2016-02-21 04:22:11 +03:00 |
|