| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | Merge #20169: Taproot follow-up: Make ComputeEntrySchnorr and ComputeEntryECD... | fanquake | 2020-10-17 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | script: Make ComputeEntrySchnorr and ComputeEntryECDSA const to clarify contract | practicalswift | 2020-10-16 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | Merge bitcoin-core/gui#97: Relax GUI freezes during IBD (when using wallets) | MarcoFalke | 2020-10-16 | 2 | -1/+11 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | Only update the updateSmartFeeLabel once in sync | Jonas Schnelli | 2020-09-18 | 2 | -1/+11 | |
| * | | | | | | | | | | | | | | | Merge #20035: signet: Fix uninitialized read in validation | Wladimir J. van der Laan | 2020-10-16 | 2 | -11/+9 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Initialize default-initialized uint256 consensus params to zero explicitly | MarcoFalke | 2020-10-16 | 1 | -2/+6 | |
| | * | | | | | | | | | | | | | | doc: Move assumed-values doxygen comments to header | MarcoFalke | 2020-10-15 | 2 | -9/+2 | |
| | * | | | | | | | | | | | | | | signet: Fix uninitialized read in validation | MarcoFalke | 2020-10-15 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | Merge #19836: rpc: Properly deserialize txs with witness before signing | fanquake | 2020-10-16 | 4 | -13/+14 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | rpc: Adjust witness-tx deserialize error message | MarcoFalke | 2020-10-13 | 4 | -10/+11 | |
| | * | | | | | | | | | | | | | | | rpc: Properly deserialize txs with witness before signing | MarcoFalke | 2020-08-30 | 2 | -3/+3 | |
| * | | | | | | | | | | | | | | | | Merge #20090: [doc] Tiny followups to new getpeerinfo connection type field | Wladimir J. van der Laan | 2020-10-15 | 2 | -10/+16 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | [trivial] Extract connection type doc into file where it is used. | Amiti Uttarwar | 2020-10-09 | 2 | -9/+13 | |
| | * | | | | | | | | | | | | | | | | [doc] Improve help for getpeerinfo connection_type field. | Amiti Uttarwar | 2020-10-09 | 1 | -1/+3 | |
| * | | | | | | | | | | | | | | | | | Merge #17428: p2p: Try to preserve outbound block-relay-only connections duri... | Wladimir J. van der Laan | 2020-10-15 | 4 | -12/+114 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | p2p: Try to connect to anchors once | Hennadii Stepanov | 2020-10-09 | 2 | -3/+21 | |
| | * | | | | | | | | | | | | | | | | p2p: Fix off-by-one error in fetching address loop | Hennadii Stepanov | 2020-10-09 | 1 | -7/+7 | |
| | * | | | | | | | | | | | | | | | | p2p: Integrate DumpAnchors() and ReadAnchors() into CConnman | Hennadii Stepanov | 2020-10-09 | 2 | -0/+30 | |
| | * | | | | | | | | | | | | | | | | p2p: Add CConnman::GetCurrentBlockRelayOnlyConns() | Hennadii Stepanov | 2020-10-09 | 2 | -0/+18 | |
| | * | | | | | | | | | | | | | | | | p2p: Add ReadAnchors() | Hennadii Stepanov | 2020-10-09 | 2 | -0/+21 | |
| | * | | | | | | | | | | | | | | | | p2p: Add DumpAnchors() | Hennadii Stepanov | 2020-10-09 | 2 | -2/+17 | |
| * | | | | | | | | | | | | | | | | | Merge #20002: net, rpc, cli: expose peer network in getpeerinfo; simplify/imp... | Wladimir J. van der Laan | 2020-10-15 | 4 | -96/+66 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | refactor: enable -netinfo to add future networks (i2p, cjdns) | Jon Atack | 2020-10-14 | 1 | -31/+28 | |
| | * | | | | | | | | | | | | | | | | refactor: promote some -netinfo localvars to class members | Jon Atack | 2020-10-14 | 1 | -22/+24 | |
| | * | | | | | | | | | | | | | | | | cli: simplify -netinfo using getpeerinfo network field | Jon Atack | 2020-10-14 | 1 | -49/+13 | |
| | * | | | | | | | | | | | | | | | | rpc, test: expose CNodeStats network in RPC getpeerinfo | Jon Atack | 2020-10-14 | 1 | -3/+7 | |
| | * | | | | | | | | | | | | | | | | net: add peer network to CNodeStats | Jon Atack | 2020-10-14 | 2 | -0/+3 | |
| * | | | | | | | | | | | | | | | | | Merge #20131: test: Remove unused nVersion=1 in p2p tests | Wladimir J. van der Laan | 2020-10-15 | 1 | -5/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | test: Remove unused nVersion=1 in p2p tests | MarcoFalke | 2020-10-12 | 1 | -5/+0 | |
| | | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Merge #19770: RPC: getpeerinfo: Deprecate "whitelisted" field (replaced by "p... | MarcoFalke | 2020-10-15 | 1 | -3/+8 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | RPC: getpeerinfo: Wrap long help line for bytesrecv_per_msg | Luke Dashjr | 2020-10-14 | 1 | -1/+2 | |
| | * | | | | | | | | | | | | | | | | | RPC: getpeerinfo: Deprecate "whitelisted" field (replaced by "permissions") | Luke Dashjr | 2020-10-14 | 1 | -2/+6 | |
| * | | | | | | | | | | | | | | | | | | Merge #20140: Restore compatibility with old CSubNet serialization | Wladimir J. van der Laan | 2020-10-15 | 3 | -2/+31 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | Ignore incorrectly-serialized banlist.dat entries | Pieter Wuille | 2020-10-12 | 3 | -1/+16 | |
| | * | | | | | | | | | | | | | | | | | Restore compatibility with old CSubNet serialization | Pieter Wuille | 2020-10-12 | 1 | -1/+15 | |
| * | | | | | | | | | | | | | | | | | | Merge #17775: DecodeHexTx: Try case where txn has inputs first | Wladimir J. van der Laan | 2020-10-15 | 1 | -12/+17 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | DecodeHexTx: Break out transaction decoding logic into own function | Gregory Sanders | 2019-12-30 | 1 | -9/+13 | |
| | * | | | | | | | | | | | | | | | | | | DecodeHexTx: Try case where txn has inputs first | Gregory Sanders | 2019-12-19 | 1 | -5/+6 | |
| * | | | | | | | | | | | | | | | | | | | Merge #19953: Implement BIP 340-342 validation (Schnorr/taproot/tapscript) | Wladimir J. van der Laan | 2020-10-15 | 32 | -90/+1157 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | tests: dumping and minimizing of script assets data | Pieter Wuille | 2020-10-12 | 3 | -0/+210 | |
| | * | | | | | | | | | | | | | | | | | | | tests: add generic qa-asset-based script verification unit test | Pieter Wuille | 2020-10-12 | 2 | -3/+133 | |
| | * | | | | | | | | | | | | | | | | | | | Activate Taproot/Tapscript on regtest (BIP 341, BIP 342) | Pieter Wuille | 2020-10-12 | 5 | -0/+24 | |
| | * | | | | | | | | | | | | | | | | | | | Make Taproot spends standard + policy limits | Pieter Wuille | 2020-10-12 | 7 | -4/+53 | |
| | * | | | | | | | | | | | | | | | | | | | Implement Tapscript script validation rules (BIP 342) | Johnson Lau | 2020-10-12 | 6 | -19/+234 | |
| | * | | | | | | | | | | | | | | | | | | | Use ScriptExecutionData to pass through annex hash | Pieter Wuille | 2020-10-12 | 3 | -16/+39 | |
| | * | | | | | | | | | | | | | | | | | | | Implement Taproot validation (BIP 341) | Pieter Wuille | 2020-10-12 | 6 | -7/+90 | |
| | * | | | | | | | | | | | | | | | | | | | Support for Schnorr signatures and integration in SignatureCheckers (BIP 340) | Pieter Wuille | 2020-10-12 | 12 | -11/+163 | |
| | * | | | | | | | | | | | | | | | | | | | Implement Taproot signature hashing (BIP 341) | Johnson Lau | 2020-10-12 | 4 | -12/+163 | |
| | * | | | | | | | | | | | | | | | | | | | Add TaggedHash function (BIP 340) | Pieter Wuille | 2020-10-12 | 2 | -0/+19 | |
| | * | | | | | | | | | | | | | | | | | | | refactor: keep spent outputs in PrecomputedTransactionData | Pieter Wuille | 2020-10-12 | 3 | -11/+22 | |