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
2020-12-10
wallet, bugfix: allow send to take string fee rate values
Jon Atack
2020-12-10
Send and require SENDADDRV2 before VERACK
Pieter Wuille
2020-12-10
Don't send 'sendaddrv2' to pre-70016 software
Pieter Wuille
2020-12-04
Merge #20510: [backport] wallet: allow zero-fee fundrawtransaction/walletcrea...
MarcoFalke
2020-11-26
Use the correct incremental fee constant in bumpfee help
Jon Atack
2020-11-26
Allow zero-fee fundrawtxn and walletcreatefundedpsbt calls
Jon Atack
2020-11-26
build: Avoid secp256k1.h include from system
Niklas Gögge
2020-11-25
Merge #20490: [backport] wallet: upgradewallet fixes, improvements, test cove...
MarcoFalke
2020-11-25
Merge #20485: [backport] wallet: Do not treat default constructed types as No...
MarcoFalke
2020-11-25
qt: Pre-rc2 translations update
v0.21.0rc2
Wladimir J. van der Laan
2020-11-24
RPC/Wallet: unloadwallet: Clarify docs/error when both the RPC endpoint and w...
Luke Dashjr
2020-11-19
wallet: fix and improve upgradewallet error responses
Jon Atack
2020-11-19
wallet: fix and improve upgradewallet result responses
Jon Atack
2020-11-19
wallet: Do not treat default constructed types as None-type
MarcoFalke
2020-11-19
Don't upgrade to HD split if it is already supported
Andrew Chow
2020-11-18
wallet: refactor GetClosestWalletFeature()
Jon Atack
2020-11-18
refactor: Change pointer to reference because it can not be null
MarcoFalke
2020-11-17
Merge #20401: qt: Pre-splitoff translations update
fanquake
2020-11-17
Merge #20305: wallet: introduce fee_rate sat/vB param/option
MarcoFalke
2020-11-17
Merge bitcoin-core/gui#96: Slight improve create wallet dialog
MarcoFalke
2020-11-17
Merge #20139: Wallet: do not return warnings from UpgradeWallet()
MarcoFalke
2020-11-16
[upgradewallet] removed unused warning param
Sishir Giri
2020-11-16
Break circuit earlier
lontivero
2020-11-16
qt: Pre-splitoff translations update
Wladimir J. van der Laan
2020-11-16
Merge #18836: wallet: upgradewallet fixes and additional tests
Wladimir J. van der Laan
2020-11-16
Merge #20238: doc: Missing comments for signet parameters
MarcoFalke
2020-11-16
Merge #20033: refactor: minor whitespace fixups, s/const/constexpr/ and remov...
MarcoFalke
2020-11-14
gui: create wallet: add advanced section
Sjors Provoost
2020-11-14
gui: create wallet: name placeholder
Sjors Provoost
2020-11-14
Add missing optional.h include
Kristaps Kaupe
2020-11-14
Silence false positive GCC warning
Kristaps Kaupe
2020-11-13
Merge #20378: wallet: fix potential division by 0 in WalletLogPrintf
Jonas Schnelli
2020-11-13
Merge #19065: tests: Add fuzzing harness for CAddrMan
MarcoFalke
2020-11-12
fix potential devision by 0
Jonas Schnelli
2020-11-12
Merge #20284: addrman: ensure old versions don't parse peers.dat
Wladimir J. van der Laan
2020-11-12
fuzz: Use ConsumeRandomLengthBitVector(...) in src/test/fuzz/connman and src/...
practicalswift
2020-11-12
tests: Add fuzzing harness for CAddrMan
practicalswift
2020-11-12
Merge bitcoin-core/gui#120: Fix multiwallet transaction notifications
Jonas Schnelli
2020-11-12
wallet: override minfee checks (fOverrideFeeRate) for fee_rate
Jon Atack
2020-11-12
wallet: update sendtoaddress, send RPC examples with fee_rate
Jon Atack
2020-11-12
wallet: use MIN_RELAY_TX_FEE in bumpfee help
Jon Atack
2020-11-12
wallet: provide valid values if invalid estimate mode passed
Jon Atack
2020-11-12
wallet: update remaining rpcwallet fee rate units to BTC/kvB
Jon Atack
2020-11-12
wallet: update fee rate units, use sat/vB for fee_rate error messages
Jon Atack
2020-11-12
Merge #20188: tests: Add fuzzing harness for CConnman
MarcoFalke
2020-11-12
Merge #20375: fuzz: Improve coverage for CPartialMerkleTree fuzzing harness
MarcoFalke
2020-11-12
Merge #20372: Avoid signed integer overflow when loading a mempool.dat file w...
MarcoFalke
2020-11-12
Remove references to CreateWalletFromFile
fanquake
2020-11-12
Merge #19502: Bugfix: Wallet: Soft-fail exceptions within ListWalletDir file ...
Samuel Dobson
2020-11-11
fuzz: Improve coverage for CPartialMerkleTree fuzzing harness
practicalswift
[next]