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
/
test
Age
Commit message (
Expand
)
Author
2017-06-08
Use override keyword on CCoinsView overrides
Russell Yanofsky
2017-06-05
Merge #10514: Bugfix: missing == 0 after randrange
Wladimir J. van der Laan
2017-06-05
rpc: Add listen address to incoming connections in `getpeerinfo`
Wladimir J. van der Laan
2017-06-02
Bugfixes: missing == 0 after randrange
Pieter Wuille
2017-06-01
scripted-diff: various renames for per-utxo consistency
Pieter Wuille
2017-06-01
Rename CCoinsCacheEntry::coins to coin
Pieter Wuille
2017-06-01
Extend coins_tests
Pieter Wuille
2017-06-01
Switch CCoinsView and chainstate db from per-txid to per-txout
Pieter Wuille
2017-06-01
Switch tests from ModifyCoins to AddCoin/SpendCoin
Pieter Wuille
2017-06-01
Switch CScriptCheck to use Coin instead of CCoins
Pieter Wuille
2017-06-01
Only pass things committed to by tx's witness hash to CScriptCheck
Matt Corallo
2017-06-01
Switch from per-tx to per-txout CCoinsViewCache methods in some places
Pieter Wuille
2017-06-01
Optimization: Coin&& to ApplyTxInUndo
Pieter Wuille
2017-06-01
Replace CTxInUndo with Coin
Pieter Wuille
2017-05-26
Remove/ignore tx version in utxo and undo
Pieter Wuille
2017-05-26
Add specialization of SipHash for 256 + 32 bit data
Pieter Wuille
2017-05-26
error() in disconnect for disk corruption, not inconsistency
Pieter Wuille
2017-05-22
Merge #10415: [tests] Speed up fuzzing by ~200x when using afl-fuzz
Wladimir J. van der Laan
2017-05-19
Merge #10429: tests: fix spurious addrman test failure
Wladimir J. van der Laan
2017-05-19
[test] Speed up fuzzing by ~200x when using afl-fuzz
practicalswift
2017-05-19
tests: fix spurious addrman test failure
Cory Fields
2017-05-18
Merge #8329: Consensus: MOVEONLY: Move functions for tx verification
Wladimir J. van der Laan
2017-05-18
Merge #10408: Net: Improvements to Tor control port parser
Wladimir J. van der Laan
2017-05-17
Merge #10199: Better fee estimates
Pieter Wuille
2017-05-16
torcontrol: Handle escapes in Tor QuotedStrings
Jack Grigg
2017-05-16
torcontrol: Add unit tests for Tor reply parsers
Jack Grigg
2017-05-15
tests: Correct testcase in script_tests.json for large number OP_EQUAL
Wladimir J. van der Laan
2017-05-15
Merge #9494: Introduce an ArgsManager class encapsulating cs_args, mapArgs a...
Wladimir J. van der Laan
2017-05-10
Introduce a scale factor
Alex Morcos
2017-05-10
Rewrite estimateSmartFee
Alex Morcos
2017-05-10
Track failures in fee estimation.
Alex Morcos
2017-05-10
Change parameters for fee estimation and estimates on all 3 time horizons.
Alex Morcos
2017-05-09
[tests] Clean up addrman_tests.cpp
Jimmy Song
2017-05-09
Util: Create ArgsManager class...
Jorge Timón
2017-05-09
Merge #10287: [tests] Update Unit Test for addrman.h/addrman.cpp
MarcoFalke
2017-05-09
Merge #8855: Use a proper factory for creating chainparams
Wladimir J. van der Laan
2017-05-03
Chainparams: Use the factory for pow tests
Jorge Timón
2017-05-03
Chainparams: Get rid of CChainParams& Params(std::string)
Jorge Timón
2017-05-03
Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module
Jorge Timón
2017-05-02
[tests] Update Unit Test for addrman.h/addrman.cpp
Jimmy Song
2017-04-26
Merge #10280: [test] Unit test amount.h/amount.cpp
MarcoFalke
2017-04-26
[test] Unit test amount.h/amount.cpp
Jimmy Song
2017-04-25
[test] Add Unit Test for GetListenPort
Jimmy Song
2017-04-24
Merge #9792: FastRandomContext improvements and switch to ChaCha20
Wladimir J. van der Laan
2017-04-20
Merge #9942: Refactor CBlockPolicyEstimator
Wladimir J. van der Laan
2017-04-13
Merge #9480: De-duplicate SignatureCacheHasher
Pieter Wuille
2017-04-12
Deduplicate SignatureCacheHasher
Jeremy Rubin
2017-04-10
Call estimate(Smart)Fee directly from CBlockPolicyEstimator
Alex Morcos
2017-04-10
Make feeEstimator its own global instance of CBlockPolicyEstimator
Alex Morcos
2017-04-06
MOVEONLY: tx functions to consensus/tx_verify.o
Jorge Timón
[next]