| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge #16443: refactor: have CCoins* data managed under CChainState | MarcoFalke | 2019-08-15 | 1 | -1/+1 |
| |\ | |||||
| | * | refactor: pcoinsTip -> CChainState::CoinsTip() | James O'Beirne | 2019-08-06 | 1 | -1/+1 |
| * | | Remove p2pEnabled from Chain interface | Antoine Riard | 2019-08-08 | 1 | -0/+3 |
| |/ | |||||
| * | Tidy up BroadcastTransaction() | John Newbery | 2019-08-01 | 1 | -14/+23 |
| * | Add BroadcastTransaction utility usage in Chain interface | Antoine Riard | 2019-08-01 | 1 | -13/+12 |
| * | refactor : use RelayTransaction in BroadcastTransaction utility | Antoine Riard | 2019-07-24 | 1 | -4/+2 |
| * | [build] Add several util units | John Newbery | 2019-04-09 | 1 | -26/+1 |
| * | Remove unused TransactionError constants | MarcoFalke | 2019-02-14 | 1 | -26/+14 |
| * | Factor out combine / finalize / extract PSBT helpers | Glenn Willen | 2019-02-11 | 1 | -0/+2 |
| * | Switch away from exceptions in refactored tx code | Glenn Willen | 2019-02-11 | 1 | -11/+45 |
| * | Factor BroadcastTransaction out of sendrawtransaction | Glenn Willen | 2019-02-11 | 1 | -0/+79 |