Pieter Wuille
1ed2cfc452
Some improvements to the release notes
12 years ago
Wladimir J. van der Laan
6749082294
Merge pull request #2289 from laanwj/201301_qimage_bits
...
Use QImage.bits instead of QImage.constBits to ease backporting
12 years ago
Petter Reinholdtsen
17121ec4fe
Use QImage.bits instead of QImage.constBits to ease backporting
...
Image.constBits was introduced in Qt 4.7. Should be ok here to use
QImage.bits which allows linking against the Qt in Squeeze.
12 years ago
Gavin Andresen
f50706796b
Merge commit 'd38c6488d067c2e88726e2ca99bc76fd67dab49b'
12 years ago
Gavin Andresen
8f66aedfaa
Merge pull request #2279 from sipa/cvrbip30
...
Bugfix CValidationResult for BIP30 + add DoS
12 years ago
Gavin Andresen
817c44a00d
Merge pull request #2264 from gmaxwell/signrawtransaction_for_regular_missing_txins
...
Signrawtransaction shouldn't require redeemScript for non-p2sh txins.
12 years ago
Gavin Andresen
43ba1a19b8
Merge pull request #2259 from Criptomonedas/dontresend
...
Do not call ResendWalletTransactions when reindexing or importing
12 years ago
Pieter Wuille
7cdc37c0a4
Bugfix CValidationResult for BIP30 + add DoS
12 years ago
Rubén Darío Ponticelli
e90b831e83
Do not call ResendWalletTransactions when reindexing, importing or on IBD
...
Calling ResendWalletTransactions when reindexing, importing or on IBD spams
other nodes with our old transactions, because they become unconfirmed.
12 years ago
Gavin Andresen
79892883d7
Merge branch 'reindexgen' of git://github.com/sipa/bitcoin
12 years ago
Gavin Andresen
1d0851eca8
Merge pull request #2273 from gavinandresen/txsize
...
Make transactions larger than 100K non-standard
12 years ago
Gavin Andresen
41e1a0d766
Make transactions larger than 100K non-standard
...
Extremely large transactions with lots of inputs can cost the network
almost as much to process as they cost the sender in fees.
We would never create transactions larger than 100K big; this change
makes transactions larger than 100K non-standard, so they are not
relayed/mined by default. This is most important for miners that might
create blocks larger than 250K big, who could be vulnerable to a
make-your-blocks-so-expensive-to-verify-they-get-orphaned attack.
12 years ago
Gavin Andresen
0e2e4fdf27
Merge pull request #2253 from luke-jr/bugfix_valstate
...
Bugfixes for CValidationState
12 years ago
Jeff Garzik
353b7f4a9c
Merge pull request #2237 from petertodd/testnet-dnsseed
...
Add DNS seed support for testnet
12 years ago
Jeff Garzik
2daa2c13e1
Merge pull request #2250 from colindean/doc/root-readme
...
update and reformat README.md
12 years ago
Gregory Maxwell
21c6d3aead
Signrawtransaction shouldn't require redeemScript for non-p2sh txins.
...
The redeemScript functionality broke plain offline signing, this
change makes it only look for that parameter when signing a p2sh
input.
12 years ago
Pieter Wuille
386037615a
Make sure the genesis block is present after reindex
12 years ago
Gavin Andresen
3d29d5d623
Merge pull request #2257 from fanquake/docs
...
Update default URL in verify.sh
12 years ago
Wladimir J. van der Laan
77052ab0f3
Merge pull request #2260 from Diapolo/translations
...
translations update (bitcoinstrings.cpp and bitcoin_en.ts)
12 years ago
Philip Kaufmann
5711a20883
translations update (bitcoinstrings.cpp and bitcoin_en.ts)
12 years ago
Wladimir J. van der Laan
9acaa73820
Merge pull request #2258 from Diapolo/Qt_copyright_about
...
Bitcoin-Qt: better copyright year handling in AboutDialog
12 years ago
Philip Kaufmann
8823b4ac3b
Bitcoin-Qt: better copyright year handling in AboutDialog
...
- this change allows us to keep the translation without the need to
re-translate any string, when we update the copyright year
- copyright symbol is changed to HTML to ensure we get no encoding
issues and it's removed from the translation string so translators don't
break it by mistake
12 years ago
fanquake
ced7f77df5
Update default URL in verify.sh
...
The current default URL doesn't seem to exist.
Unsure wether this should be updated to point to 0.7.2 now or wether
just to wait untill 0.8.0 is out and point there?
Commit also fixes a minor typo in the macdeploy notes.txt
12 years ago
Luke Dashjr
8c4e43130b
Bugfix: Enable ConnectBestBlock to properly report back validation problems, and ensure orphan processing (when their parents are found) cannot be used to counter-DDoS the node providing the parent
...
Also fix a minor typo
12 years ago
Colin Dean
20d5945505
update and reformat README.md
...
* updated references to files which have since been moved
* added reference to licensing
* added brief summary in case a non-technical user happens upon repo first
* miscellaneous Markdown-isms to make the doc more attractive
* remove unused symlink README -> README.md
I double-checked the makefiles and whatnot to ensure that the README symlink is
not being referenced. It is not. Rather, `doc/README` and
`doc/README_windows.txt` are copied for distribution.
12 years ago
Gavin Andresen
5b989722be
Merge pull request #2245 from gavinandresen/check216116
...
New checkpoint at block 216116 for the 0.8.0 release
12 years ago
Gavin Andresen
8fd65c944f
Merge pull request #2236 from sipa/largefiles
...
Support large files on 32-bit Linux
12 years ago
Wladimir J. van der Laan
4dfae2fd2f
Merge pull request #2248 from gavinandresen/issue2239
...
Prevent Qt crash at startup with an empty data directory
12 years ago
Gavin Andresen
cb2e1bdaa9
Merge pull request #2244 from sipa/files
...
Added information about used data files
12 years ago
Gavin Andresen
85b534b23e
Prevent Qt crash at startup with an empty data directory
12 years ago
Gavin Andresen
d38c6488d0
Bump version numbers for 0.8 release
...
Version numbers changed from 0.7.99 to 0.8.0
Set CLIENT_VERSION_IS_RELEASE to remove pre-release warning
Updated copyright in COPYING and doc/READMEs to 2013
Updated doc/release-notes.txt
12 years ago
Gavin Andresen
a078121373
Merge pull request #2246 from gavinandresen/changefix
...
Correctly randomize change output position
12 years ago
Gavin Andresen
ac7b8ea086
Correctly randomize change output position
12 years ago
Gavin Andresen
a53465a649
New checkpoint at block 216116 for the 0.8.0 release
12 years ago
Pieter Wuille
08540d567b
Added information about used data files
12 years ago
Pieter Wuille
3cce597fc9
Support large files on 32-bit Linux
12 years ago
Peter Todd
af8998824c
Add DNS seed support for testnet
12 years ago
Gavin Andresen
db3b4ade7b
Merge pull request #2224 from sipa/valstate
...
Improve error handling during validation
12 years ago
Pieter Wuille
421218d304
Deal with LevelDB errors
12 years ago
Gavin Andresen
2998083005
Merge branch 'master' of github.com:bitcoin/bitcoin
12 years ago
Gavin Andresen
9126e08739
Utility to create pnSeed array
12 years ago
Gavin Andresen
716c35b67f
Merge pull request #2235 from gavinandresen/clangwarnings
...
Fix two clang3.3 warnings
12 years ago
Gavin Andresen
15ebd4865a
Fix two clang3.3 warnings
12 years ago
Pieter Wuille
7851033dd6
Improve dealing with abort conditions
12 years ago
Pieter Wuille
18379c8087
Add disk space checks before flushing CCoins cache
12 years ago
Pieter Wuille
86c82bf9d0
Treat coinbase value violation as DoS
12 years ago
Pieter Wuille
ef3988ca36
CValidationState framework
12 years ago
Jeff Garzik
2835080e16
Merge pull request #2231 from sipa/cleanups
...
Two cleanups before 0.8
12 years ago
Jeff Garzik
699bc3d14d
Merge pull request #2234 from gavinandresen/seednodes
...
New seed nodes, from http://bitcoin.sipa.be/seeds.txt
12 years ago
Gavin Andresen
74fbb151de
New seed nodes, from http://bitcoin.sipa.be/seeds.txt
12 years ago