aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | fix compilation error in core_io.hPhilip Kaufmann2014-08-013-2/+1
| |/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - error: 'vector' in namespace 'std' does not name a type - add <vector> include in core_io.h - remove <vector> includes from core_read.cpp and core_write.cpp
* / / / / / / / / / / / / / / / / qt: Remove '0 BTC' placeholder from translationWladimir J. van der Laan2014-08-012-13/+5
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | qt: more watchonly -> watch-onlyWladimir J. van der Laan2014-07-312-15/+15
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | qt: Update some messages after suggestions by translatorsWladimir J. van der Laan2014-07-314-28/+28
| |_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - *cannot* is more common, thus preferred to *can not* - Use *Watch-only* instead of *Watchonly* as one word
* | | | | | | | | | | | | | | qt: Change transifex slug to new resource for 0.10.xWladimir J. van der Laan2014-07-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure that translations are pulled from the 0.10.x resource https://www.transifex.com/projects/p/bitcoin/resource/qt-translation-010x/ Closes #4006.
* | | | | | | | | | | | | | | English translation updateWladimir J. van der Laan2014-07-312-539/+751
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is needed to add version 0.10.x on Transifex so that translation can start.
* | | | | | | | | | | | | | | Merge pull request #4560Wladimir J. van der Laan2014-07-312-0/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d2d9dc0 script tests: add tests for CHECKMULTISIG limits (Otto Allmendinger) 89101c6 script test: test case for 5-byte bools (Otto Allmendinger) 4cac5db script tests: value with trailing 0x00 is true (Otto Allmendinger) 833ff16 script tests: values that overflow to 0 are true (Otto Allmendinger) 0072d98 script tests: BOOLAND, BOOLOR decode to integer (Otto Allmendinger) ed02282 additional test for OP_SIZE in script_valid.json (Otto Allmendinger)
| * | | | | | | | | | | | | | | script tests: add tests for CHECKMULTISIG limitsOtto Allmendinger2014-07-181-0/+3
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | script test: test case for 5-byte boolsOtto Allmendinger2014-07-181-0/+1
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | script tests: value with trailing 0x00 is trueOtto Allmendinger2014-07-181-0/+1
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | script tests: values that overflow to 0 are trueOtto Allmendinger2014-07-181-0/+1
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | script tests: BOOLAND, BOOLOR decode to integerOtto Allmendinger2014-07-181-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unlike other boolean checks, arguments >5 bytes invalidate the script
| * | | | | | | | | | | | | | | additional test for OP_SIZE in script_valid.jsonOtto Allmendinger2014-07-181-0/+1
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #4568Wladimir J. van der Laan2014-07-313-0/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9c34731 CBloomFilter::clear() method (Tom Harding)
| * | | | | | | | | | | | | | | CBloomFilter::clear() methodTom Harding2014-07-213-0/+13
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | univalue: remove unused methods getArray, getObjectJeff Garzik2014-07-302-24/+0
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'rawtx' into merge-rawtxJeff Garzik2014-07-3019-182/+1846
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Add "bitcoin-tx" command line utility and supporting modules.Jeff Garzik2014-07-2913-3/+1655
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a simple utility that provides command line manipulation of a hex-encoded TX. The utility takes a hex string on the command line as input, performs zero or more mutations, and outputs a hex string to standard output. This utility is also an intentional exercise of the "bitcoin library" concept. It is designed to require minimal libraries, and works entirely without need for any RPC or P2P communication. See "bitcoin-tx --help" for command and options summary.
| * | | | | | | | | | | | | | | | bitcoin-cli, rpcrawtransaction: harmonize "{" stylingJeff Garzik2014-07-292-75/+37
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | core_read's ParseScript(): minor cleanupsCory Fields2014-07-291-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - use .empty() rather than .size() == 0 - use a const_iterator rather than BOOST_FOREACH - validate iterators before creating a string from them
| * | | | | | | | | | | | | | | | Move ParseScript() helper, becoming accessible outside src/test/Jeff Garzik2014-07-294-71/+81
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cppJeff Garzik2014-07-297-33/+73
| | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #4497Pieter Wuille2014-07-311-1/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 714a3e6 Only keep setBlockIndexValid entries that are possible improvements (Pieter Wuille)
| * | | | | | | | | | | | | | | Only keep setBlockIndexValid entries that are possible improvementsPieter Wuille2014-07-111-1/+12
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #4104Wladimir J. van der Laan2014-07-301-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 68aa01e Fixes error (Ian Carroll)
| * | | | | | | | | | | | | | | | Fixes errorIan Carroll2014-04-281-1/+2
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #4593Wladimir J. van der Laan2014-07-303-17/+41
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d70bc52 Rework block processing benchmark code (Pieter Wuille)
| * | | | | | | | | | | | | | | | | Rework block processing benchmark codePieter Wuille2014-07-273-17/+41
| | |_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Replace -benchmark (and the related fBenchmark) with a regular debug option, -debug=bench. * Increase coverage and granularity of individual block processing steps. * Add cummulative times.
* | | | | | | | | | | | | | | | | Merge pull request #4577Wladimir J. van der Laan2014-07-303-0/+65
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0c3e101 Added systemd .service file in order to help distributions integrate bitcoind. (Aitor Pazos)
| * | | | | | | | | | | | | | | | Added systemd .service file in order to help distributions integrate bitcoind.Aitor Pazos2014-07-293-0/+65
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch '2014_07_remove_pyminer' of git://github.com/laanwj/bitcoin ↵Jeff Garzik2014-07-294-313/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into merge-pyminer
| * | | | | | | | | | | | | | | | | contrib: remove getwork-based pyminerWladimir J. van der Laan2014-07-294-313/+0
| | |_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As the `getwork` API doesn't exist anymore, currently this script is useless. It would be nice to have a `getblocktemplate`-based Python example of a miner, but there is no point in keeping this one around except to confuse people.
* | | | | | | | | | | | | | | | | Update openssl.org URL to include https://Jeff Garzik2014-07-292-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Suggested by whitj00. Fixes #4595
* | | | | | | | | | | | | | | | | Merge pull request #4559Wladimir J. van der Laan2014-07-292-1/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2e7009d Avoid querying DNS seeds, if we have open connections. (Jeff Garzik)
| * | | | | | | | | | | | | | | | Avoid querying DNS seeds, if we have open connections.Jeff Garzik2014-07-292-1/+14
|/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The goal is to increase independence and privacy.
* | | | | | | / / / / / / / / / Remove hopelessly outdated build-msw.mdWladimir J. van der Laan2014-07-291-83/+0
| |_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Anyone building bitcoind/-qt on windows is welcome to contribute a new one. The current information in this document is outdated, or otherwise mostly worthless.
* | | | | | | | | | | | | | | Add warning comment to getinfoWladimir J. van der Laan2014-07-281-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Warn that people should not add new information, or change current information returned by getinfo.
* | | | | | | | | | | | | | | Merge pull request #4597Wladimir J. van der Laan2014-07-281-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d817187 [Qt] remove ProxySocksVersion from OptionID (Philip Kaufmann)
| * | | | | | | | | | | | | | | [Qt] remove ProxySocksVersion from OptionIDPhilip Kaufmann2014-07-281-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - we only support SOCKS5, so remove it
* | | | | | | | | | | | | | | | Merge pull request #4541Wladimir J. van der Laan2014-07-281-2/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 125fba1 Add a new checkpoint at block 295,000 (Trevin Hofmann)
| * | | | | | | | | | | | | | | | Add a new checkpoint at block 295,000Trevin Hofmann2014-07-151-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Block 295,000 seems to meet the criteria of a reasonable timestamp and no strange transactions. 295,000 is the current block height in the bootstrap.dat torrent provided by jgarzik.
* | | | | | | | | | | | | | | | | Merge pull request #4531Wladimir J. van der Laan2014-07-283-2/+24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ebdcc36 Add helptexts for -whitelist and rpc prioritisetransaction and switch to bitcoin instead of satoshis (Cozz Lovan)
| * | | | | | | | | | | | | | | | Add helptexts for -whitelist and rpc prioritisetransaction and switch to ↵Cozz Lovan2014-07-153-2/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bitcoin instead of satoshis
* | | | | | | | | | | | | | | | | Merge pull request #4491Wladimir J. van der Laan2014-07-283-44/+47
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | eaedb59 net: add SetSocketNonBlocking() as OS independent wrapper (Philip Kaufmann)
| * | | | | | | | | | | | | | | | | net: add SetSocketNonBlocking() as OS independent wrapperPhilip Kaufmann2014-07-173-44/+47
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #4586Wladimir J. van der Laan2014-07-284-6/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f65352a [Qt] small Qt-only include cleanup (Philip Kaufmann)
| * | | | | | | | | | | | | | | | | [Qt] small Qt-only include cleanupPhilip Kaufmann2014-07-254-6/+6
|/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge pull request #4584Wladimir J. van der Laan2014-07-252-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0430c30 Add missing FindNode prototype to net.h (Wladimir J. van der Laan)
| * | | | | | | | | | | | | | | | | Add missing FindNode prototype to net.hWladimir J. van der Laan2014-07-242-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also make the argument a const std::string & instead of pass-by-value.
* | | | | | | | | | | | | | | | | | Merge pull request #4567Wladimir J. van der Laan2014-07-251-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f469f79 remove an unneded .c_str() in OpenNetworkConnection() (Philip Kaufmann)