index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2021-06-02
0.20: Update translations after closing 0.20.x on Transifex
Hennadii Stepanov
2021-03-27
naming nits
Fabian Jahr
2021-03-27
Use Bech32m encoding for v1+ segwit addresses
Pieter Wuille
2021-03-18
Add Bech32m test vectors
Pieter Wuille
2021-03-18
Implement Bech32m encoding/decoding
Pieter Wuille
2021-01-05
[doc] Add permissions to the getpeerinfo help.
Amiti Uttarwar
2021-01-05
doc: Extract net permissions doc
MarcoFalke
2021-01-05
rpc: Add missing description of vout in getrawtransaction help text
Ben Carman
2020-12-10
gui: Pre-rc1 translations update
Wladimir J. van der Laan
2020-12-10
Merge #19740: [0.20] wallet: Simplify and fix CWallet::SignTransaction
MarcoFalke
2020-11-23
Merge #20399: Revert "Merge #19606: Backport wtxid relay to v0.20"
MarcoFalke
2020-11-18
Merge #20166: [0.20] Backports
MarcoFalke
2020-11-16
Revert "Merge #19606: Backport wtxid relay to v0.20"
MarcoFalke
2020-11-06
doc: Update data directory path comments
Hennadii Stepanov
2020-11-06
util: Add StripRedundantLastElementsOfPath function
Hennadii Stepanov
2020-10-23
random: fixes read buffer resizing in RandAddSeedPerfmon
Ethan Heilman
2020-10-19
net: Send post-verack handshake messages at most once
MarcoFalke
2020-10-16
rpc: Adjust witness-tx deserialize error message
MarcoFalke
2020-10-16
rpc: Properly deserialize txs with witness before signing
MarcoFalke
2020-10-16
Avoid the use of abs64 in timedata
Pieter Wuille
2020-10-16
docs: Correct description for getblockstats's txs field
Nadav Ivgi
2020-09-24
Further improve comments around recentRejects
Suhas Daftuar
2020-09-24
Disconnect peers sending wtxidrelay message after VERACK
Suhas Daftuar
2020-09-24
Rename AddInventoryKnown() to AddKnownTx()
Suhas Daftuar
2020-09-24
Make TX_WITNESS_STRIPPED its own rejection reason
Suhas Daftuar
2020-09-24
Delay getdata requests from peers using txid-based relay
Suhas Daftuar
2020-09-24
Add p2p message "wtxidrelay"
Suhas Daftuar
2020-09-24
ignore non-wtxidrelay compliant invs
Anthony Towns
2020-09-24
Add support for tx-relay via wtxid
Suhas Daftuar
2020-09-24
Add wtxids to recentRejects
Suhas Daftuar
2020-09-24
Add wtxids of confirmed transactions to bloom filter
Suhas Daftuar
2020-09-24
Add wtxid-index to orphan map
Suhas Daftuar
2020-09-24
Add a wtxid-index to mapRelay
Suhas Daftuar
2020-09-24
Just pass a hash to AddInventoryKnown
Suhas Daftuar
2020-09-24
Add a wtxid-index to the mempool
Suhas Daftuar
2020-08-16
Simplify and fix CWallet::SignTransaction
Andrew Chow
2020-08-07
Add txids with non-standard inputs to reject filter
Suhas Daftuar
2020-07-17
qt: Translation update for 0.20.1rc1
v0.20.1rc1
Wladimir J. van der Laan
2020-07-15
Increment input value sum only once per UTXO in decodepsbt
Andrew Chow
2020-07-08
Clean up separated ban/discourage interface
Pieter Wuille
2020-07-08
Replace automatic bans with discouragement filter
Pieter Wuille
2020-07-03
wallet: Handle concurrent wallet loading
João Barbosa
2020-07-03
psbt: always put a non_witness_utxo and don't remove it
Andrew Chow
2020-07-03
psbt: Allow both non_witness_utxo and witness_utxo
Andrew Chow
2020-07-03
rpc: show both UTXOs in decodepsbt
Andrew Chow
2020-06-09
trivial: Suggested cleanups to surrounding code
Russell Yanofsky
2020-06-09
wallet: Minimal fix to restore conflicted transaction notifications
Russell Yanofsky
2020-06-09
Fix WSL file locking by using flock instead of fcntl
Samuel Dobson
2020-06-09
util: Don't reference errno when pthread fails.
MIZUTA Takeshi
2020-06-04
Merge #19170: [0.20] Add missing QPainterPath include
MarcoFalke
[next]