aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-27Merge #14023: Remove accounts rpcsWladimir J. van der Laan
2018-08-27[doc] Add release notes for 'account' API removalJohn Newbery
2018-08-27[wallet] Re-sort wallet RPC commandsJohn Newbery
2018-08-27[wallet] Remove wallet account RPCsJohn Newbery
2018-08-27Merge #14081: travis: fix missing differentiation between UNIT and FUNCTIONAL...MarcoFalke
2018-08-27fix missing differentiation between UNIT and FUNCTIONAL tests in travis buildJulian Fleischer
2018-08-27Merge #13863: travis: move script sections to files in `.travis/` subject to ...MarcoFalke
2018-08-27[tests] Remove wallet accounts testJohn Newbery
2018-08-27Merge #13935: contrib: Adjust output to current test formatMarcoFalke
2018-08-27Merge #13987: Report minfeefilter value in getpeerinfo rpcMarcoFalke
2018-08-27contrib: Adjust output to current test formatAkio Nakamura
2018-08-27Report minfeefilter value in getpeerinfo rpcAnthony Towns
2018-08-27Merge #13861: test: Add testing of value_ret for SelectCoinsBnBWladimir J. van der Laan
2018-08-27Merge #14030: Remove ambiguity in construction of prevectorWladimir J. van der Laan
2018-08-27use export LC_ALL=C.UTF-8Julian Fleischer
2018-08-27make script exit if a command failsJulian Fleischer
2018-08-27move remaining travis build steps into individual filesJulian Fleischer
2018-08-27number .travis/ script according to build lifecycle and add README to explainJulian Fleischer
2018-08-27move lint stage up to resemble travis build uiJulian Fleischer
2018-08-27abort script in END_FOLD on non-zero exit codeJulian Fleischer
2018-08-27move script sections info individual files and comply with shellcheckJulian Fleischer
2018-08-27Merge #14031: Make IS_TRIVIALLY_CONSTRUCTIBLE consistent on GCC < 5, don't pa...Wladimir J. van der Laan
2018-08-27Merge #14036: travis: Run unit tests --with-sanitizers=undefinedWladimir J. van der Laan
2018-08-27Merge #14056: Docs: Fix help message typo optiona -> optionalWladimir J. van der Laan
2018-08-26Merge #14071: qa: Stop txindex thread before calling destructorMarcoFalke
2018-08-26Merge #14062: build: generate MSVC project files via python scriptMarcoFalke
2018-08-26auto generate MSVC project filesChun Kuan Lee
2018-08-26travis: Run unit tests --with-sanitizers=undefinedMarcoFalke
2018-08-26Merge #12254: BIP 158: Compact Block Filters for Light ClientsWladimir J. van der Laan
2018-08-26Merge #14069: qa: Use assert not BOOST_CHECK_* from multithreaded testsMarcoFalke
2018-08-26qa: Stop txindex thread before calling destructorMarcoFalke
2018-08-26Use assert when running from multithreaded code as BOOST_CHECK_* are not thre...Jesse Cohen
2018-08-26Merge #14063: Move cs_main locking annotations from .cpp to .hMarcoFalke
2018-08-26Move cs_main locking annotations from .cpp to .hpracticalswift
2018-08-25Merge #13083: Add compile time checking for cs_main runtime locking assertionsMarcoFalke
2018-08-26Add compile time checking for all cs_main runtime locking assertionspracticalswift
2018-08-26Merge #12676: Show "bip125-replaceable" flag, when retrieving mempool entriesWladimir J. van der Laan
2018-08-25Merge #13707: tests: Add usage note to check-rpc-mappings.pyWladimir J. van der Laan
2018-08-25Merge #13961: util: Replace boost::signals2 with std::functionWladimir J. van der Laan
2018-08-25bench: Benchmark GCS filter creation and matching.Jim Posen
2018-08-25blockfilter: Optimization on compilers with int128 support.Jim Posen
2018-08-25blockfilter: Unit test against BIP 158 test vectors.Jim Posen
2018-08-25blockfilter: Additional helper methods to compute hash and header.Jim Posen
2018-08-25blockfilter: Serialization methods on BlockFilter.Jim Posen
2018-08-25blockfilter: Construction of basic block filters.Jim Posen
2018-08-25blockfilter: Simple test for GCSFilter construction and Match.Jim Posen
2018-08-25blockfilter: Implement GCSFilter Match methods.Jim Posen
2018-08-25blockfilter: Implement GCSFilter constructors.Jim Posen
2018-08-25blockfilter: Declare GCSFilter class for BIP 158 impl.Jim Posen
2018-08-25streams: Unit tests for BitStreamReader and BitStreamWriter.Jim Posen