/
githubmirror
/
bitcoin
ОбзорДокументацияВойти
/
githubmirror
/
bitcoin
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
bitcoin/
src/
..
bench

Merge bitcoin/bitcoin#35896: refactor: Default uint256::operator==, add operator<=>

4 дня назад
common

windows: remove deprecated codecvt via UTF-8 narrow APIs

4 дня назад
compat

refactor: Use static_cast<decltype(...)> to suppress integer sanitizer warning

6 месяцев назад
consensus

iwyu: Fix warnings in `src/consensus` and treat them as errors

7 дней назад
crc32c

Update crc32c subtree to latest upstream master

год назад
crypto

refactor: Make all `const static` class members `constexpr`

18 дней назад
index

Merge bitcoin/bitcoin#35568: txospenderindex: disable bloom filters to optimize disk usage

месяц назад
init

log: expose -logratelimit option

месяц назад
interfaces

Merge bitcoin-core/gui#872: Menu action to export a watchonly wallet

8 дней назад
ipc

Merge bitcoin/bitcoin#35084: ipc: Add nonunix platform support

13 дней назад
kernel

kernel: allow setting chainstate `dbcache`

7 дней назад
leveldb

Update leveldb subtree to latest upstream

2 месяца назад
logging

logging: More fully remove libevent log category

2 месяца назад
minisketch

Update minisketch subtree to latest upstream

10 месяцев назад
node

node, qt: inline `DEFAULT_DB_CACHE`

7 дней назад
policy

fees: Return false for incompatible fee estimates

6 дней назад
primitives

refactor: Add uint256::operator<=>()

5 дней назад
qt

qt: Update the `src/qt/locale/bitcoin_en.ts` translation source file

5 дней назад
rpc

Merge bitcoin/bitcoin#35898: rpc: fix mempool entry vsize docs

4 дня назад
script

Merge bitcoin/bitcoin#35606: script: qa: Improve `Key::Fingerprint` type safety

13 дней назад
secp256k1

Update secp256k1 subtree to latest master

19 дней назад
support

refactor: Make all `const static` class members `constexpr`

18 дней назад
test

Merge bitcoin/bitcoin#35822: fuzz: reset SOCKS5 interrupt between inputs

3 дня назад
univalue

refactor: Return std::optional from ParseDouble

4 месяца назад
util

Merge bitcoin/bitcoin#35704: windows: remove deprecated codecvt via UTF-8 narrow APIs

4 дня назад
wallet

Merge bitcoin/bitcoin#35925: wallet, rpc: Exclude non-owned addresses from listreceivedby*

8 часов назад
zmq

refactor: Make all `const static` class members `constexpr`

18 дней назад
.clang-format

fuzz: Clang-format LIMITED_WHILE like while

месяц назад
.clang-tidy

refactor: Enable misc-definitions-in-headers

6 дней назад
CMakeLists.txt

Squashed 'src/secp256k1/' changes from bd0287d650..d2d04864ef

19 дней назад
addrdb.cpp

logging: use util/log.h where possible

3 месяца назад
addrdb.h

scripted-diff: [doc] Unify stale copyright headers

8 месяцев назад
addresstype.cpp

scripted-diff: [doc] Unify stale copyright headers

8 месяцев назад
addresstype.h

scripted-diff: [doc] Unify stale copyright headers

8 месяцев назад
addrman.cpp

addrman: remove unreachable tried-collision branch

месяц назад
addrman.h

net: Simplify `AddressPosition` comparitor

20 дней назад
addrman_impl.h

logging: use util/log.h where possible

3 месяца назад
arith_uint256.cpp

refactor: add overflow-safe `CeilDiv` helper

6 месяцев назад
arith_uint256.h

refactor(headerssync): Extract test constants ahead of breakup into functions

год назад
attributes.h

scripted-diff: [doc] Unify stale copyright headers

8 месяцев назад
banman.cpp

logging: use util/log.h where possible

3 месяца назад
banman.h

doc: remove For ... comments

год назад
base58.cpp

clang-tidy: Apply modernize-deprecated-headers

год назад
base58.h

iwyu: Fix warnings in `src/bench` and treat them as error

2 месяца назад
bech32.cpp

scripted-diff: Bump copyright headers after include changes

год назад
bech32.h

iwyu: Fix warnings in `src/bench` and treat them as error

2 месяца назад
bip324.cpp

refactor: Sort includes of touched source files

год назад
bip324.h

BIP434: FEATURE message support

2 месяца назад
bitcoin-chainstate.cpp

kernel: Add Handle/View pattern for BlockValidationState

7 месяцев назад
bitcoin-cli-res.rc

doc, windows: CompanyName "Bitcoin" => "Bitcoin Core project"

год назад
bitcoin-cli.cpp

scripted-diff: Rename `Sock::{RECV,SEND,ERR}`

месяц назад
bitcoin-res.rc

doc, windows: CompanyName "Bitcoin" => "Bitcoin Core project"

год назад
bitcoin-tx-res.rc

doc, windows: CompanyName "Bitcoin" => "Bitcoin Core project"

год назад
bitcoin-tx.cpp

rpc+bitcoin-tx: Specify correct type for ParseFixedPoint()

2 месяца назад
bitcoin-util-res.rc

doc, windows: CompanyName "Bitcoin" => "Bitcoin Core project"

год назад
bitcoin-util.cpp

bitcoin-util: replace netmagic command with getchainparams command

25 дней назад
bitcoin-wallet-res.rc

doc, windows: CompanyName "Bitcoin" => "Bitcoin Core project"

год назад
bitcoin-wallet.cpp

bitcoin-wallet: use command-specific options

4 месяца назад
bitcoin.cpp

refactor: Move license info into new module

4 месяца назад
bitcoind-res.rc

doc, windows: CompanyName "Bitcoin" => "Bitcoin Core project"

год назад
bitcoind.cpp

Merge bitcoin/bitcoin#35206: doc: fix doxygen links to threads in developer-notes.md

2 месяца назад
blockencodings.cpp

blockencodings: fix extra transaction count

25 дней назад
blockencodings.h

scripted-diff: [doc] Unify stale copyright headers

8 месяцев назад
blockfilter.cpp

scripted-diff: [doc] Unify stale copyright headers

8 месяцев назад
blockfilter.h

scripted-diff: [doc] Unify stale copyright headers

8 месяцев назад
chain.cpp

Change CChain::FindFork() to take ref

4 месяца назад
chain.h

Change CChain::FindFork() to take ref

4 месяца назад
chainparams.cpp

Merge bitcoin/bitcoin#35335: Make deployment configuration available outside of regtest in unit tests

2 месяца назад
chainparams.h

refactor: Enforce readability-avoid-const-params-in-decls

7 месяцев назад
chainparamsbase.cpp

chainparams: make deployment configuration available on all test networks

3 месяца назад
chainparamsbase.h

refactor: Enforce readability-avoid-const-params-in-decls

7 месяцев назад
chainparamsseeds.h

contrib: Update fixed feeds

6 месяцев назад
checkqueue.h

util: zero-pad thread number suffixes

2 месяца назад
clientversion.cpp

refactor: Move license info into new module

4 месяца назад
clientversion.h

refactor: Move license info into new module

4 месяца назад
cluster_linearize.h

clusterlin: avoid recomputing intersections in MergeChunks

месяц назад
coins.cpp

coins: reuse cache hasher for txid set

24 дня назад
coins.h

coins: group private cache helpers

19 дней назад
compressor.cpp

scripted-diff: [doc] Unify stale copyright headers

8 месяцев назад
compressor.h

refactor: Make all `const static` class members `constexpr`

18 дней назад
core_io.cpp

ci, iwyu: Fix warnings in src/scripts and treat them as error

2 месяца назад
core_io.h

refactor: [move-only] Merge core_io module

7 месяцев назад
core_memusage.h

scripted-diff: [doc] Unify stale copyright headers

8 месяцев назад
cuckoocache.h

refactor: add overflow-safe `CeilDiv` helper

6 месяцев назад
dbwrapper.cpp

txospenderindex: disable bloom filters to optimize disk usage

месяц назад
dbwrapper.h

Merge bitcoin/bitcoin#35568: txospenderindex: disable bloom filters to optimize disk usage

месяц назад
deploymentinfo.cpp

Remove Taproot activation height

5 месяцев назад
deploymentinfo.h

refactor: Enforce readability-avoid-const-params-in-decls

7 месяцев назад
deploymentstatus.cpp

scripted-diff: [doc] Unify stale copyright headers

8 месяцев назад
deploymentstatus.h

scripted-diff: [doc] Unify stale copyright headers

8 месяцев назад
dummywallet.cpp

logging: use util/log.h where possible

3 месяца назад
external_signer.cpp

external_signer: validate fingerprint from enumerate response

месяц назад
external_signer.h

doc: clarify which commands receive --chain, --fingerprint and --stdin

2 месяца назад
flatfile.cpp

refactor: add overflow-safe `CeilDiv` helper

6 месяцев назад
flatfile.h

scripted-diff: [doc] Unify stale copyright headers

8 месяцев назад
hash.cpp

scripted-diff: Bump copyright headers after std::span changes

год назад
hash.h

refactor: Make all `const static` class members `constexpr`

18 дней назад
headerssync.cpp

logging: use util/log.h where possible

3 месяца назад
headerssync.h

refactor: Use reference for chain_start in HeadersSyncState

9 месяцев назад
httprpc.cpp

http: switch servers from libevent to bitcoin

2 месяца назад
httprpc.h

refactor: Add ExecuteHTTPRPC function

5 месяцев назад
httpserver.cpp

http: add no-store to dispatcher-generated error responses

5 дней назад
httpserver.h

Merge bitcoin/bitcoin#35592: http: check rpcallowip immediately after accepting connection

10 дней назад
i2p.cpp

doc: fix outdated i2p URLs in comments

19 дней назад
i2p.h

doc: fix outdated i2p URLs in comments

19 дней назад
indirectmap.h

scripted-diff: [doc] Unify stale copyright headers

8 месяцев назад
init.cpp

scripted-diff: use `MIN_DBCACHE_BYTES`

7 дней назад
init.h

scripted-diff: [doc] Unify stale copyright headers

8 месяцев назад
key.cpp

Merge bitcoin/bitcoin#35606: script: qa: Improve `Key::Fingerprint` type safety

13 дней назад
key.h

Merge bitcoin/bitcoin#35606: script: qa: Improve `Key::Fingerprint` type safety

13 дней назад
key_io.cpp

refactor: add overflow-safe `CeilDiv` helper

6 месяцев назад
key_io.h

scripted-diff: [doc] Unify stale copyright headers

8 месяцев назад
logging.cpp

logging: More fully remove libevent log category

2 месяца назад
logging.h

scripted-diff: logging: Drop LogAcceptCategory

3 месяца назад
mapport.cpp

Merge bitcoin/bitcoin#35206: doc: fix doxygen links to threads in developer-notes.md

2 месяца назад
mapport.h

scripted-diff: [doc] Unify stale copyright headers

8 месяцев назад
memusage.h

scripted-diff: [doc] Unify stale copyright headers

8 месяцев назад
merkleblock.cpp

refactor: add overflow-safe `CeilDiv` helper

6 месяцев назад
merkleblock.h

scripted-diff: [doc] Unify stale copyright headers

8 месяцев назад
musig.cpp

script: qa: Improve Key::Fingerprint type safety

2 месяца назад
musig.h

doc: use signing pubkey instead of aggregate xonly key

2 месяца назад
net.cpp

Merge bitcoin/bitcoin#28463: p2p: Increase inbound capacity for block-relay only connections

17 дней назад
net.h

Merge bitcoin/bitcoin#28463: p2p: Increase inbound capacity for block-relay only connections

17 дней назад
net_permissions.cpp

scripted-diff: [doc] Unify stale copyright headers

8 месяцев назад
net_permissions.h

scripted-diff: [doc] Unify stale copyright headers

8 месяцев назад
net_processing.cpp

net_processing: process unique tx INVs only

5 дней назад
net_processing.h

net_processing: Drop unnecessary txid arg from InitiateTxBroadcastToAll

месяц назад
net_types.cpp

logging: use util/log.h where possible

3 месяца назад
net_types.h

scripted-diff: [doc] Unify stale copyright headers

8 месяцев назад
netaddress.cpp

refactor: increase string_view usage

10 месяцев назад
netaddress.h

refactor: Enforce readability-avoid-const-params-in-decls

7 месяцев назад
netbase.cpp

scripted-diff: Rename `Sock::{RECV,SEND,ERR}`

месяц назад
netbase.h

netbase: Add timeout parameter to ConnectDirectly

3 месяца назад
netgroup.cpp

logging: use util/log.h where possible

3 месяца назад
netgroup.h

refactor: Use span instead of vector for data in util/asmap

7 месяцев назад
netmessagemaker.h

scripted-diff: [doc] Unify stale copyright headers

8 месяцев назад
noui.cpp

undo "ui: Compile boost:signals2 only once"

2 месяца назад
noui.h

refactor: Make ThreadSafeMessageBox signal void

2 месяца назад
outputtype.cpp

refactor: increase string_view usage

10 месяцев назад
outputtype.h

refactor: increase string_view usage

10 месяцев назад
pow.cpp

scripted-diff: [doc] Unify stale copyright headers

8 месяцев назад
pow.h

refactor: Enforce readability-avoid-const-params-in-decls

7 месяцев назад
prevector.h

iwyu: Fix warnings in `src/bench` and treat them as error

2 месяца назад
private_broadcast.cpp

private broadcast: remove no-op [[nodiscard]]

месяц назад
private_broadcast.h

private broadcast: limit outstanding txs to count of 10,000

месяц назад
protocol.cpp

scripted-diff: [doc] Unify stale copyright headers

8 месяцев назад
protocol.h

p2p: Assume v2transport for addresses from seeds

20 дней назад
psbt.cpp

psbt: preserve proprietary fields when combining PSBTs

3 месяца назад
psbt.h

ci, iwyu: Fix warnings in src/scripts and treat them as error

2 месяца назад
pubkey.cpp

script: qa: Improve Key::Fingerprint type safety

2 месяца назад
pubkey.h

script: qa: Improve Key::Fingerprint type safety

2 месяца назад
random.cpp

logging: use util/log.h where possible

6 месяцев назад
random.h

refactor: Enforce readability-avoid-const-params-in-decls

7 месяцев назад
randomenv.cpp

refactor: use _MiB consistently for Mebibyte conversions

4 месяца назад
randomenv.h

scripted-diff: [doc] Unify stale copyright headers

8 месяцев назад
rest.cpp

rest: add Cache-Control headers to REST responses

6 дней назад
rest.h

scripted-diff: [doc] Unify stale copyright headers

8 месяцев назад
scheduler.cpp

scripted-diff: [doc] Unify stale copyright headers

8 месяцев назад
scheduler.h

doc: fix doxygen links to threads in developer-notes.md

3 месяца назад
semaphore_grant.h

threading: semaphore: move CountingSemaphoreGrant to its own header

год назад
serialize.h

serialize: add LimitedVectorFormatter

2 месяца назад
signet.cpp

ci, iwyu: Fix warnings in src/scripts and treat them as error

2 месяца назад
signet.h

kernel: Remove some unnecessary non-kernel includes

8 месяцев назад
span.h

scripted-diff: Bump copyright headers after std::span changes

год назад
streams.cpp

refactor: Add AutoFile::size

9 месяцев назад
streams.h

streams: add `ScopedDataStreamUsage`

3 месяца назад
sync.cpp

sync: Use StdMutex for thread safety annotations

5 месяцев назад
sync.h

scripted-diff: Rename UNIQUE_NAME to BITCOIN_UNIQUE_NAME

2 месяца назад
threadsafety.h

refactor: Move `StdMutex` to its own header

5 месяцев назад
tinyformat.h

refactor: Make all `const static` class members `constexpr`

18 дней назад
torcontrol.cpp

util: LineReader - Drop support for raw std::byte spans

14 дней назад
torcontrol.h

util: LineReader - Drop support for raw std::byte spans

14 дней назад
txdb.cpp

refactor: rename async coin compaction

2 месяца назад
txdb.h

Merge bitcoin/bitcoin#35572: coins: make cursor iteration DB-only

месяц назад
txgraph.cpp

Merge bitcoin/bitcoin#34514: refactor: remove unnecessary `std::move` for a few trivially copyable types

25 дней назад
txgraph.h

clusterlin: use 'cost' terminology instead of 'iters' (refactor)

6 месяцев назад
txmempool.cpp

txmempool: Drop CompareMiningScoreWithTopology

месяц назад
txmempool.h

Merge bitcoin/bitcoin#34628: p2p: Replace per-peer transaction rate-limiting with global rate limits

17 дней назад
txrequest.cpp

multi_index: fix compilation failure with boost >= 1.91

3 месяца назад
txrequest.h

doc: fix double-word typos in comments

7 месяцев назад
uint256.cpp

scripted-diff: [doc] Unify stale copyright headers

8 месяцев назад
uint256.h

refactor: Add uint256::operator<=>()

5 дней назад
undo.h

coins: pack `Coin` height/coinbase consistently

6 месяцев назад
validation.cpp

refactor: Remove unused newFeeRate var in ReplacementChecks

5 дней назад
validation.h

validation: track last flushed block

месяц назад
validationinterface.cpp

util/log, logging: Provide ShouldDebugLog and ShouldTraceLog instead of a generic ShouldLog

3 месяца назад
validationinterface.h

validation: Move block into BlockDisconnected signal

5 месяцев назад
versionbits.cpp

Merge bitcoin/bitcoin#34084: scripted-diff: [doc] Unify stale copyright headers

8 месяцев назад
versionbits.h

versionbits: update VersionBitsCache doc comment to match current behaviour

2 месяца назад
versionbits_impl.h

scripted-diff: [doc] Unify stale copyright headers

8 месяцев назад
walletinitinterface.h

scripted-diff: [doc] Unify stale copyright headers

8 месяцев назад