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
2022-08-11
Merge bitcoin/bitcoin#25798: build: fix cleanup of test logs
Andrew Chow
2022-08-11
[test] make tx6 child of tx5, not tx3, in rbf_tests
glozow
2022-08-11
Merge bitcoin/bitcoin#25812: psbt: Avoid unsigned int overflow in PSBT_IN_TAP...
fanquake
2022-08-10
Merge bitcoin/bitcoin#25642: Don't wrap around when deriving an extended key ...
Andrew Chow
2022-08-10
Merge bitcoin/bitcoin#25813: build: move raw rule into Makefile.am
MacroFake
2022-08-10
psbt: Avoid unsigned int overflow in PSBT_IN_TAP_BIP32_DERIVATION
Andrew Chow
2022-08-10
wallet: Return `util::Result` from WalletLoader methods
w0xlt
2022-08-10
build: move raw rule into Makefile.am
fanquake
2022-08-10
Merge bitcoin/bitcoin#25656: refactor: wallet: return util::Result from `GetR...
MacroFake
2022-08-09
Merge bitcoin/bitcoin#23480: Add rawtr() descriptor for P2TR with specified (...
Andrew Chow
2022-08-09
Merge bitcoin/bitcoin#24564: doc: Clarify that CheckSequenceLocksAtTip is a v...
glozow
2022-08-08
Merge bitcoin/bitcoin#25804: Update translations for 24.0 string freeze
fanquake
2022-08-08
Merge bitcoin/bitcoin#25790: wallet: improve `{LoadActive,Deactivate}ScriptPu...
Andrew Chow
2022-08-08
qt: Update translation source file
Hennadii Stepanov
2022-08-07
build: fix cleanup of test logs
fanquake
2022-08-05
wallet: improve `{LoadActive,Deactivate}ScriptPubKeyMan` log
w0xlt
2022-08-05
Merge bitcoin/bitcoin#24699: wallet: Improve AvailableCoins performance by re...
Andrew Chow
2022-08-05
Merge bitcoin/bitcoin#22751: rpc/wallet: add simulaterawtransaction RPC
Andrew Chow
2022-08-05
refactor: wallet: return util::Result from `GetReservedDestination` methods
Sebastian Falbesoner
2022-08-05
Merge bitcoin/bitcoin#25760: rest: clean-up for `mempool` endpoints
MacroFake
2022-08-05
Merge bitcoin/bitcoin#25721: refactor: Replace BResult with util::Result
MacroFake
2022-08-05
rest: clean-up for `mempool` endpoints
brunoerg
2022-08-05
Merge bitcoin/bitcoin#24662: addrman: Use system time instead of adjusted net...
fanquake
2022-08-05
rpc/wallet: add simulaterawtransaction RPC
Karl-Johan Alm
2022-08-04
Merge bitcoin/bitcoin#24675: util: Use ArgsManager::GetPathArg more widely
fanquake
2022-08-04
Merge bitcoin/bitcoin#25023: Remove unused SetTip(nullptr) code
fanquake
2022-08-04
extended keys: fail to derive too large depth instead of wrapping around
Antoine Poinsot
2022-08-04
descriptor: don't assert success of extended key derivation
Antoine Poinsot
2022-08-04
(pubk)key: mark Derive() as nodiscard
Antoine Poinsot
2022-08-04
descriptor: never ignore the return value when deriving an extended key
Antoine Poinsot
2022-08-03
Change mapWallet to be a std::unordered_map
Andrew Chow
2022-08-03
Change getWalletTxs to return a set instead of a vector
Andrew Chow
2022-08-03
Change mapTxSpends to be a std::unordered_multimap
Andrew Chow
2022-08-03
wallet: Cache SigningProviders
Andrew Chow
2022-08-03
validationcaches: Use size_t for sizes
Carl Dong
2022-08-03
validationcaches: Add and use ValidationCacheSizes
Carl Dong
2022-08-03
cuckoocache: Check for uint32 overflow in setup_bytes
Carl Dong
2022-08-03
validationcaches: Abolish arbitrary limit
Carl Dong
2022-08-03
cuckoocache: Return approximate memory size
Carl Dong
2022-08-03
tests: Reduce calls to InitS*Cache()
Carl Dong
2022-08-03
refactor: Replace BResult with util::Result
Ryan Ofsky
2022-08-03
test: Add missing static to IsStandardTx helper
MacroFake
2022-08-03
Merge bitcoin/bitcoin#25648: refactor: Remove all policy globals
glozow
2022-08-03
Remove unused SetTip(nullptr) code
MacroFake
2022-08-02
Merge bitcoin/bitcoin#25272: wallet: guard and alert about a wallet invalid s...
Andrew Chow
2022-08-02
sort after scripted-diff
MacroFake
2022-08-02
scripted-diff: Move mempool_args to src/node
MacroFake
2022-08-02
Remove ::g_max_datacarrier_bytes global
MacroFake
2022-08-02
Pass datacarrier setting into IsStandard
MacroFake
2022-08-02
Combine datacarrier globals into one
MacroFake
[next]