index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-05-19
Have OutputGroup determine the value to use
Andrew Chow
2021-05-19
Change SelectCoins_test to actually test SelectCoins
Andrew Chow
2021-05-19
Remove CreateTransaction while loop and some related variables
Andrew Chow
2021-05-19
Remove use_bnb and bnb_used
Andrew Chow
2021-05-19
Do both BnB and Knapsack coin selection in SelectCoinsMinConf
Andrew Chow
2021-05-19
Have KnapsackSolver actually use effective values
Andrew Chow
2021-05-19
Roll static tx fees into nValueToSelect instead of having it be separate
Andrew Chow
2021-05-19
Move output reductions for fee to after coin selection
Andrew Chow
2021-05-13
Make cost_of_change part of CoinSelectionParams
Andrew Chow
2021-05-13
Move some calculations to common code in SelectCoinsMinConf
Andrew Chow
2021-05-13
scripted-diff: rename some variables
Andrew Chow
2021-05-13
Merge bitcoin/bitcoin#21939: refactor: Replace memset calls with array initia...
W. J. van der Laan
2021-05-13
Merge bitcoin/bitcoin#21914: net: use stronger AddLocal() for our I2P address
W. J. van der Laan
2021-05-13
refactor: Replace memset calls with array initialization
João Barbosa
2021-05-13
Merge bitcoin/bitcoin#21907: wallet: Do not iterate a directory if having an ...
Samuel Dobson
2021-05-13
Merge bitcoin/bitcoin#21910: refactor: remove redundant fOnlySafe argument
Samuel Dobson
2021-05-13
Merge bitcoin/bitcoin#21925: doc: Update bips.md for 0.21.1
MarcoFalke
2021-05-12
Merge bitcoin/bitcoin#21931: ci: Bump cirrus fuzz CPUs to avoid timeout
MarcoFalke
2021-05-12
Merge bitcoin/bitcoin#21584: Fix assumeutxo crash due to invalid base_blockhash
W. J. van der Laan
2021-05-12
Merge bitcoin/bitcoin#21911: build: add configure~ to .gitignore
W. J. van der Laan
2021-05-12
ci: Bump cirrus fuzz CPUs to avoid timeout
MarcoFalke
2021-05-12
build: add *~ to .gitignore
Sjors Provoost
2021-05-12
Merge bitcoin/bitcoin#21905: net: initialize nMessageSize to uint32_t max
W. J. van der Laan
2021-05-12
Merge bitcoin/bitcoin#21796: index: Avoid async shutdown on init error
W. J. van der Laan
2021-05-12
Merge bitcoin/bitcoin#21927: fuzz: Run const CScript member functions only once
MarcoFalke
2021-05-12
Merge bitcoin/bitcoin#21912: doc: Remove mention of priority estimation
W. J. van der Laan
2021-05-12
Merge bitcoin/bitcoin#21462: guix: Add guix-{attest,verify} scripts
W. J. van der Laan
2021-05-12
wallet: Do not iterate a directory if having an error while accessing it
Hennadii Stepanov
2021-05-12
index: Avoid async shutdown on init error
MarcoFalke
2021-05-12
fuzz: Run const CScript member functions only once
MarcoFalke
2021-05-12
doc: Update bips.md for 0.21.1
MarcoFalke
2021-05-12
Merge bitcoin/bitcoin#19064: refactor: Cleanup thread ctor calls
MarcoFalke
2021-05-12
Merge bitcoin/bitcoin#21593: build, qt, refactor: Get rid of some sed command...
fanquake
2021-05-12
Merge bitcoin/bitcoin#21922: fuzz: Avoid timeout in EncodeBase58
fanquake
2021-05-11
fuzz: Avoid timeout in EncodeBase58
MarcoFalke
2021-05-11
Merge bitcoin/bitcoin#21892: fuzz: Avoid excessively large min fee rate in tx...
MarcoFalke
2021-05-11
Merge bitcoin/bitcoin#21909: fuzz: Limit max insertions in timedata fuzz test
MarcoFalke
2021-05-11
net: initialize nMessageSize to max uint32_t instead of -1
eugene
2021-05-11
Merge bitcoin/bitcoin#21644: p2p, bugfix: use NetPermissions::HasFlag() in CC...
W. J. van der Laan
2021-05-11
net: use stronger AddLocal() for our I2P address
Vasil Dimov
2021-05-11
Merge bitcoin/bitcoin#21752: doc: Clarify that feerates are per virtual size
MarcoFalke
2021-05-11
doc: Remove mention of priority estimation
MarcoFalke
2021-05-11
refactor: Avoid magic value of all-zeros in assumeutxo base_blockhash
MarcoFalke
2021-05-11
Merge bitcoin-core/gui#271: Don't clear console prompt when font resizing
W. J. van der Laan
2021-05-11
Fix assumeutxo crash due to invalid base_blockhash
MarcoFalke
2021-05-11
refactor: Use type-safe assumeutxo hash
MarcoFalke
2021-05-11
refactor: Remove unused code
MarcoFalke
2021-05-11
move-only: Add util/hash_type
MarcoFalke
2021-05-11
refactor: remove redundant fOnlySafe argument
t-bast
2021-05-11
fuzz: Limit max insertions in timedata fuzz test
MarcoFalke
[next]