index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
policy
/
policy.h
Age
Commit message (
Expand
)
Author
2024-06-07
refactor: Rename CTransaction::nVersion to version
Ava Chow
2024-06-02
[policy] make v3 transactions standard
glozow
2023-11-07
doc: fix typos
Sjors Provoost
2023-08-18
Make post-p2sh consensus rules mandatory for tx relay
Anthony Towns
2023-08-18
doc, policy: Clarify comment on STANDARD_SCRIPT_VERIFY_FLAGS
Anthony Towns
2023-08-14
Rename script/standard.{cpp/h} to script/solver.{cpp/h}
Andrew Chow
2023-08-14
MOVEONLY: Move datacarrier defaults to policy.h
Andrew Chow
2023-08-14
Move MANDATORY_SCRIPT_VERIFY_FLAGS from script/standard.h to policy/policy.h
Anthony Towns
2023-06-12
Use `int32_t` type for most transaction size/weight values
Hennadii Stepanov
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-19
Relax MIN_STANDARD_TX_NONWITNESS_SIZE to 65 non-witness bytes
Greg Sanders
2022-08-04
[doc] remove non-signaling mentions of BIP125
glozow
2022-08-02
Remove ::g_max_datacarrier_bytes global
MacroFake
2022-08-02
Pass datacarrier setting into IsStandard
MacroFake
2022-08-02
Remove ::incrementalRelayFee and ::minRelayTxFee globals
MacroFake
2022-06-29
Merge bitcoin/bitcoin#25290: [kernel 3a/n] Decouple `CTxMemPool` from `ArgsMa...
MacroFake
2022-06-28
scripted-diff: Rename anc/desc size limit vars to indicate SI unit
Carl Dong
2022-06-28
mempool: Pass in -maxmempool instead of referencing gArgs
Carl Dong
2022-06-22
scripted-diff: Rename DEFAULT_MAX_MEMPOOL_SIZE to indicate SI unit
Carl Dong
2022-06-22
Remove LOCKTIME_MEDIAN_TIME_PAST constant
MarcoFalke
2022-06-20
refactor: move EXTRA_DESCENDANT_TX_SIZE_LIMIT to policy/policy.h
fanquake
2022-06-20
refactor: use braced initialization in policy/policy.h
fanquake
2022-06-20
scripted-diff: use static constexpr in policy/policy.h
fanquake
2022-06-20
refactor: Move DEFAULT_DESCENDANT_SIZE_LIMIT to policy/policy.h
fanquake
2022-06-20
refactor: Move DEFAULT_DESCENDANT_LIMIT to policy/policy.h
fanquake
2022-06-20
refactor: Move DEFAULT_ANCESTOR_SIZE_LIMIT to policy/policy.h
fanquake
2022-06-20
refactor: Move DEFAULT_ANCESTOR_LIMIT to policy/policy.h
CAnon
2022-05-31
Move minRelayTxFee to policy/settings
MacroFake
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-11-16
policy: Treat taproot as always active
MarcoFalke
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-12-10
Move TX_MAX_STANDARD_VERSION to policy
MarcoFalke
2020-12-01
Merge #20207: Follow-up extra comments on taproot code and tests
MarcoFalke
2020-11-26
Mention units of MAX_STANDARD_ policy constants
Pieter Wuille
2020-11-26
Document additional IsWitnessStandard behavior
Pieter Wuille
2020-11-25
Add MAX_STANDARD_SCRIPTSIG_SIZE to policy
sanket1729
2020-10-30
Only relay Taproot spends if next block has it active
Pieter Wuille
2020-10-12
Make Taproot spends standard + policy limits
Pieter Wuille
2020-06-21
scripted-diff: TxoutType C++11 scoped enum class
MarcoFalke
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-04-10
Remove access to node globals from wallet-linked code
Russell Yanofsky
2019-04-09
[build] Move policy settings to new src/policy/settings unit
John Newbery
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-05-29
policy: Treat segwit as always active
MarcoFalke
2018-05-05
Policy to reject extremely small transactions
Johnson Lau
2018-05-05
Add constant scriptCode policy in non-segwit scripts
Johnson Lau
2018-03-09
Calculate and store the number of bytes required to spend an input
Andrew Chow
2018-01-10
Merge #11403: SegWit wallet support
Jonas Schnelli
2018-01-03
Abstract out IsSolvable from Witnessifier
Pieter Wuille
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
[next]