aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-24Merge bitcoin/bitcoin#28287: rpc, test: add `sendmsgtopeer` rpc and a test fo...Andrew Chow
2023-08-24Merge bitcoin/bitcoin#27480: doc: Improve documentation of rpcallowipAndrew Chow
2023-08-24Merge bitcoin/bitcoin#27585: fuzz: improve `coinselection`Andrew Chow
2023-08-24Merge bitcoin/bitcoin#28165: net: transport abstractionfanquake
2023-08-24Merge bitcoin/bitcoin#28230: rpc: Add MaybeArg() and Arg() default helperfanquake
2023-08-24Merge bitcoin/bitcoin#28330: ci: Add missing docker.io prefix for native task...fanquake
2023-08-24Merge bitcoin/bitcoin#28332: test: previous releases: speed up fetching sourc...fanquake
2023-08-24Merge bitcoin/bitcoin#28325: test: wallet_backup.py, fix intermittent failure...fanquake
2023-08-24Merge bitcoin/bitcoin#28322: ci: Use concurrency for pull requests onlyfanquake
2023-08-24Merge bitcoin/bitcoin#28321: test: Fix intermittent issue in mempool_reorgfanquake
2023-08-24rpc: Add MaybeArg() and Arg() default helperMarcoFalke
2023-08-24Merge bitcoin/bitcoin#27976: ci: Start with clean envfanquake
2023-08-24Merge bitcoin/bitcoin#28324: guix: pre time-machine bump changes (Linux)fanquake
2023-08-24test: previous releases: speed up fetching sources with shallow cloneSebastian Falbesoner
2023-08-23refactor: make Transport::ReceivedBytes just return success/failPieter Wuille
2023-08-23net: move message conversion to wire bytes from PushMessage to SocketSendDataPieter Wuille
2023-08-23net: measure send buffer fullness based on memory usagePieter Wuille
2023-08-23fuzz: add bidirectional fragmented transport testPieter Wuille
2023-08-23net: make V1Transport implicitly use current chainparamsPieter Wuille
2023-08-23net: abstract sending side of transport serialization furtherPieter Wuille
2023-08-23refactor: rename Transport class receive functionsPieter Wuille
2023-08-23net: add V1Transport lock protecting receive statePieter Wuille
2023-08-23refactor: merge transport serializer and deserializer into Transport classPieter Wuille
2023-08-23Merge bitcoin/bitcoin#27829: rpc: fix data optionality for RPC calls.Andrew Chow
2023-08-23ci: Add missing docker.io prefix to CI_IMAGE_NAME_TAGMarcoFalke
2023-08-23Merge bitcoin/bitcoin#26291: Update MANDATORY_SCRIPT_VERIFY_FLAGSAndrew Chow
2023-08-23fuzz: coinselection, fix `m_cost_of_change`brunoerg
2023-08-23fuzz: coinselection, BnB should never produce changebrunoerg
2023-08-23fuzz: coinselection, compare `GetSelectedValue` with targetbrunoerg
2023-08-23fuzz: coinselection, improve `ComputeAndSetWaste`brunoerg
2023-08-23fuzz: coinselection, add coverage for `Merge`brunoerg
2023-08-23fuzz: coinselection, add coverage for `GetShuffledInputVector`/`GetInputSet`brunoerg
2023-08-23fuzz: coinselection, add coverage for `AddInputs`brunoerg
2023-08-23ci: Remove no longer applicable sectionMarcoFalke
2023-08-23ci: Start with clean envMarcoFalke
2023-08-23ci: Limit scope of some env varsMarcoFalke
2023-08-23Merge bitcoin/bitcoin#21652: ci: Switch remaining Linux tasks to self-hostedfanquake
2023-08-23test: wallet_backup.py, fix intermittent failure in "restore using dumped wal...furszy
2023-08-22Update help text for spend and rawtransaction rpcsMichael Tidwell
2023-08-22Merge bitcoin/bitcoin#28199: test: tx orphan handlingAndrew Chow
2023-08-22test: add functional test for deadlock situationMartin Zumsande
2023-08-22fuzz: coinselection, add coverage for `EligibleForSpending`brunoerg
2023-08-22fuzz: coinselection, add `CreateCoins`brunoerg
2023-08-22test: add basic tests for sendmsgtopeer to rpc_net.pyMartin Zumsande
2023-08-22rpc: add test-only sendmsgtopeer rpcMartin Zumsande
2023-08-22guix: consolidate Linux GCC packagefanquake
2023-08-22guix: consolidate glibc 2.27 packagefanquake
2023-08-22Merge bitcoin/bitcoin#28294: guix: pre time-machine bump changes (Windows)fanquake
2023-08-22Merge bitcoin/bitcoin#28284: refactor: Remove confusing static_cast in addres...fanquake
2023-08-22ci: Use concurrency for pull requests onlyHennadii Stepanov