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
2018-03-16
Merge #12542: Remove redundant includes. Conform to header include guidelines.
Pieter Wuille
2018-03-15
Merge #12683: Fix more constness violations in serialization code
Pieter Wuille
2018-03-15
Merge #12621: Avoid querying unnecessary model data when filtering transactions
Pieter Wuille
2018-03-15
Merge #12693: Remove unused variable in SortForBlock
Pieter Wuille
2018-03-15
Merge #12431: Only call NotifyBlockTip when chainActive changes
Wladimir J. van der Laan
2018-03-14
Remove unused variable in SortForBlock
Drew Rasmussen
2018-03-14
Merge #10637: Coin Selection with Murch's algorithm
Wladimir J. van der Laan
2018-03-14
Merge #12080: Add support to search the address book
Wladimir J. van der Laan
2018-03-14
Polish interfaces around PeerLogicValidation
Vasil Dimov
2018-03-13
Merge #9680: Unify CWalletTx construction
Pieter Wuille
2018-03-13
Support deserializing into temporaries
Pieter Wuille
2018-03-13
Merge READWRITEMANY into READWRITE
Pieter Wuille
2018-03-13
Fix ComputeTimeSmart test failure with -DDEBUG_LOCKORDER
Russell Yanofsky
2018-03-13
Merge #11041: Add LookupBlockIndex
Wladimir J. van der Laan
2018-03-13
Merge #12658: Sanitize some wallet serialization
Wladimir J. van der Laan
2018-03-13
Merge #11872: [rpc] createrawtransaction: Accept sorted outputs
Wladimir J. van der Laan
2018-03-13
Add a test to make sure that negative effective values are filtered
Andrew Chow
2018-03-13
Benchmark BnB in the worst case where it exhausts
Andrew Chow
2018-03-13
Have SelectCoinsMinConf and SelectCoins use BnB or Knapsack and use it
Andrew Chow
2018-03-13
Add a GetMinimumFeeRate function which is wrapped by GetMinimumFee
Andrew Chow
2018-03-13
Move original knapsack solver tests to coinselector_tests.cpp
Andrew Chow
2018-03-13
Move current coin selection algorithm to coinselection.{cpp,h}
Andrew Chow
2018-03-13
Add tests for the Branch and Bound algorithm
Andrew Chow
2018-03-13
Remove coinselection.h -> wallet.h circular dependency
Andrew Chow
2018-03-13
Use a struct for output eligibility
Andrew Chow
2018-03-13
Move output eligibility to a separate function
Andrew Chow
2018-03-13
Implement Branch and Bound coin selection in a new file
Andrew Chow
2018-03-13
Merge #12659: Improve Fatal LevelDB Log Messages
MarcoFalke
2018-03-13
Merge #10694: Remove redundant code in MutateTxSign(CMutableTransaction&, con...
Wladimir J. van der Laan
2018-03-11
qt: Avoid querying unnecessary model data when filtering transactions
João Barbosa
2018-03-11
rpc: Update createrawtransaction examples
MarcoFalke
2018-03-11
Split up and sanitize CAccountingEntry serialization
Pieter Wuille
2018-03-09
Log fatal LevelDB errors more verbosely
Evan Klitzke
2018-03-09
Store effective value, fee, and long term fee in CInputCoin
Andrew Chow
2018-03-09
Calculate and store the number of bytes required to spend an input
Andrew Chow
2018-03-09
Split up and sanitize CWalletTx serialization
Pieter Wuille
2018-03-09
Format timestamps using ISO 8601 formatting (e.g. "2018-02-28T12:34:56Z")
practicalswift
2018-03-07
[wallet] Get rid of CWalletTx default constructor
Russell Yanofsky
2018-03-07
[wallet] Construct CWalletTx objects in CommitTransaction
Russell Yanofsky
2018-03-07
[rpc] createrawtransaction: Accept sorted outputs
MarcoFalke
2018-03-07
Merge #9598: Improve readability by removing redundant casts to same type (on...
Wladimir J. van der Laan
2018-03-07
Merge #12626: Limit the number of IPs addrman learns from each DNS seeder
Wladimir J. van der Laan
2018-03-07
Merge #11900: [script] simplify CheckMinimalPush checks, add safety assert
Wladimir J. van der Laan
2018-03-07
Merge #11687: External wallet files
Wladimir J. van der Laan
2018-03-07
CheckMinimalPush comments are prescriptive
Gregory Sanders
2018-03-07
Merge #12620: Remove TransactionTableModel::TxIDRole
Wladimir J. van der Laan
2018-03-07
Merge #11630: Simplify Base32 and Base64 conversions
Wladimir J. van der Laan
2018-03-07
Merge #9991: listreceivedbyaddress Filter Address
Wladimir J. van der Laan
2018-03-07
Simplify Base32 and Base64 conversions
Pieter Wuille
2018-03-07
Merge #12204: Fix overly eager BIP30 bypass
Wladimir J. van der Laan
[next]