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
2018-04-27
util: Encapsulate logCategories within BCLog::Logger.
Jim Posen
2018-04-27
util: Move debug file management functions into Logger.
Jim Posen
2018-04-27
util: Establish global logger object.
Jim Posen
2018-04-27
Merge #13090: Remove Safe mode (achow101)
Wladimir J. van der Laan
2018-04-27
Remove "rpc" category from GetWarnings
Wladimir J. van der Laan
2018-04-27
rpc: Move RPC_FORBIDDEN_BY_SAFE_MODE code to reserved section
Wladimir J. van der Laan
2018-04-26
Merge #13002: Do not treat bare multisig outputs as IsMine unless watched
Wladimir J. van der Laan
2018-04-26
Merge #13003: qa: Add test for orphan handling
Wladimir J. van der Laan
2018-04-26
Merge #13031: Fix for utiltime to compile with msvc.
Wladimir J. van der Laan
2018-04-26
Remove Safe mode
Andrew Chow
2018-04-26
Merge #12321: p2wsh and p2sh-p2wsh address in decodescript
Wladimir J. van der Laan
2018-04-26
Merge #12240: [rpc] Introduced a new `fees` structure that aggregates all sub...
Wladimir J. van der Laan
2018-04-26
Merge #12997: [doc] build-windows: Switch to Artful, since Zesty is EOL
Wladimir J. van der Laan
2018-04-25
Merge #13033: Build txindex in parallel with validation
Pieter Wuille
2018-04-25
Merge #13082: Tests: don't test against min relay fee information in mining_p...
MarcoFalke
2018-04-26
Don't test against min relay fee information in mining_prioritisetransaction.py
Kristaps Kaupe
2018-04-25
[doc] Include txindex changes in the release notes.
Jim Posen
2018-04-25
[test] Simple unit test for TxIndex.
Jim Posen
2018-04-25
[rpc] Public interfaces to GetTransaction block until synced.
Jim Posen
2018-04-25
[index] Move disk IO logic from GetTransaction to TxIndex::FindTx.
Jim Posen
2018-04-25
[validation] Replace tx index code in validation code with TxIndex.
Jim Posen
2018-04-25
[init] Initialize and start TxIndex in init code.
Jim Posen
2018-04-25
[index] TxIndex method to wait until caught up.
Jim Posen
2018-04-25
[index] Allow TxIndex sync thread to be interrupted.
Jim Posen
2018-04-25
[index] TxIndex initial sync thread.
Jim Posen
2018-04-25
[index] Create new TxIndex class.
Jim Posen
2018-04-25
[db] Migration for txindex data to new, separate database.
Jim Posen
2018-04-25
[db] Create separate database for txindex.
Jim Posen
2018-04-25
Merge #12830: [qt] [tests] Clarify address book error messages, add tests
Wladimir J. van der Laan
2018-04-25
[tests] [qt] Add tests for address book manipulation via EditAddressDialog
James O'Beirne
2018-04-25
[tests] [qt] Introduce qt/test/util with a generalized ConfirmMessage
James O'Beirne
2018-04-25
[qt] Display more helpful message when adding a send address has failed
James O'Beirne
2018-04-25
Add purpose arg to Wallet::getAddress
James O'Beirne
2018-04-25
Merge #13073: test: add rpcauth-test to AC_CONFIG_LINKS to fix out-of-tree ma...
MarcoFalke
2018-04-25
test: add rpcauth-test to AC_CONFIG_LINKS to fix out-of-tree make check
Wladimir J. van der Laan
2018-04-25
Merge #13056: [tests] Make rpcauth.py testable and add unit tests
Wladimir J. van der Laan
2018-04-25
Merge #13051: qa: Normalize executable location
Wladimir J. van der Laan
2018-04-24
[tests] Make rpcauth.py testable and add unit tests
Qasim Javed
2018-04-24
qa: Clarify documentation for send_txs_and_test
MarcoFalke
2018-04-24
Merge #13013: bench: Amend mempool_eviction test for witness txs
MarcoFalke
2018-04-24
Merge #12909: wallet: Make fee settings to be non-static members
Wladimir J. van der Laan
2018-04-24
Merge #12953: Deprecate accounts
Wladimir J. van der Laan
2018-04-24
Merge #13024: test: Add rpcauth pair that generated by rpcauth.py
Wladimir J. van der Laan
2018-04-24
Merge #13061: Make tests pass after 2020
Wladimir J. van der Laan
2018-04-24
Merge #12436: [rpc] Adds a functional test to validate the transaction versio...
Wladimir J. van der Laan
2018-04-24
Merge #13032: Output values for "min relay fee not met" error
Wladimir J. van der Laan
2018-04-24
Merge #13022: [qa] Attach node index to test_node AssertionError and print me...
Wladimir J. van der Laan
2018-04-24
Merge #13064: List support for BIP173 in bips.md
Wladimir J. van der Laan
2018-04-23
List support for BIP173 in bips.md
Pieter Wuille
2018-04-23
Merge #13055: qt: Don't log to console by default
MarcoFalke
[next]