| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | | | | bench: Amend mempool_eviction test for witness txs | MarcoFalke | 2018-04-17 | 1 | -0/+11 | |
| | * | | | | | | | | | | | | | | | | | | | | bench: Move constructors out of mempool_eviction hot loop | MarcoFalke | 2018-04-17 | 1 | -11/+19 | |
| * | | | | | | | | | | | | | | | | | | | | | Merge #12909: wallet: Make fee settings to be non-static members | Wladimir J. van der Laan | 2018-04-24 | 16 | -187/+186 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | wallet: Make fee settings non-static members | MarcoFalke | 2018-04-23 | 16 | -187/+186 | |
| * | | | | | | | | | | | | | | | | | | | | | | Merge #12953: Deprecate accounts | Wladimir J. van der Laan | 2018-04-24 | 14 | -91/+370 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | [docs] Add release notes for deprecated 'account' API | John Newbery | 2018-04-17 | 1 | -6/+11 | |
| | * | | | | | | | | | | | | | | | | | | | | | | [wallet] [tests] Add tests for accounts/labels APIs | John Newbery | 2018-04-17 | 1 | -17/+40 | |
| | * | | | | | | | | | | | | | | | | | | | | | | [wallet] [rpc] Deprecate wallet 'account' API | John Newbery | 2018-04-17 | 1 | -56/+164 | |
| | * | | | | | | | | | | | | | | | | | | | | | | [wallet] [rpc] Deprecate account RPC methods | John Newbery | 2018-04-17 | 2 | -2/+140 | |
| | * | | | | | | | | | | | | | | | | | | | | | | [tests] Set -deprecatedrpc=accounts in tests | John Newbery | 2018-04-16 | 10 | -8/+15 | |
| | * | | | | | | | | | | | | | | | | | | | | | | [tests] Rename rpc_listtransactions.py to wallet_listtransactions.py | John Newbery | 2018-04-16 | 2 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | [wallet] [rpc] Remove duplicate entries in rpcwallet.cpp's CRPCCommand table | John Newbery | 2018-04-16 | 1 | -2/+0 | |
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #13024: test: Add rpcauth pair that generated by rpcauth.py | Wladimir J. van der Laan | 2018-04-24 | 2 | -0/+48 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | test: Add rpcauth pair that generated by rpcauth | Chun Kuan Lee | 2018-04-23 | 2 | -0/+48 | |
| | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #13061: Make tests pass after 2020 | Wladimir J. van der Laan | 2018-04-24 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | Make tests pass after 2020 | Bernhard M. Wiedemann | 2018-04-23 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge #12436: [rpc] Adds a functional test to validate the transaction versio... | Wladimir J. van der Laan | 2018-04-24 | 1 | -4/+19 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | Asserts that the tx version number is a signed 32-bit integer. | 251 | 2018-04-06 | 1 | -4/+19 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #13032: Output values for "min relay fee not met" error | Wladimir J. van der Laan | 2018-04-24 | 2 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | Output values for "min relay fee not met" error | Kristaps Kaupe | 2018-04-20 | 2 | -2/+2 | |
| | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #13022: [qa] Attach node index to test_node AssertionError and print me... | Wladimir J. van der Laan | 2018-04-24 | 1 | -13/+24 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | [qa] Attach node index to test_node AssertionError and print messages | James O'Beirne | 2018-04-19 | 1 | -13/+24 | |
| | | |_|_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #13064: List support for BIP173 in bips.md | Wladimir J. van der Laan | 2018-04-24 | 1 | -1/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | List support for BIP173 in bips.md | Pieter Wuille | 2018-04-23 | 1 | -1/+2 | |
| | | |_|_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #13055: qt: Don't log to console by default | MarcoFalke | 2018-04-23 | 1 | -0/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | qt: Don't log to console by default | Wladimir J. van der Laan | 2018-04-23 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #12885: Reduce implementation code inside CScript | Wladimir J. van der Laan | 2018-04-23 | 7 | -118/+106 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | [MOVEONLY] Turn CScript::GetOp2 into a function and move to cpp | Pieter Wuille | 2018-04-13 | 3 | -54/+57 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | [MOVEONLY] Move CSCript::FindAndDelete to interpreter | Pieter Wuille | 2018-04-13 | 5 | -47/+49 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Delete unused non-const-iterator CSCript::GetOp overloads | Pieter Wuille | 2018-04-13 | 1 | -17/+0 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Make iterators in CScript::FindAndDelete const | Pieter Wuille | 2018-04-13 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge #12999: qt: Show the Window when double clicking the taskbar icon | Wladimir J. van der Laan | 2018-04-23 | 1 | -0/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | qt:Show the entire Window when double clicking on taskbar | Chun Kuan Lee | 2018-04-17 | 1 | -0/+5 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge #13030: [bugfix] [wallet] Fix zapwallettxes/multiwallet interaction. | Wladimir J. van der Laan | 2018-04-23 | 2 | -5/+18 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | [wallet] [tests] Test disallowed multiwallet params | John Newbery | 2018-04-19 | 1 | -0/+13 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | [wallet] Fix zapwallettxes/multiwallet interaction. | John Newbery | 2018-04-19 | 1 | -5/+5 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #12448: Interrupt block generation on shutdown request | Wladimir J. van der Laan | 2018-04-23 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | rpc: Interrupt block generation on shutdown request | João Barbosa | 2018-02-16 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #13012: [doc] Add comments for chainparams.h, validation.cpp | Wladimir J. van der Laan | 2018-04-23 | 2 | -0/+22 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | [doc] Add comments for chainparams.h, validation.cpp | James O'Beirne | 2018-04-17 | 2 | -0/+22 | |
| | | |_|/ / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #13052: trivial: Fix relevent typo | MarcoFalke | 2018-04-23 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | trivial: Fix relevent typo | practicalswift | 2018-04-22 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #12510: test: Add rpc_bind test to default-run tests | Wladimir J. van der Laan | 2018-04-23 | 2 | -44/+64 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | test: Add rpc_bind test to default-run tests | Wladimir J. van der Laan | 2018-04-13 | 2 | -44/+64 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #13020: Consistently log CValidationState on call failure | Wladimir J. van der Laan | 2018-04-23 | 4 | -15/+29 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Consistently log CValidationState on failure | Ben Woosley | 2018-04-18 | 4 | -15/+29 | |
| | | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #13039: Add logging and error handling for file syncing | Wladimir J. van der Laan | 2018-04-23 | 4 | -13/+36 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add logging and error handling for file syncing | Wladimir J. van der Laan | 2018-04-23 | 4 | -13/+36 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #13016: scripted-diff: Rename CChainState::g_failed_blocks to m_failed_... | Wladimir J. van der Laan | 2018-04-23 | 1 | -6/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | scripted-diff: Rename CChainState::g_failed_blocks to m_failed_blocks | Ben Woosley | 2018-04-18 | 1 | -6/+6 | |
| | | |/ / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||