aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-05-28qt: 27.1rc1 translations updateHennadii Stepanov
2024-05-23test: add GetAddedNodeInfo() CJDNS regression unit testJon Atack
2024-05-22p2p, bugfix: detect addnode cjdns peers in GetAddedNodeInfo()Jon Atack
2024-05-16crypto: disable asan for sha256_sse4 with clang and -O0Cory Fields
2024-05-14rpc: move UniValue in blockToJSONwillcl-ark
2024-05-13gui: don't permit port in proxy IP optionwillcl-ark
2024-05-13gui: fix create unsigned transaction fee bumpfurszy
2024-04-26Fix #29767, set m_synced = true after Commit()nanlour
2024-04-24sign: don't assume we are parsing a sane MiniscriptAntoine Poinsot
2024-04-24rpc: Reword SighashFromStr error messageMarcoFalke
2024-04-17test: Fix failing univalue float testMarcoFalke
2024-04-16[rpc, bugfix] Enforce maximum value for setmocktimedergoegge
2024-04-16Change Luke Dashjr seed to dashjr-list-of-p2p-nodes.usLuke Dashjr
2024-03-21serfloat: improve/simplify testsPieter Wuille
2024-03-21serfloat: do not test encode(bits)=bits anymorePieter Wuille
2024-03-06Merge bitcoin/bitcoin#29561: Fixed seeds update for 27.0fanquake
2024-03-05fuzz: restrict fopencookie usage to Linux & FreeBSDfanquake
2024-03-05Merge bitcoin/bitcoin#29547: kernel: chainparams updates for 27.xfanquake
2024-03-04seeds: Update testnet seedsAva Chow
2024-03-04seeds: Update mainnet seedsAva Chow
2024-03-04Merge bitcoin/bitcoin#29546: qt: 27.0 translations updatefanquake
2024-03-04kernel: chainparams updates for 27.xfanquake
2024-03-04kernel: update chainTxData for 27.xfanquake
2024-03-04kernel: update nMinimumChainWork & defaultAssumeValid for 27.xfanquake
2024-03-04Merge bitcoin-core/gui#801: Fix nullptr clientModel access during shutdownHennadii Stepanov
2024-03-04Merge bitcoin/bitcoin#29524: p2p: Don't consider blocks mutated if they don't...fanquake
2024-03-04qt: 27.0 translations updateHennadii Stepanov
2024-03-01build: move sha256_sse4 into libbitcoin_crypto_basefanquake
2024-03-01Merge bitcoin/bitcoin#29263: serialization: c++20 endian/byteswap/clz moderni...fanquake
2024-03-01Merge bitcoin/bitcoin#29495: fuzz: add target for local address stufffanquake
2024-02-29p2p: Don't consider blocks mutated if they don't connect to known prev blockGreg Sanders
2024-02-29Merge bitcoin/bitcoin#29407: build: remove confusing and inconsistent disable...fanquake
2024-02-29Merge bitcoin/bitcoin#29516: test: removes unnecessary check from validation_...fanquake
2024-02-29build: remove confusing and inconsistent disable-asm optionCory Fields
2024-02-29Merge bitcoin/bitcoin#29510: wallet: `getrawchangeaddress` and `getnewaddress...Ava Chow
2024-02-29refactor: gui, simplify boost signals disconnectionfurszy
2024-02-29fuzz: add target for local addressesbrunoerg
2024-02-29test: removes unnecessary check from validation_testsSergi Delgado Segura
2024-02-28Merge bitcoin/bitcoin#29412: p2p: Don't process mutated blocksAva Chow
2024-02-28Merge bitcoin/bitcoin#29489: test: Remove Windows-specific code from `system_...fanquake
2024-02-28Merge bitcoin/bitcoin#29493: subtree: update crc32c subtreefanquake
2024-02-28gui: guard accessing a nullptr 'clientModel'furszy
2024-02-28serialization: use internal endian conversion functionsCory Fields
2024-02-28serialization: detect byteswap builtins without autoconf testsCory Fields
2024-02-28wallet: Avoid updating `ReserveDestination::nIndex` when `GetReservedDestinat...UdjinM6
2024-02-27serialization: replace char-is-int8_t autoconf detection with c++20 conceptCory Fields
2024-02-27Update crc32c subtree to latest upstream masterfanquake
2024-02-27Squashed 'src/crc32c/' changes from 0bac72c455..b60d2b7334fanquake
2024-02-27test: Remove Windows-specific code from `system_tests/run_command`Hennadii Stepanov
2024-02-27[test] IsBlockMutated unit testsdergoegge