Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-17 | Merge #8505: Trivial: Fix typos in various files | Wladimir J. van der Laan | |
1aacfc2 various typos (leijurv) | |||
2016-08-15 | remove no-longer-used InitError logic | instagibbs | |
2016-08-15 | Merge #8192: [trivial] Remove URLs from About dialog translations | Jonas Schnelli | |
208d37f [trivial] Remove URLs from About dialog translations (fanquake) | |||
2016-08-15 | Merge #8128: Net: Turn net structures into dumb storage classes | Wladimir J. van der Laan | |
9e9d644 net: fixup nits (Cory Fields) 8945384 net: Have LookupNumeric return a CService directly (Cory Fields) 21ba407 net: narrow include scope after moving to netaddress (Cory Fields) 21e5b96 net: move CNetAddr/CService/CSubNet out of netbase (Cory Fields) 1017b8a net: Add direct tests for new CSubNet constructors (Cory Fields) b6c3ff3 net: Split resolving out of CSubNet (Cory Fields) f96c7c4 net: Split resolving out of CService (Cory Fields) 31d6b1d net: Split resolving out of CNetAddr (Cory Fields) | |||
2016-08-14 | various typos | leijurv | |
2016-08-04 | net: Have LookupNumeric return a CService directly | Cory Fields | |
Also fix up a few small issues: - Lookup with "badip:port" now sets the port to 0 - Don't allow assert to have side-effects | |||
2016-08-04 | Merge #8392: Fix several node initialization issues | Wladimir J. van der Laan | |
9d4eb9a Do diskspace check before import thread is started (Pieter Wuille) aa59f2e Add extra message to avoid a long 'Loading banlist' (Pieter Wuille) 0fd2a33 Use a signal to continue init after genesis activation (Pieter Wuille) | |||
2016-08-02 | Do not shadow previous local variable | Pavel Janík | |
2016-08-02 | Trivial: bip -> BIP in help text and comment | Pavel Janík | |
2016-07-31 | net: narrow include scope after moving to netaddress | Cory Fields | |
Net functionality is no longer needed for CAddress/CAddrman/etc. now that CNetAddr/CService/CSubNet are dumb storage classes. | |||
2016-07-31 | net: Split resolving out of CSubNet | Cory Fields | |
2016-07-31 | net: Split resolving out of CService | Cory Fields | |
2016-07-30 | Do diskspace check before import thread is started | Pieter Wuille | |
2016-07-30 | Use a signal to continue init after genesis activation | Pieter Wuille | |
2016-07-29 | Allow changing BIP9 parameters on regtest | Suhas Daftuar | |
2016-07-21 | [trivial] Remove URLs from About dialog translations | fanquake | |
2016-07-19 | Treat high-sigop transactions as larger rather than rejecting them | Pieter Wuille | |
2016-07-18 | Rename "block cost" to "block weight" | Suhas Daftuar | |
2016-07-18 | mining: Improve `-blockmaxcost` help message | Wladimir J. van der Laan | |
One-word replacement to #8354. | |||
2016-07-18 | Merge #8295: Mining-related fixups for 0.13.0 | Wladimir J. van der Laan | |
c1d61fb Add warning if -blockminsize is used. (Suhas Daftuar) 27362dd Remove -blockminsize option (Suhas Daftuar) d2e46e1 Remove addScoreTxs() (Suhas Daftuar) 6dd4bc2 Exclude witness transactions in addPackageTxs() pre-segwit activation (Suhas Daftuar) f15c2cd CreateNewBlock: add support for size-accounting to addPackageTxs (Suhas Daftuar) | |||
2016-07-06 | Merge #8273: Bump `-dbcache` default to 300MiB | Wladimir J. van der Laan | |
efd1d83 doc: Mention dbcache increase in release notes (Wladimir J. van der Laan) 32cab91 Bump `-dbcache` default to 300MiB (Wladimir J. van der Laan) | |||
2016-07-06 | Bump `-dbcache` default to 300MiB | Wladimir J. van der Laan | |
Also cap the allocation for the leveldb-specific cache for the UTXO set to 8MiB. This avoids that the extra cache memory goes to the much less effective leveldb cache instead of our application-level cache. | |||
2016-07-06 | Merge #8275: Remove bad chain alert partition check | Wladimir J. van der Laan | |
ab8be98 Remove bad chain alert partition check (BtcDrak) | |||
2016-07-05 | Add warning if -blockminsize is used. | Suhas Daftuar | |
2016-06-30 | Remove -blockminsize option | Suhas Daftuar | |
2016-06-28 | Merge #8257: Do not ask a UI question from bitcoind | Wladimir J. van der Laan | |
1acf1db Do not ask a UI question from bitcoind (Pieter Wuille) | |||
2016-06-24 | Do not ask a UI question from bitcoind | Pieter Wuille | |
2016-06-22 | Add rewind logic to deal with post-fork software updates | Pieter Wuille | |
Includes logic for dealing with pruning by Suhas Daftuar. | |||
2016-06-22 | BIP141: Other consensus critical limits, and BIP145 | Pieter Wuille | |
Includes changes by Suhas Daftuar, Luke-jr, and mruddy. | |||
2016-06-22 | BIP144: Handshake and relay (receiver side) | Pieter Wuille | |
Service bit logic by Nicolas Dorier. Only download blocks from witness peers after fork. | |||
2016-06-16 | [doc] Add website links to about dialog | MarcoFalke | |
2016-06-14 | Remove bad chain alert partition check | BtcDrak | |
As per meeting 2016-03-31 https://bitcoincore.org/en/meetings/2016/03/31/#bad-chain-alerts The partition checker was producing huge number of false-positives and was disabled in 0.12.1 on the understanding it would either be fixed in 0.13 or removed entirely from master if not. | |||
2016-06-13 | Introduce enum ServiceFlags for service flags | Pieter Wuille | |
2016-06-09 | build: Get rid of `CLIENT_DATE` | Wladimir J. van der Laan | |
Putting the build date in the executable is a practice that has no place in these days, now that deterministic building is increasingly common. Continues #7732 which did this for the GUI. | |||
2016-06-07 | [init] Make feefilter option debug option | MarcoFalke | |
2016-06-01 | Use std::atomic for fRequestShutdown and fReopenDebugLog | Pieter Wuille | |
2016-05-29 | Always require OS randomness when generating secret keys | Pieter Wuille | |
2016-05-26 | Merge #8049: Expose information on whether transaction relay is enabled in ↵ | Pieter Wuille | |
`getnetwork` 1ab1dc3 rpc: Add `relaytxes` flag to `getnetworkinfo` (Wladimir J. van der Laan) 581ddff net: Add fRelayTxes flag (Wladimir J. van der Laan) | |||
2016-05-26 | Merge #8015: CCoinsViewErrorCatcher raison-d-etre | Wladimir J. van der Laan | |
a4d5855 CCoinsViewErrorCatcher raison-d-etre (21E14) | |||
2016-05-25 | Merge #8076: VerifyDB: don't check blocks that have been pruned | Pieter Wuille | |
bd477f4 VerifyDB: don't check blocks that have been pruned (Suhas Daftuar) | |||
2016-05-25 | Merge #8063: Acquire lock to check for genesis block. | Pieter Wuille | |
46b0c3b Acquire lock to check for genesis block. (Patrick Strateman) | |||
2016-05-22 | VerifyDB: don't check blocks that have been pruned | Suhas Daftuar | |
2016-05-16 | Acquire lock to check for genesis block. | Patrick Strateman | |
2016-05-17 | Add -reindex-chainstate that does not rebuild block index | Pieter Wuille | |
2016-05-17 | Switch reindexing to AcceptBlock in-loop and ActivateBestChain afterwards | Pieter Wuille | |
2016-05-12 | net: Add fRelayTxes flag | Wladimir J. van der Laan | |
Add a fRelayTxes to keep track of the relay transaction flag we send to other peers. | |||
2016-05-12 | Merge #8004: signal handling: fReopenDebugLog and fRequestShutdown should be ↵ | Wladimir J. van der Laan | |
type sig_atomic_t 3262316 fReopenDebugLog and fRequestShutdown should be type sig_atomic_t (Chirag Davé) | |||
2016-05-10 | init: Move berkeleydb version reporting to wallet | Wladimir J. van der Laan | |
Move the version reporting to Wallet::Verify, before starting verification of the wallet. This removes the dependency of init on a specific wallet database library. A further, trivial step towards resolving #7965. | |||
2016-05-09 | fReopenDebugLog and fRequestShutdown should be type sig_atomic_t | Chirag Davé | |
This allows access as an atomic variable in the presence of async interrupts. See issue #7433 for more details fixes: #7433 | |||
2016-05-06 | CCoinsViewErrorCatcher raison-d-etre | 21E14 | |