| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | | | | net: Use network byte order for in_addr.s_addr | Hennadii Stepanov | 2020-09-29 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | Merge #20055: rpc: Set HTTP Content-Type in bitcoin-cli | fanquake | 2020-10-02 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | rpc: Set HTTP Content-Type in bitcoin-cli | Wladimir J. van der Laan | 2020-10-01 | 1 | -0/+1 | |
| | | |_|_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Merge #20060: refactor: fix -Wbraced-scalar-init warning in validation tests | MarcoFalke | 2020-10-02 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | refactor: fix -Wbraced-scalar-init warning in validation tests | fanquake | 2020-10-02 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Merge #20058: Update transifex slug for 0.21 | fanquake | 2020-10-02 | 62 | -2183/+16116 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | qt: Periodic translations update | Wladimir J. van der Laan | 2020-10-01 | 61 | -2182/+16115 | |
| | * | | | | | | | | | | | | | | | | | | | | | tx: Update transifex slug for 0.21 | Wladimir J. van der Laan | 2020-10-01 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Merge #18309: zmq: Add support to listen on multiple interfaces | Wladimir J. van der Laan | 2020-10-01 | 5 | -12/+40 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | zmq: Append address to notify log output | nthumann | 2020-10-01 | 1 | -8/+8 | |
| | * | | | | | | | | | | | | | | | | | | | | | test: Add zmq test to support multiple interfaces | nthumann | 2020-10-01 | 1 | -0/+24 | |
| | * | | | | | | | | | | | | | | | | | | | | | doc: Add release notes to support multiple interfaces | nthumann | 2020-09-23 | 1 | -0/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | doc: Adjust ZMQ usage to support multiple interfaces | nthumann | 2020-09-23 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | zmq: Add support to listen on multiple interfaces | Nicolas Thumann | 2020-09-23 | 1 | -4/+2 | |
| | | |_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Merge #20048: chainparams: do not log signet startup messages for other chains | MarcoFalke | 2020-10-01 | 3 | -2/+8 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | signet: do not log signet startup messages for other chains | Jon Atack | 2020-10-01 | 3 | -2/+8 | |
| | | |/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Merge #19253: Tests: tidy up address.py and segwit_addr.py | MarcoFalke | 2020-10-01 | 4 | -51/+57 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | [tests] Replace bytes literals with hex literals | John Newbery | 2020-09-03 | 1 | -12/+12 | |
| | * | | | | | | | | | | | | | | | | | | | | [tests] Fix pep8 style violations in address.py | John Newbery | 2020-09-03 | 1 | -12/+12 | |
| | * | | | | | | | | | | | | | | | | | | | | [tests] Correct docstring for address.py | John Newbery | 2020-09-03 | 1 | -1/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | [tests] Tidy up imports in address.py | John Newbery | 2020-09-03 | 1 | -4/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | [tests] Remove unused optional verify_checksum parameter | John Newbery | 2020-09-03 | 1 | -3/+7 | |
| | * | | | | | | | | | | | | | | | | | | | | [tests] Rename segwit encode and decode functions | John Newbery | 2020-09-03 | 2 | -7/+7 | |
| | * | | | | | | | | | | | | | | | | | | | | [tests] Move bech32 unit tests to test framework | John Newbery | 2020-09-03 | 3 | -14/+16 | |
| * | | | | | | | | | | | | | | | | | | | | | Merge #20004: test: Add signet witness commitment section parse tests | Wladimir J. van der Laan | 2020-09-30 | 9 | -33/+96 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | test: Add signet witness commitment section parse tests | MarcoFalke | 2020-09-29 | 1 | -0/+62 | |
| | * | | | | | | | | | | | | | | | | | | | | | Remove gArgs global from CreateChainParams to aid testing | MarcoFalke | 2020-09-29 | 9 | -33/+34 | |
| * | | | | | | | | | | | | | | | | | | | | | | Merge #19802: doc: elaborate on release notes wrt netmasks | Wladimir J. van der Laan | 2020-09-30 | 1 | -1/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | doc: elaborate on release notes wrt netmasks | Vasil Dimov | 2020-09-01 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #19498: Tidy up ProcessOrphanTx | MarcoFalke | 2020-09-30 | 2 | -43/+55 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | ProcessOrphanTx: Move AddToCompactExtraTransactions call into ProcessOrphanTx | John Newbery | 2020-09-07 | 2 | -14/+12 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | ProcessOrphanTx: Remove aliases | John Newbery | 2020-09-07 | 1 | -8/+6 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | ProcessOrphanTx: Remove outdated commented | John Newbery | 2020-09-07 | 1 | -11/+8 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | ProcessOrphanTx: remove useless setMisbehaving set | John Newbery | 2020-09-07 | 1 | -6/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | ProcessOrphanTx: remove useless done variable | John Newbery | 2020-09-07 | 1 | -5/+5 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | [net processing] Add doxygen comments for orphan data and function | John Newbery | 2020-09-07 | 1 | -3/+26 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge #20043: doc: Add 19501 release notes | fanquake | 2020-09-30 | 3 | -38/+42 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | doc: Add 19501 release notes | MarcoFalke | 2020-09-30 | 1 | -0/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | doc: Remove double-whitespace from help string, other whitespace fixups | MarcoFalke | 2020-09-30 | 2 | -38/+39 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge #20006: Fix misleading error message: Clean stack rule | Wladimir J. van der Laan | 2020-09-30 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Fix misleading error message: Clean stack rule | sanket1729 | 2020-09-24 | 1 | -1/+1 | |
| | | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge #20036: signet: Add assumed values for default signet | Wladimir J. van der Laan | 2020-09-30 | 1 | -8/+18 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | signet: Add assumed values for default signet | MarcoFalke | 2020-09-29 | 1 | -8/+18 | |
| | | |_|_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge #19501: send* RPCs in the wallet returns the "fee reason" | MarcoFalke | 2020-09-30 | 8 | -20/+71 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | [test] Make sure send rpc returns fee reason | Sishir Giri | 2020-09-28 | 1 | -0/+12 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | [send] Make send RPCs return fee reason | Sishir Giri | 2020-09-26 | 8 | -21/+60 | |
| | | |/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge #19960: build: The vcpkg tool has introduced a proper way to use manifests | MarcoFalke | 2020-09-30 | 6 | -30/+38 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | Update msvc build to use new vcpkg manifest | Aaron Clauson | 2020-09-29 | 6 | -30/+38 | |
| | |/ / / / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge #19958: doc: Better document features of feelers | fanquake | 2020-09-30 | 2 | -5/+14 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | Improve docs about feeler connections | Gleb Naumenko | 2020-09-24 | 2 | -5/+14 | |