index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-05-02
Fix handling of invalid headers
Suhas Daftuar
2019-05-02
[refactor] Use Reasons directly instead of DoS codes
Matt Corallo
2019-05-02
CorruptionPossible -> BLOCK_MUTATED
Matt Corallo
2019-05-02
CorruptionPossible -> TX_WITNESS_MUTATED
Matt Corallo
2019-05-02
LookupBlockIndex -> CACHED_INVALID
Matt Corallo
2019-05-02
[refactor] Drop redundant nDoS, corruptionPossible, SetCorruptionPossible
Matt Corallo
2019-05-02
[refactor] Add useful-for-dos "reason" field to CValidationState
Matt Corallo
2019-05-02
Ban all peers for all block script failures
Suhas Daftuar
2019-05-02
Clean up banning levels
Matt Corallo
2019-05-02
[refactor] drop IsInvalid(nDoSOut)
Matt Corallo
2019-05-02
[refactor] Refactor misbehavior ban decisions to MaybePunishNode()
Matt Corallo
2019-05-02
[refactor] rename stateDummy -> orphan_state
Matt Corallo
2019-05-02
Drop obsolete sigops comment
Matt Corallo
2019-04-11
Merge #15773: test: Add BitcoinTestFramework::sync_* methods
MarcoFalke
2019-04-11
Merge #15718: docs: Improve netaddress comments
Wladimir J. van der Laan
2019-04-11
Merge #15782: Avoid redefine warning
Wladimir J. van der Laan
2019-04-11
Merge #15639: bitcoin-wallet tool: Drop libbitcoin_server.a dependency
MeshCollider
2019-04-11
Merge #15728: [wallet] Refactor relay transactions
MeshCollider
2019-04-10
docs: Improve netaddress comments
Carl Dong
2019-04-10
bitcoin-wallet tool: Drop libbitcoin_server.a dependency
Russell Yanofsky
2019-04-10
Merge #15638: Move-only: Pull wallet code out of libbitcoin_server
Wladimir J. van der Laan
2019-04-10
Remove access to node globals from wallet-linked code
Russell Yanofsky
2019-04-10
bitcoin-wallet tool: Drop MakeChain calls
Russell Yanofsky
2019-04-10
Merge #15659: [docs] fix findFork comment
MarcoFalke
2019-04-10
Merge #15754: rpc: getrpcinfo docs
MarcoFalke
2019-04-10
[wallet] Refactor CWalletTx::RelayWalletTransaction()
John Newbery
2019-04-10
Avoid redefine warning
Peter Bushnell
2019-04-09
Merge #15746: rpc: RPCHelpMan: Always name dictionary keys
MarcoFalke
2019-04-09
Merge #15629: init: Throw error when network specific config is ignored
MarcoFalke
2019-04-09
[build] Move AnalyzePSBT from psbt.cpp to node/psbt.cpp
Russell Yanofsky
2019-04-10
Merge #15632: Remove ResendWalletTransactions from the Validation Interface
MeshCollider
2019-04-09
[docs] Document src subdirectories and different libraries
John Newbery
2019-04-09
[build] Move wallet load functions to wallet/load unit
John Newbery
2019-04-09
[build] Add several util units
John Newbery
2019-04-09
[build] Move several units into common libraries
John Newbery
2019-04-09
[build] Move rpc rawtransaction util functions to rpc/rawtransaction_util.cpp
John Newbery
2019-04-09
[build] Move rpc utility methods to rpc/util
John Newbery
2019-04-09
[build] Move policy settings to new src/policy/settings unit
John Newbery
2019-04-09
[build] Move CheckTransaction from lib_server to lib_consensus
John Newbery
2019-04-09
test: Remove unused imports
MarcoFalke
2019-04-09
scripted-diff: use self.sync_* methods
MarcoFalke
2019-04-09
test: Pass self to test_simple_bumpfee_succeeds
MarcoFalke
2019-04-09
test: Add BitcoinTestFramework::sync_* methods
MarcoFalke
2019-04-09
test: Pass at most one node group to sync_all
MarcoFalke
2019-04-09
Merge #15693: travis: Switch to ubuntu keyserver to avoid timeouts
MarcoFalke
2019-04-09
Merge #15771: qa: Prevent concurrency issues reading .cookie file
MarcoFalke
2019-04-09
[wallet] Remove unnecessary Chain::Lock parameter from ResendWalletTransactions
John Newbery
2019-04-09
[wallet] Schedule tx rebroadcasts in wallet
John Newbery
2019-04-09
[wallet] Keep track of the best block time in the wallet
John Newbery
2019-04-09
qa: Prevent concurrency issues reading .cookie file
João Barbosa
[next]