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
Age
Commit message (
Expand
)
Author
2019-06-28
[wallet] abort when attempting to fund a transaction above maxtxfee
Sjors Provoost
2019-06-11
Fix spelling errors identified by codespell 1.15.0
Ben Woosley
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-05-03
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
2019-04-18
[POLICY] Make sending to future native witness outputs standard
Pieter Wuille
2019-04-10
Remove access to node globals from wallet-linked code
Russell Yanofsky
2019-04-09
[build] Add several util units
John Newbery
2019-04-09
[build] Move policy settings to new src/policy/settings unit
John Newbery
2019-02-25
rpc: Pass mempool into MempoolToJSON
MarcoFalke
2018-12-03
Add locking annotations to feeStats, shortStats and longStats
practicalswift
2018-12-02
scripted-diff: Rename from cs_feeEstimator to m_cs_fee_estimator
practicalswift
2018-12-02
policy: Add Clang thread safety annotations for variables guarded by cs_feeEs...
practicalswift
2018-11-07
Merge #14636: Avoid using numeric_limits for sequence numbers and lock times
MarcoFalke
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-01
Replace platform dependent type with proper const
Hennadii Stepanov
2018-09-26
doxygen: Fix member comments
MarcoFalke
2018-09-11
Merge #13558: Drop unused GetType() from CSizeComputer
Wladimir J. van der Laan
2018-09-11
Drop unused GetType() from CSizeComputer
Ben Woosley
2018-08-30
Merge #14103: docs: Fix broken Doxygen comments
Wladimir J. van der Laan
2018-08-25
Merge #13429: Return the script type from Solver
Wladimir J. van der Laan
2018-08-08
Fix incorrect Doxygen comments
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-22
Return the script type from Solver
Ben Woosley
2018-07-05
Merge #13096: [Policy] Fix MAX_STANDARD_TX_WEIGHT check
Wladimir J. van der Laan
2018-05-29
policy: Treat segwit as always active
MarcoFalke
2018-05-12
Merge #11423: [Policy] Several transaction standardness rules
Wladimir J. van der Laan
2018-05-05
Add compile time checking for all ::mempool.cs runtime locking assertions
practicalswift
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-05-05
Fix MAX_STANDARD_TX_WEIGHT check
Johnson Lau
2018-04-10
Extract consts for WITNESS_V0 hash sizes
Ben Woosley
2018-04-05
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-02
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-04-01
Merge #12757: Clarify include guard naming convention
MarcoFalke
2018-03-27
Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")
Wladimir J. van der Laan
2018-03-22
Fix missing or inconsistent include guards
practicalswift
2018-03-21
Fix typos
practicalswift
2018-03-09
Calculate and store the number of bytes required to spend an input
Andrew Chow
2018-03-09
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-01-25
fee estimator: avoid sorting mempool on shutdown
Suhas Daftuar
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
2017-12-19
Remove dead feeest-file read code for old versions
Matt Corallo
2017-12-19
Merge #11273: Ignore old format estimation file
Wladimir J. van der Laan
2017-11-16
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-09
Use unique_ptr:s for {fee,short,long}Stats (TxConfirmStats)
practicalswift
2017-10-13
Avoid division by zero in the case of a corrupt estimates file
practicalswift
2017-10-12
Merge #11133: Document assumptions that are being made to avoid division by zero
Wladimir J. van der Laan
[next]