Age | Commit message (Collapse) | Author |
|
fixes #4630
Github-Pull: #4633
|
|
bd0aa10 Replace the temporary file hack currently used to change Bitcoin-Qt's dock icon (OS X) with a buffer-based solution. (Doug)
|
|
The only other method of logging remote addresses is via
-logips=1 -debug=net
which increases the logged activity by 100x or more.
Github-Pull: #4608
Amended-By: Wladimir J. van der Laan <laanwj@gmail.com>
|
|
6548cc9 test: don't let the port number exceed the legal range (Cory Fields)
a67eef1 test: redirect comparison tool output to stdout (Cory Fields)
|
|
e59441f Process fee estimate file into temporary vector first to let sanity checking complete. (Alex Morcos)
961ae93 Fix minor bug which only affected log messages. (Alex Morcos)
17f1567 Fixed a bug with index bounds checking (Alex Morcos)
|
|
Too spammy.
|
|
a5b2d9c [Qt] tweak new peers tab in console window (Philip Kaufmann)
|
|
- remove starting height as table header and replace with ping time
- remove columnResizingFixer
- add local address (if available) in detailed node view (on top of the
right view below the remote address)
- remove some .c_str() by using QString::fromStdString()
- rename Address to Address/Hostname
- rename secs to just s for ping time
- use MODEL_UPDATE_DELAY from guiconstants.h for the peer refresh time
- make PeerTableModel::columnCount() return no hard-coded value
- remove and cleanup dup private: section in RPCConsole header
- add new defaults for column sizes
- remove behaviour which keeps disconnected peers selected and also remove
code which keeps track of last selected peer stats
- add sync height to detail view
- add some additional NULL pointer checks for clientModel in
rpcconsole.cpp
|
|
a60120e Add built-in seeds for .onion (Wladimir J. van der Laan)
|
|
Github-Pull: #4619
|
|
0a0878d doc: Add new DNSseed policy (Gregory Maxwell)
|
|
|
|
b33bd7a Implement "getchaintips" RPC command to monitor blockchain forks. (Daniel Kraft)
|
|
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.
|
|
This makes it possible for a node with `-onlynet=tor` to bootstrap
itself.
It also adds the base infrastructure for adding IPv6 seed nodes.
Also represent IPv4 fixed seed addresses in 16-byte format.
|
|
6fd59ee script.h: set_vch() should shift a >32 bit value (Jeff Garzik)
|
|
bdba2dd qt: Remove an obscure option no-one cares about (Wladimir J. van der Laan)
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
Otherwise travis thinks the build has stalled.
|
|
|
|
- *cannot* is more common, thus preferred to *can not*
- Use *Watch-only* instead of *Watchonly* as one word
|
|
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.
|
|
This is needed to add version 0.10.x on Transifex so that translation
can start.
|
|
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)
|
|
9c34731 CBloomFilter::clear() method (Tom Harding)
|
|
Remove the "Display addresses" setting checkbox. It doesn't do what
the tooltip says, and seems kind of pointless in any case.
Fixes #4580.
|
|
|
|
|
|
714a3e6 Only keep setBlockIndexValid entries that are possible improvements (Pieter Wuille)
|
|
icon (OS X) with a buffer-based solution.
|
|
68aa01e Fixes error (Ian Carroll)
|
|
d70bc52 Rework block processing benchmark code (Pieter Wuille)
|
|
0c3e101 Added systemd .service file in order to help distributions integrate bitcoind. (Aitor Pazos)
|
|
complete.
|
|
into merge-pyminer
|
|
|
|
Suggested by whitj00. Fixes #4595
|
|
2e7009d Avoid querying DNS seeds, if we have open connections. (Jeff Garzik)
|
|
Source: http://www.viva64.com/en/b/0268/
|
|
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.
|
|
|
|
- use .empty() rather than .size() == 0
- use a const_iterator rather than BOOST_FOREACH
- validate iterators before creating a string from them
|
|
|
|
|