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
Age
Commit message (
Expand
)
Author
2016-01-09
Merge branch bytespersigop
Luke Dashjr
2015-12-02
Remove GetMinRelayFee
Suhas Daftuar
2015-12-02
Use fee deltas for determining mempool acceptance
Suhas Daftuar
2015-12-02
Update replace-by-fee logic to use fee deltas
Suhas Daftuar
2015-12-02
Fix mempool limiting for PrioritiseTransaction
Suhas Daftuar
2015-12-02
Fix typo in wallet.cpp
MarcoFalke
2015-12-02
PartitionCheck: remove useless spaces
paveljanik
2015-12-02
TRIVIAL: Chainparams: Remove unused CBaseUnitTestParams
Jorge Timón
2015-12-02
Update miner.cpp: Fix typo in comment
antonio-fr
2015-12-02
[trivial] Fix typo in peertablemodel.cpp
MarcoFalke
2015-12-02
Fix various typos
paveljanik
2015-12-02
Merge pull request #7128
Wladimir J. van der Laan
2015-12-02
qt: Final translation update before 0.12 fork
Wladimir J. van der Laan
2015-12-02
Merge pull request #6216
Wladimir J. van der Laan
2015-12-02
Merge pull request #7147
Wladimir J. van der Laan
2015-12-02
Merge pull request #7146
Wladimir J. van der Laan
2015-12-02
Merge pull request #7118
Wladimir J. van der Laan
2015-12-02
Merge commit '982709199f1b4e9e35211c419a81938f9f1dd4ed' into bitcoin
MarcoFalke
2015-12-02
Merge pull request #7144
Wladimir J. van der Laan
2015-12-02
Name union to prevent compiler warning
Pavel Janík
2015-12-01
Flush coins cache also after transaction processing
Pieter Wuille
2015-12-01
Uncache input txn in utxo cache if a tx is not accepted to mempool
Matt Corallo
2015-12-01
Add CCoinsViewCache::HaveCoinsInCache to check if a tx is cached
Matt Corallo
2015-12-01
Discard txn cache entries that were loaded for removed mempool txn
Matt Corallo
2015-12-01
Get the set of now-uncacheable-txn from CTxMemPool::TrimToSize
Matt Corallo
2015-12-01
Add method to remove a tx from CCoinsViewCache if it is unchanged
Matt Corallo
2015-12-01
-bytespersigop option to additionally limit sigops in transactions we relay a...
Luke Dashjr
2015-12-01
Rewrite CreateNewBlock
Alex Morcos
2015-12-01
Expose FormatStateMessage
Alex Morcos
2015-12-01
Make accessing mempool parents and children public
Alex Morcos
2015-12-01
Add TxPriority class and comparator
Alex Morcos
2015-12-01
Add a score index to the mempool.
Alex Morcos
2015-12-01
Store the total sig op count of a tx.
Alex Morcos
2015-12-01
test: Disable scheduler test manythreads
Wladimir J. van der Laan
2015-12-01
qt: periodic translations update
Wladimir J. van der Laan
2015-12-01
Merge pull request #7141
Wladimir J. van der Laan
2015-12-01
Merge pull request #7143
Wladimir J. van der Laan
2015-12-01
Merge pull request #6915
Wladimir J. van der Laan
2015-12-01
Merge pull request #7022
Wladimir J. van der Laan
2015-12-01
qt: use QMetaObject::invokeMethod for cross-thread signaling in clientmodel
Wladimir J. van der Laan
2015-12-01
Describe maxmempool and mempoolminfee in the getmempoolinfo RPC help.
Pavel Janík
2015-12-01
Constrain rpcport default values to a single location in code
Luke Dashjr
2015-12-01
Merge pull request #7136
Wladimir J. van der Laan
2015-12-01
Merge pull request #6914
Wladimir J. van der Laan
2015-12-01
rpc: Don't translate warning messages
Wladimir J. van der Laan
2015-12-01
Merge pull request #7096
Wladimir J. van der Laan
2015-12-01
Merge pull request #7105
Wladimir J. van der Laan
2015-12-01
Merge pull request #7079
Wladimir J. van der Laan
2015-11-30
Merge pull request #7072
Gregory Maxwell
2015-11-30
Change default block priority size to 0
Alex Morcos
[next]