Wladimir J. van der Laan
6a8be7ba99
Merge #9032 : test: Add format-dependent comparison to bctest
...
6c5cd9d
test: Add format-dependent comparison to bctest (Wladimir J. van der Laan)
8 years ago
Wladimir J. van der Laan
101c642bef
Merge #8448 : Store mempool and prioritization data to disk
...
582068a
Add mempool.dat to doc/files.md (Pieter Wuille)
3f78562
Add DumpMempool and LoadMempool (Pieter Wuille)
ced7c94
Add AcceptToMemoryPoolWithTime function (Pieter Wuille)
c3efb58
Add feedelta to TxMempoolInfo (Pieter Wuille)
8 years ago
Jonas Schnelli
273bde37d8
Merge #9043 : [qt] Return useful error message on ATMP failure
...
3333e5a
[qt] Return useful error message on ATMP failure (MarcoFalke)
8 years ago
MarcoFalke
3d69ecb4ed
Merge #9041 : keypoololdest denote Unix epoch, not GMT
...
7f61b49
Change all instance of 'GMT epoch' to 'Unix epoch' (matthias)
8 years ago
Pieter Wuille
582068aa90
Add mempool.dat to doc/files.md
8 years ago
Pieter Wuille
3f78562df5
Add DumpMempool and LoadMempool
8 years ago
Pieter Wuille
ced7c949e8
Add AcceptToMemoryPoolWithTime function
8 years ago
Pieter Wuille
c3efb58622
Add feedelta to TxMempoolInfo
8 years ago
matthias
7f61b49de8
Change all instance of 'GMT epoch' to 'Unix epoch'
8 years ago
MarcoFalke
3333e5a1e5
[qt] Return useful error message on ATMP failure
8 years ago
Wladimir J. van der Laan
6c5cd9d022
test: Add format-dependent comparison to bctest
...
This splits the output comparison for `bitcoin-tx` into two steps:
- First, check for data mismatch, parsing the data as json or hex
depending on the extension of the output file
- Then, check if the literal string matches
For either of these cases give a different error.
This prevents wild goose chases when e.g. a trailing space doesn't match
exactly, and makes sure that both test output and examples are valid
data of the purported format.
8 years ago
Wladimir J. van der Laan
d2143dc937
Merge #8989 : [Qt] overhaul smart-fee slider, adjust default confirmation target
...
cfe77ef
[Qt] overhaul smart-fee slider, adjust default confirmation target (Jonas Schnelli)
6f02899
[Qt] Hide nTxConfirmTarget behind WalletModel (Jonas Schnelli)
004168d
CoinControl: add option for custom confirmation target (Jonas Schnelli)
8 years ago
Wladimir J. van der Laan
0dcb888266
Merge #9016 : Return useful error message on ATMP failure
...
169bdab
Return useful error message on ATMP failure (instagibbs)
8 years ago
Jonas Schnelli
cfe77ef412
[Qt] overhaul smart-fee slider, adjust default confirmation target
8 years ago
Jonas Schnelli
6f0289967f
[Qt] Hide nTxConfirmTarget behind WalletModel
8 years ago
Jonas Schnelli
004168dcb7
CoinControl: add option for custom confirmation target
8 years ago
Wladimir J. van der Laan
fea5e05a63
Merge #9029 : instance of 'mem pool' to 'mempool'
...
1c3ecc7
instance of 'mem pool' to 'mempool' (S. Matthew English)
8 years ago
S. Matthew English
1c3ecc70c8
instance of 'mem pool' to 'mempool'
...
there was only one instance of 'mem pool' and not 'mempool', so I changed it to conform to the others
8 years ago
Wladimir J. van der Laan
83234d4d17
Merge #9033 : Update build notes for dropping osx 10.7 support (fanquake)
...
ba26d41
Update build notes for dropping osx 10.7 support (Michael Ford)
8 years ago
Wladimir J. van der Laan
a49b4a75a1
doc: Add release notes for 0.13.1 release
8 years ago
Michael Ford
ba26d415c0
Update build notes for dropping osx 10.7 support
...
Github-Pull: #9022
Rebased-From: 1d1246314f
8 years ago
instagibbs
169bdabe14
Return useful error message on ATMP failure
8 years ago
Wladimir J. van der Laan
86f9e3dbba
Merge #9020 : rpc: Remove invalid explanation from wallet fee message
...
04c1c15
rpc: Remove invalid explanation from wallet fee message (Wladimir J. van der Laan)
8 years ago
Wladimir J. van der Laan
04c1c15544
rpc: Remove invalid explanation from wallet fee message
8 years ago
Wladimir J. van der Laan
54259370ae
Merge #9015 : release: bump required osx version to 10.8. (jonasschnelli)
...
339c4b6
release: bump required osx version to 10.8. Credit jonasschnelli. (Cory Fields)
8 years ago
Cory Fields
339c4b6c3a
release: bump required osx version to 10.8. Credit jonasschnelli.
...
libc++ on 10.7 causes too many issues.
See #8577 for discussion/details.
8 years ago
Wladimir J. van der Laan
9bdf5269f8
Merge #8515 : A few mempool removal optimizations
...
0334430
Add some missing includes (Pieter Wuille)
4100499
Return shared_ptr<CTransaction> from mempool removes (Pieter Wuille)
51f2783
Make removed and conflicted arguments optional to remove (Pieter Wuille)
f48211b
Bypass removeRecursive in removeForReorg (Pieter Wuille)
8 years ago
Wladimir J. van der Laan
e077e00303
Merge #8948 : [TRIVIAL] reorder Windows gitian build order to match Linux
...
3f7581d
[TRIVIAL] reorder Windows gitian build order to match Linux (Micha)
8 years ago
Wladimir J. van der Laan
f14f07cb94
Merge #9008 : [net] Remove assert(nMaxInbound > 0)
...
fa1c3c2
[net] Remove assert(nMaxInbound > 0) (MarcoFalke)
8 years ago
Wladimir J. van der Laan
e1d1f57b56
Merge #9002 : Make connect=0 disable automatic outbound connections.
...
515e264
Make connect=0 disable automatic outbound connections. (Gregory Maxwell)
8 years ago
Gregory Maxwell
515e2642eb
Make connect=0 disable automatic outbound connections.
...
Otherwise it just responds to this obvious bit of configuration by
trying to connect to "0" in a loop.
8 years ago
Wladimir J. van der Laan
67728a389c
Merge #9004 : Clarify `listenonion`
...
3421e74
Clarify `listenonion` (unsystemizer)
8 years ago
MarcoFalke
fa1c3c2eb0
[net] Remove assert(nMaxInbound > 0)
...
nMaxInbound might very well be 0 or -1, if the user prefers to keep
a small number of maxconnections.
Note: nMaxInbound of -1 means that the user set maxconnections
to 8 or less, but we still want to keep an additional slot for
the feeler connection.
8 years ago
Wladimir J. van der Laan
ced22d035a
Merge #8995 : Add missing cs_main lock to ::GETBLOCKTXN processing
...
dfe7906
Add missing cs_main lock to ::GETBLOCKTXN processing (Matt Corallo)
8 years ago
unsystemizer
3421e74601
Clarify `listenonion`
...
> This new feature is enabled by default if Bitcoin Core is listening, and a connection to Tor can be made. It can be configured with the -listenonion, -torcontrol and -torpassword settings. To show verbose debugging information, pass -debug=tor.
But it is correct to say that the feature is enabled *regardless* of whether a connection to Tor can be made.
I propose to clarify that so that users can eliminate these in their logs (when `listen=1` and no Tor).
And I think it's okay to clarify about the `listen` option, because on several occasions when I read this before I always assumed `listening` meant `server=1` which cost me a lot of time in troubleshooting.
```
2016-10-24 06:19:22.551029 tor: Error connecting to Tor control socket
2016-10-24 06:19:22.551700 tor: Not connected to Tor control port 127.0.0.1:9051, trying to reconnect
```
### What version of bitcoin-core are you using?
0.12.1
8 years ago
Wladimir J. van der Laan
fd29348dbe
Merge #8993 : Trivial: Fix doxygen comment: the transaction is returned in txOut
...
1d8e12b
Fix doxygen comment: the transaction is returned in txOut (Pavel Janík)
8 years ago
Pieter Wuille
0334430b39
Add some missing includes
8 years ago
Pieter Wuille
4100499db4
Return shared_ptr<CTransaction> from mempool removes
8 years ago
Pieter Wuille
51f278329d
Make removed and conflicted arguments optional to remove
8 years ago
Pieter Wuille
f48211b700
Bypass removeRecursive in removeForReorg
8 years ago
Pavel Janík
1d8e12ba48
Fix doxygen comment: the transaction is returned in txOut
8 years ago
MarcoFalke
f08222e882
Merge #8982 : Eliminating Inconsistencies in Textual Output
...
3a286ab
Eliminating Inconsistencies in Textual Output (S. Matthew English)
8 years ago
Matt Corallo
dfe79060a6
Add missing cs_main lock to ::GETBLOCKTXN processing
...
Note that this is not a major issue as, in order for the missing
lock to cause issues, you have to receive a GETBLOCKTXN message
while reindexing, adding a block header via RPC, etc, which results
in either a table rehash or an insert into the bucket which you are
currently looking at.
8 years ago
Wladimir J. van der Laan
3cf496d102
Merge #8968 : Don't hold cs_main when calling ProcessNewBlock from a cmpctblock
...
72ca7d9
Don't hold cs_main when calling ProcessNewBlock from a cmpctblock (Matt Corallo)
8 years ago
Wladimir J. van der Laan
5af9a7117c
Merge #8975 : Chainparams: Trivial: In AppInit2(), s/Params()/chainparams/
...
6f2f639
Chainparams: Trivial: In AppInit2(), s/Params()/chainparams/ (Jorge Timón)
8 years ago
Wladimir J. van der Laan
3fb3fade3c
Merge #8990 : moveonly: move `coincontrol` to `src/wallet`
...
1ae5839
moveonly: move `coincontrol` to `src/wallet` (Wladimir J. van der Laan)
8 years ago
Jonas Schnelli
7b1bfa3a87
Merge #8985 : Use pindexBestHeader instead of setBlockIndexCandidates for NotifyHeaderTip()
...
3154d6e
[Qt] use NotifyHeaderTip's height and date for the progress update (Jonas Schnelli)
0a261b6
Use pindexBestHeader instead of setBlockIndexCandidates for NotifyHeaderTip() (Jonas Schnelli)
8 years ago
Wladimir J. van der Laan
1ae5839ff0
moveonly: move `coincontrol` to `src/wallet`
8 years ago
Wladimir J. van der Laan
0e228557f2
Merge #8980 : RPC: importmulti: Avoid using boost::variant::operator!=, which is only in newer boost versions
...
7942d31
RPC: importmulti: Avoid using boost::variant::operator!=, which is only in newer boost versions (Luke Dashjr)
8 years ago
Jonas Schnelli
3154d6e3a2
[Qt] use NotifyHeaderTip's height and date for the progress update
8 years ago