aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-04chainparams: Change nChainTx to uint64_tFabian Jahr
2024-08-04refactor: remove un-tested early returnsjosibake
2024-08-04tests: add tests for KeyPairjosibake
2024-08-04refactor: move SignSchnorr to KeyPairjosibake
2024-08-04logging: clarify -debug and -debugexclude descriptionsAnthony Towns
2024-08-04rpc: make logging method reject "0" category and correct the help textVasil Dimov
2024-08-04logging, refactor: minor encapsulation improvement and use BCLog::NONE instea...Vasil Dimov
2024-08-04logging, refactor: make category special cases explicitRyan Ofsky
2024-08-03doc + test: Correct uint256 hex string endiannessHodlinator
2024-08-03doc: Add missed cmake package to build dependsHennadii Stepanov
2024-08-03crypto: add KeyPair wrapper classjosibake
2024-08-03tests: add key tweak smoke testjosibake
2024-08-03bench: add benchmark for signing with a taptweakjosibake
2024-08-03doc: Add note about distro's g++-mingw-w64-x86-64-posix versionHennadii Stepanov
2024-08-02policy: enable full-rbf by defaultPeter Todd
2024-08-02doc: add release notes for full-rbfPeter Todd
2024-08-02test: check that keyless P2A 'signing' via `signrawtransactionwithkey` succeedsSebastian Falbesoner
2024-08-02test: check that P2A with witness data is still consensus-legalGreg Sanders
2024-08-02test: P2A is a destination type with an addressGreg Sanders
2024-08-02gui, qt: brintToFront workaround for Waylandpablomartin4btc
2024-08-02Merge bitcoin/bitcoin#30352: policy: Add PayToAnchor(P2A), `OP_1 <0x4e73>` as...glozow
2024-08-02[rpc, fees]: add more detail on the fee estimation modesismaelsadeeq
2024-08-02[doc]: add `30275` release notesismaelsadeeq
2024-08-02Merge bitcoin-core/gui#626: Showing Local Addresses in Node WindowHennadii Stepanov
2024-08-02Merge bitcoin/bitcoin#30554: test: Avoid CScript() as default function argumentmerge-script
2024-08-02fuzz: fix timeout in crypter targetbrunoerg
2024-08-02Merge bitcoin/bitcoin#30574: test: Disable known broken USDT test for nowmerge-script
2024-08-02test: Disable known broken USDT test for nowMarcoFalke
2024-08-02Revert "build: pass --with-ecmult-gen-kb=86 to secp256k1"fanquake
2024-08-02Update secp256k1 subtree to latest masterfanquake
2024-08-02Squashed 'src/secp256k1/' changes from 4af241b320..642c885b61fanquake
2024-08-02Merge bitcoin/bitcoin#30567: qt, build: Drop `QT_STATICPLUGIN` macromerge-script
2024-08-02Merge bitcoin/bitcoin#30544: rpc: fix maybe-uninitialized compile warning in ...merge-script
2024-08-02doc: tor.md: use -bind=127.0.0.1:8334=onion for the Tor bindDavid Gumberg
2024-08-02Showing local addresses on the Node WindowJadi
2024-08-02net: Providing an interface for mapLocalHostJadi
2024-08-02coins: call ClearFlags in CCoinsCacheEntry destructorAndrew Toth
2024-08-02refactor: require self and sentinel parameters for AddFlagsAndrew Toth
2024-08-01refactor: add CoinsCachePair aliasAndrew Toth
2024-08-01refactor: move flags to private uint8_t and rename to m_flagsAndrew Toth
2024-08-01refactor: disallow setting flags in CCoinsCacheEntry constructorsAndrew Toth
2024-08-01refactor: encapsulate flags setting with AddFlags and ClearFlagsAndrew Toth
2024-08-01refactor: encapsulate flags get access for all other checksAndrew Toth
2024-08-01refactor: encapsulate flags access for dirty and fresh checksAndrew Toth
2024-08-01clusterlin: improve rechunking in LinearizationChunking (optimization)Pieter Wuille
2024-08-01clusterlin: add MergeLinearizations function + fuzz test + benchmarkPieter Wuille
2024-08-01clusterlin: add PostLinearize + benchmarks + fuzz testsPieter Wuille
2024-08-01clusterlin: add algorithms for connectedness/connected componentsPieter Wuille
2024-08-01clusterlin: rename Intersect -> IntersectPrefixesPieter Wuille
2024-08-01Merge bitcoin/bitcoin#30548: release: Update translations for v28.0 soft tran...Hennadii Stepanov