aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | Typo, and a few "Bitcoin" -> "Bitcoin Core"pryds2014-08-044-51/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Github-Pull: #4619
* | | | | | | | | | Implement "getchaintips" RPC command to monitor blockchain forks.Daniel Kraft2014-08-035-4/+76
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Port over https://github.com/chronokings/huntercoin/pull/19 from Huntercoin: This implements a new RPC command "getchaintips" that can be used to find all currently active chain heads. This is similar to the -printblocktree startup option, but it can be used without restarting just via the RPC interface on a running daemon.
* | | | | | | | | Merge pull request #4602Wladimir J. van der Laan2014-08-031-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6fd59ee script.h: set_vch() should shift a >32 bit value (Jeff Garzik)
| * | | | | | | | | script.h: set_vch() should shift a >32 bit valueJeff Garzik2014-07-291-1/+1
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Source: http://www.viva64.com/en/b/0268/
* | | | | | | | | Merge pull request #4610Wladimir J. van der Laan2014-08-035-25/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bdba2dd qt: Remove an obscure option no-one cares about (Wladimir J. van der Laan)
| * | | | | | | | | qt: Remove an obscure option no-one cares aboutWladimir J. van der Laan2014-07-315-25/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the "Display addresses" setting checkbox. It doesn't do what the tooltip says, and seems kind of pointless in any case. Fixes #4580.
* | | | | | | | | | Merge branch 'whyextern' of git://github.com/jtimon/bitcoin into merge-whyexternJeff Garzik2014-08-015-9/+3
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | Declare SignatureHash() in script.hjtimon2014-08-015-9/+3
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'merge-rawtx2' into merge-rawtx3Jeff Garzik2014-08-013-2/+11
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | add license header to core_io.h, core_read/_write.cppPhilip Kaufmann2014-08-013-0/+10
| | | | | | | | |
| * | | | | | | | 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
* | | | | | | 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-3018-182/+1845
|\ \ \ \ \ \ \ \
| * | | | | | | | Add "bitcoin-tx" command line utility and supporting modules.Jeff Garzik2014-07-2912-3/+1654
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #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.
* | | | | | | Avoid querying DNS seeds, if we have open connections.Jeff Garzik2014-07-292-1/+14
| |_|/ / / / |/| | | | | | | | | | | | | | | | | The goal is to increase independence and privacy.
* | | | | | 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
| | | | | | | | |
* | | | | | | | | [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)
| * | | | | | | | | remove an unneded .c_str() in OpenNetworkConnection()Philip Kaufmann2014-07-211-1/+1
| | |_|_|_|_|/ / / | |/| | | | | | |