Age | Commit message (Expand) | Author |
2018-11-04 | scripted-diff: Move util files to separate directory. | Jim Posen |
2018-09-23 | Don't edit Chainparams after initialization | Jorge Timón |
2018-09-04 | doxygen: Remove misleading checkpoints comment in CMainParams | MarcoFalke |
2018-08-08 | Merge #13780: 0.17: Pre-branch maintenance | Wladimir J. van der Laan |
2018-07-30 | doc: Fix chainTxData comment | MarcoFalke |
2018-07-29 | chainparams: Update with data from assumed valid chain | MarcoFalke |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-05-02 | Trivial: s/SetBestChain/ChainStateFlushed in comments after #13106 | Russell Yanofsky |
2018-04-13 | Use P2SH consensus rules for all blocks | Suhas Daftuar |
2018-04-09 | Remove duplicate includes | practicalswift |
2018-04-05 | Merge #12859: Bugfix: Include <memory> for std::unique_ptr | Wladimir J. van der Laan |
2018-04-02 | Bugfix: Include <memory> for std::unique_ptr | Luke Dashjr |
2018-03-26 | Merge #11962: [net] add seed.bitcoin.sprovoost.nl to DNS seeds | Wladimir J. van der Laan |
2018-02-25 | Disable wallet fallbackfee by default on mainnet | Jonas Schnelli |
2018-01-29 | [net] add seed.bitcoin.sprovoost.nl to DNS seeds | Sjors Provoost |
2018-01-28 | Fix typos | practicalswift |
2018-01-25 | Update chainTxData for 0.16 | Wladimir J. van der Laan |
2018-01-25 | Update defaultAssumeValid according to release-process.md. | Gregory Maxwell |
2018-01-24 | Merge #11512: Use GetDesireableServiceFlags in seeds, dnsseeds, fixing static... | Wladimir J. van der Laan |
2018-01-19 | Update chainparams comment for more info on service bits per dnsseed | Matt Corallo |
2018-01-19 | Fall back to oneshot for DNS Seeds which don't support filtering. | Matt Corallo |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-12-24 | bluematt's testnet-seed now supports x9 (and is just a static list) | Matt Corallo |
2017-12-16 | [net] add seed.testnet.bitcoin.sprovoost.nl to testnet DNS seeds | Sjors Provoost |
2017-12-13 | Merge #11558: Minimal code changes to allow msvc compilation | Wladimir J. van der Laan |
2017-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |
2017-11-10 | Minimal code changes to allow msvc compilation. | Aaron Clauson |
2017-11-06 | Have SegWit active by default | Pieter Wuille |
2017-11-06 | [consensus] Pin P2SH activation to block 173805 on mainnet | John Newbery |
2017-11-06 | Improve handling of BIP9Deployment limits | Anthony Towns |
2017-10-19 | Remove my testnet DNS seed as I currently don't have the capacity to keep it ... | Andreas Schildbach |
2017-09-28 | Implement BIP173 addresses and tests | Pieter Wuille |
2017-08-03 | Update chain transaction statistics | Pieter Wuille |
2017-07-28 | Update defaultAssumeValid according to release-process.md. | Gregory Maxwell |
2017-06-22 | chainparams: make supported service bits option explicit | Cory Fields |
2017-06-14 | net: switch to dummy internal ip for dns seed source | Cory Fields |
2017-06-06 | Use list initialization (C++11) for maps/vectors instead of boost::assign::ma... | practicalswift |
2017-05-30 | Rename -bip9params to -vbparams | shaolinfry |
2017-05-03 | Chainparams: Get rid of CChainParams& Params(std::string) | Jorge Timón |
2017-05-03 | Chainparams: Use a regular factory for creating chainparams | Jorge Timón |
2017-03-17 | Remove unused code | practicalswift |
2017-02-19 | Add seed.btc.petertodd.org to mainnet DNS seeds | Peter Todd |
2017-02-16 | Update nMinimumChainWork and defaultAssumeValid. | Gregory Maxwell |
2017-02-09 | Remove bitseed.xf2.org form the dns seed list | Jonas Schnelli |
2017-01-13 | Introduce assumevalid setting to skip presumed valid scripts. | Gregory Maxwell |
2017-01-11 | Update estimated transaction count data | Pieter Wuille |
2017-01-11 | Shorten variable names and switch to tx/s | Pieter Wuille |
2017-01-04 | Move tx estimation data out of CCheckPointData | Pieter Wuille |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 |
2016-11-19 | Introduce convenience type CTransactionRef | Pieter Wuille |