Wladimir J. van der Laan
|
336f9fbd30
|
Merge pull request #5714
3916a81 Increase coverage of DERSIG edge cases (Pieter Wuille)
6da2028 Add RPC test for DERSIG BIP switchover logic (Pieter Wuille)
773c30d BIP66 changeover logic (Pieter Wuille)
18695f0 Example unit tests from BIP66 (Pieter Wuille)
abfbeaf Change IsDERSignature to BIP66 implementation (Pieter Wuille)
|
2015-02-03 10:33:58 +01:00 |
|
Alex Morcos
|
b6347bf813
|
Fix priority calculation in CreateTransaction
Make this projection of priority in 1 block match the calculation in the low priority reject code.
Rebased-From: 2d9b0b7f03
Github-Pull: #5675
|
2015-02-03 09:04:20 +01:00 |
|
Pieter Wuille
|
2448d34298
|
Avoid storing a reference passed to SignatureChecker constructors
Rebased-From: 9fddceda44
Github-Pull: #5719
|
2015-02-03 08:52:13 +01:00 |
|
Pieter Wuille
|
1bbad80bf4
|
Use separate SignatureChecker for CMutableTransaction
Conflicts:
src/main.cpp
src/script/bitcoinconsensus.cpp
Rebased-From: 858809a33e
Github-Pull: #5719
|
2015-02-03 08:48:04 +01:00 |
|
Wladimir J. van der Laan
|
b788c5561a
|
Merge pull request #5740
fd7350d doc/release-notes.md: Add summary of mining enhancements (Luke Dashjr)
|
2015-02-03 07:49:48 +01:00 |
|
Luke Dashjr
|
fd7350d22e
|
doc/release-notes.md: Add summary of mining enhancements
|
2015-02-02 23:51:07 +00:00 |
|
Evan Duffield
|
ffec62e8ba
|
change req maturity to 100 from 120
|
2015-02-02 15:54:16 -07:00 |
|
Evan Duffield
|
e2898a2f86
|
small fix for assert failure
|
2015-02-02 13:11:49 -07:00 |
|
Evan Duffield
|
6b0c7f3c4f
|
add a couple sanity checks to GetLastValidBlockHash
|
2015-02-02 12:27:07 -07:00 |
|
Evan Duffield
|
1f828f45ec
|
fixed regtest+ds issues
|
2015-02-02 11:10:17 -07:00 |
|
Evan Duffield
|
2992907d91
|
Better DOS protection, fixed min confirmations
|
2015-02-02 10:33:52 -07:00 |
|
Evan Duffield
|
6c4a6f6583
|
signal transaction update
|
2015-02-02 08:04:09 -07:00 |
|
Evan Duffield
|
d07014ce1e
|
add simple dos protection / IX vote class improvements
|
2015-02-02 07:38:50 -07:00 |
|
Evan Duffield
|
d512124bad
|
Much lower bandwidth requirements for IX
|
2015-02-02 05:24:04 -07:00 |
|
Evan Duffield
|
5b0d0146b0
|
only update when tx is found
|
2015-02-02 05:06:43 -07:00 |
|
Evan Duffield
|
b59ba777fc
|
only relay signatures to subscribing peers
|
2015-02-02 05:01:06 -07:00 |
|
Evan Duffield
|
13246598b8
|
Added dstx support for free transactions
|
2015-02-02 04:42:41 -07:00 |
|
vertoe
|
aa39f11fa2
|
Pull translations from transifex.
|
2015-02-02 12:27:38 +01:00 |
|
Evan Duffield
|
7e38235e5a
|
Added masternode payee caching
|
2015-02-02 04:05:21 -07:00 |
|
Evan Duffield
|
837fe9b417
|
protocol bump / version bump
|
2015-02-01 15:49:24 -07:00 |
|
Pieter Wuille
|
3916a81a27
|
Increase coverage of DERSIG edge cases
|
2015-02-01 17:57:44 -04:00 |
|
Pieter Wuille
|
6da2028b55
|
Add RPC test for DERSIG BIP switchover logic
|
2015-02-01 17:57:44 -04:00 |
|
Pieter Wuille
|
773c30d756
|
BIP66 changeover logic
|
2015-02-01 17:57:38 -04:00 |
|
Pieter Wuille
|
18695f08ef
|
Example unit tests from BIP66
|
2015-02-01 17:56:06 -04:00 |
|
Pieter Wuille
|
abfbeafe84
|
Change IsDERSignature to BIP66 implementation
|
2015-02-01 17:56:06 -04:00 |
|
evan82
|
ea967b53a2
|
Merge pull request #147 from vertoe/devel-0.9
Complete russian, spanish and german translation
|
2015-02-01 13:41:21 -07:00 |
|
Evan Duffield
|
2feb0fd2f8
|
fixed hashing for IX
|
2015-02-01 13:37:20 -07:00 |
|
Evan Duffield
|
6c8b23c0b2
|
return 0 for incomplete tx locks
|
2015-02-01 13:14:31 -07:00 |
|
Evan Duffield
|
c9585c7747
|
added set expiration for IX, cleaned up messages
|
2015-02-01 13:04:20 -07:00 |
|
Evan Duffield
|
e0c26e4c11
|
debugging for IX
|
2015-02-01 11:02:36 -07:00 |
|
Evan Duffield
|
a0d5f92f87
|
improvements to IsTransactionLocked
|
2015-02-01 10:47:56 -07:00 |
|
Evan Duffield
|
1377b71347
|
ignore IX confirmations when forming new tx
|
2015-02-01 10:21:43 -07:00 |
|
Evan Duffield
|
b1d701275a
|
only use inputs with 5 confirmations for IX
|
2015-02-01 09:30:58 -07:00 |
|
Evan Duffield
|
d3763f6f82
|
search inputs separately for IX
|
2015-02-01 09:16:31 -07:00 |
|
Evan Duffield
|
8164721b25
|
Merge branch 'v0.11.1.x' of https://github.com/darkcoinproject/darkcoin into v0.11.1.x
|
2015-02-01 09:07:04 -07:00 |
|
Evan Duffield
|
a3077626b5
|
various improvements to IX
|
2015-02-01 08:53:49 -07:00 |
|
vertoe
|
14e7982ed3
|
Finish german translation.
|
2015-02-01 13:19:52 +01:00 |
|
vertoe
|
8ce1b7c71d
|
Merge vietnamese translations.
|
2015-02-01 09:42:32 +01:00 |
|
vertoe
|
d6905f607a
|
Finish spanish translations.
|
2015-02-01 09:29:14 +01:00 |
|
vertoe
|
f5e740d57e
|
Pull translations from transifex.
|
2015-02-01 09:23:04 +01:00 |
|
vertoe
|
0a752de0f0
|
Pull translations from transifex.
|
2015-02-01 00:16:03 +01:00 |
|
vertoe
|
d167228cee
|
Pull translations from transifex.
|
2015-01-31 23:29:24 +01:00 |
|
vertoe
|
cddde832d6
|
Merge bitcoin translations.
|
2015-01-31 23:11:26 +01:00 |
|
vertoe
|
99204999e9
|
Pull translations from transifex.
|
2015-01-31 22:06:37 +01:00 |
|
vertoe
|
6a685db76c
|
Pull translations from transifex.
|
2015-01-31 21:15:38 +01:00 |
|
vertoe
|
3806ad4e27
|
Merge downstream 0.11.1
|
2015-01-31 20:32:00 +01:00 |
|
vertoe
|
69d93bbbd9
|
Pull translations from transifex.
|
2015-01-31 20:31:16 +01:00 |
|
evan82
|
e2e417ee62
|
Merge pull request #145 from UdjinM6/fix_qt_extract_strings
extract_strings_qt.py should generate strings for darkcoin-core
|
2015-01-31 12:17:51 -07:00 |
|
evan82
|
92afb1333e
|
Merge pull request #146 from vertoe/devel-0.9
Pull translations from transifex.
|
2015-01-31 12:16:33 -07:00 |
|
vertoe
|
1333864674
|
Update bitcoinstrings.
|
2015-01-31 19:47:23 +01:00 |
|