aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-19Merge #19940: rpc: Return fee and vsize from testmempoolacceptfanquake
2020-09-19Merge #19971: test: create default wallet in extended testsfanquake
2020-09-18test: create default wallet in extended testsSjors Provoost
2020-09-18Merge #15454: Remove the automatic creation and loading of the default walletSamuel Dobson
2020-09-16Merge #19934: tests: Add fuzzing harness for Keccak and SHA3_256Wladimir J. van der Laan
2020-09-16Merge #19936: Test: batch rpc with paramsWladimir J. van der Laan
2020-09-16[test] add get_vsize util for more programmatic testinggzhao408
2020-09-15[rpc] Return fee and vsize from testmempoolacceptcodeShark149
2020-09-16Merge #19879: [p2p] miscellaneous wtxid followupsfanquake
2020-09-15Merge #19241: help: Generate checkpoint height from chainparamsWladimir J. van der Laan
2020-09-15Merge #19558: build: split pthread flags out of ldflags and dont use when bui...Wladimir J. van der Laan
2020-09-15Merge #19643: Add -netinfo peer connections dashboardfanquake
2020-09-15Merge #19903: Update build-openbsd.md with GUI supportfanquake
2020-09-15Merge #16378: The ultimate send RPCSamuel Dobson
2020-09-14build: AX_PTHREAD serial 27fanquake
2020-09-14build: split PTHREAD_* flags out of AM_LDFLAGSfanquake
2020-09-14scripted-diff: add FUZZ_SUITE_LDFLAGS_COMMONfanquake
2020-09-14Merge #19931: Change CSipHasher's count variable to uint8_tfanquake
2020-09-14build: add PTHREAD_LIBS to LDFLAGS configure outputfanquake
2020-09-14Merge #19944: Update secp256k1 subtree (including BIP340 support)fanquake
2020-09-13Test batch rpc with paramsGregory Sanders
2020-09-13Merge #19919: bugfix: make LoadWallet assigns status alwaysSamuel Dobson
2020-09-11Update src/secp256k1 subtree to upstream libsecp256k1Pieter Wuille
2020-09-11Squashed 'src/secp256k1/' changes from 2ed54da18a..8ab24e8dadPieter Wuille
2020-09-11Merge #19922: test: Run rpc_txoutproof.py even with wallet disabledWladimir J. van der Laan
2020-09-11Merge #19916: build: allow user to specify DIR_FUZZ_SEED_CORPUS for cov_fuzzfanquake
2020-09-11Merge #19870: doc: update PyZMQ install instructions, fix zmq_sub.py file per...fanquake
2020-09-10Change CSipHasher's count variable to uint8_tPieter Wuille
2020-09-10tests: Add fuzzing harness for Keccak and SHA3_256practicalswift
2020-09-10Merge #19841: Implement Keccak and SHA3_256Wladimir J. van der Laan
2020-09-10Add OpenBSD instructions for building the Qt GUIgrubles
2020-09-10[rpc] add send methodSjors Provoost
2020-09-10bugfix: make LoadWallet assigns status alwaysAkio Nakamura
2020-09-09test: gettxoutproof duplicate txidJoão Barbosa
2020-09-09test: Test empty array in gettxoutproofMarcoFalke
2020-09-09test: Run rpc_txoutproof.py even with wallet disabledMarcoFalke
2020-09-09test: MiniWallet: Default fee_rate in send_self_transfer, Pass in utxo_to_spendMarcoFalke
2020-09-09test: bugfix: Actually pick largest utxoMarcoFalke
2020-09-09Merge #19800: test: MockwalletMarcoFalke
2020-09-08Tell users how to load or create a wallet when no wallet is loadedAndrew Chow
2020-09-08Do not create default walletAndrew Chow
2020-09-08Merge #19914: refactor: Do not pass chain params to CheckForStaleTipAndEvictP...MarcoFalke
2020-09-08.gitignore: ignore qa-assets/ foldereugene
2020-09-08build: use DIR_FUZZ_SEED_CORPUS if specified for cov_fuzz targeteugene
2020-09-08Do not pass chain params to CheckForStaleTipAndEvictPeers twiceMarcoFalke
2020-09-07[rpc] add snake case aliases for transaction methodsSjors Provoost
2020-09-07[rpc] walletcreatefundedpsbt: allow inputs to be nullSjors Provoost
2020-09-07Merge #19791: [net processing] Move Misbehaving() to PeerManagerMarcoFalke
2020-09-07test: Use MiniWalet in p2p_feefilterMarcoFalke
2020-09-07[net processing] Move Misbehaving() to PeerManagerJohn Newbery