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-06-19
Add sender-side protocol implementation for CMPCTBLOCK stuff
Matt Corallo
2016-06-19
Add protocol messages for short-ids blocks
Matt Corallo
2016-06-19
Add some blockencodings tests
Matt Corallo
2016-06-19
Add TestMemPoolEntryHelper::FromTx version for CTransaction
Matt Corallo
2016-06-19
Add partial-block block encodings API
Matt Corallo
2016-06-19
Add COMPACTSIZE wrapper similar to VARINT for serialization
Matt Corallo
2016-06-19
Move context-required checks from CheckBlockHeader to Contextual...
Matt Corallo
2016-06-19
If AcceptBlockHeader returns true, pindex will be set.
Matt Corallo
2016-06-19
Stop trimming when mapTx is empty
Pieter Wuille
2016-06-17
[wallet] tests: Don't use floating point
MarcoFalke
2016-06-16
Merge #7600: Mining: Select transactions using feerate-with-ancestors
Pieter Wuille
2016-06-16
Add unit tests for ancestor feerate mining
Suhas Daftuar
2016-06-16
Use ancestor-feerate based transaction selection for mining
Suhas Daftuar
2016-06-16
Merge #7892: Add full UTF-8 support to RPC
Wladimir J. van der Laan
2016-06-16
Merge #8113: Rework addnode behaviour
Wladimir J. van der Laan
2016-06-16
Merge #8171: [RPC] Fix createrawtx sequence number unsigned int parsing
Wladimir J. van der Laan
2016-06-16
Merge #8084: Add recently accepted blocks and txn to AttemptToEvictConnection.
Wladimir J. van der Laan
2016-06-16
Merge #8208: Do not set extra flags for unfiltered DNS seed results
Wladimir J. van der Laan
2016-06-16
Merge #8207: [trivial] Add a link to the Bitcoin-Core repository and website ...
Wladimir J. van der Laan
2016-06-16
[doc] Add website links to about dialog
MarcoFalke
2016-06-15
Allow disconnecting a netgroup with only one member in eviction.
Gregory Maxwell
2016-06-15
Add recently accepted blocks and txn to AttemptToEvictConnection.
Gregory Maxwell
2016-06-15
Do not set extra flags for unfiltered DNS seed results
Pieter Wuille
2016-06-14
Merge #7636: Add bitcoin address label to request payment QR code
Jonas Schnelli
2016-06-14
Merge #8035: [Wallet] Add simplest BIP32/deterministic key generation impleme...
Wladimir J. van der Laan
2016-06-14
Detect -usehd mismatches when wallet.dat already exists
Jonas Schnelli
2016-06-13
Randomize name lookup result in ConnectSocketByName
Pieter Wuille
2016-06-13
Prevent duplicate connections where one is by name and another by ip
Pieter Wuille
2016-06-13
Rework addnode behaviour
Pieter Wuille
2016-06-13
Introduce REQUIRED_SERVICES constant
Pieter Wuille
2016-06-13
Introduce enum ServiceFlags for service flags
Pieter Wuille
2016-06-13
Don't require services in -addnode
Pieter Wuille
2016-06-13
Only store and connect to NODE_NETWORK nodes
Pieter Wuille
2016-06-13
Verify that outbound connections have expected services
Pieter Wuille
2016-06-13
Keep addrman's nService bits consistent with outbound observations
Pieter Wuille
2016-06-13
Add address label to request payment QR Code (QT)
Francesco 'makevoid' Canessa
2016-06-13
Merge #8141: Continuing port of java comparison tool
Wladimir J. van der Laan
2016-06-13
Merge #7598: Refactor CreateNewBlock to be a method of the BlockAssembler class
Wladimir J. van der Laan
2016-06-10
Merge commit '60ab9b200654ef0914459711cf2b22be16be3dc2'
Wladimir J. van der Laan
2016-06-10
qt: translations update
Wladimir J. van der Laan
2016-06-10
Merge #8133: build: Finish up out-of-tree changes
Wladimir J. van der Laan
2016-06-10
Merge #8181: build: Get rid of `CLIENT_DATE`
Wladimir J. van der Laan
2016-06-09
bulid: fix "make translate" when out-of-tree
Cory Fields
2016-06-09
Merge #7292: [RPC] Expose ancestor/descendant information over RPC
Pieter Wuille
2016-06-09
Add ancestor statistics to mempool entry RPC output
Suhas Daftuar
2016-06-09
Add getmempoolentry RPC call
Suhas Daftuar
2016-06-09
Add getmempooldescendants RPC call
Suhas Daftuar
2016-06-09
build: Get rid of `CLIENT_DATE`
Wladimir J. van der Laan
2016-06-09
Merge #8166: src/test: Do not shadow local variables
Wladimir J. van der Laan
2016-06-09
Merge #8154: drop vAddrToSend after sending big addr message
Wladimir J. van der Laan
[next]