btcd-commits
Thread
Date
Earlier messages
Later messages
Messages by Thread
[btcsuite/btcd] 2f6aea: server: Correct mempool/CPU miner initialize order...
Dave Collins
[btcsuite/btcd] 2a7f41: peer: Add DisableRelayTx to config.
David Hill
[btcsuite/btcd] ce981f: mining: Create skeleton package.
Dave Collins
[btcsuite/btcd] 83bcfe: mempool: Introduce mempoolConfig.
David Hill
[btcsuite/btcd] 2b6a9a: mempool/mining: Introduce TxSource interface.
Dave Collins
[btcsuite/btcd] 8ab565: mempool/mining: Decouple and optimize priority cal...
Dave Collins
[btcsuite/btcwallet] 647e7f: Update README.
Josh Rickmar
[btcsuite/btcwallet] b0566e: Separate out default ports and utility funcs.
Josh Rickmar
[btcsuite/btcd] f41ff5: server: Improve the persistent peer retry logic.
Dave Collins
[btcsuite/btcd] 1217e0: peer: Unexport the mru inventory map.
Dave Collins
[btcsuite/btcd] a4aa13: mining: Refactor policy into its own struct.
Dave Collins
[btcsuite/btcd] 2799dd: mining: Remove comment and change fee calc to int.
Dave Collins
[btcsuite/btcd] 09874f: Fix dropaddrindex flag usage message
Michail Kargakis
[btcsuite/btcd] d0f0a2: server: Improve handling of disconnected peers.
Dave Collins
[btcsuite/btcwallet] 8999c1: Add 0.7.0 deps to deps.txt.
Josh Rickmar
[btcsuite/btcd] 6c00d0: peer: Combine stats struct into peer struct.
Dave Collins
[btcsuite/btcrpcclient] b81555: Fix "Established connection" log message.
Rune T. Aune
[btcsuite/btcd] cea5d3: Prepare for release 0.12.0.
Dave Collins
[btcsuite/btcd] 23df5e: Add 0.12.0 deps to deps.txt.
Dave Collins
[btcsuite/btcd] ee8601: Add checkpoint at block height 382320.
Dave Collins
[btcsuite/btcutil]
conformal-deploy
[btcsuite/btcwallet] 52b8e1: Add the chain subsystem logger to btcrpcclient.
Rune T. Aune
[btcsuite/btcrpcclient] 975536: add filteraddrs param to searchrawtransactions
danda
[btcsuite/btcd] 0c3cf6: Use new connections for peers in TestOutboundPeer
Javed Khan
[btcsuite/btcd] c7eaee: adds filteraddrs param to searchrawtransactions AP...
danda
[btcsuite/btcd] b691a2: Add signature hash calculation tests from Bitcoin ...
Rune T. Aune
[btcsuite/btcd] 365b1b: mempool: convert orphansByPrev from a list to a m...
David Hill
[btcsuite/btcd] 58e276: mempool: Move checkTransactionStandard to policy.
Dave Collins
[btcsuite/btcd] d765c7: mempool: Remove returned error from ProcessOrphans
David Hill
[btcsuite/btcd] 501667: Move comment to where it belongs.
David Hill
[btcsuite/btcwallet] 6ba74e: Update for hdkeychain NewMaster API change.
Dave Collins
[btcsuite/btcutil] ff82da: hdkeychain: Update NewMaster to accept network.
Dave Collins
[btcsuite/btcd] 21d11e: Fix failing test case because of wrong TimeOffset
Javed Khan
[btcsuite/btcd] cb71f2: chaincfg: Move DNS Seeds to chaincfg.
David Hill
[btcsuite/btcd] aa0efa: server: Allow IPv6 addresses with zone id.
Dave Collins
[btcsuite/btcd] 23bcb3: blockchain: Fix bogus error message.
Josh Rickmar
[btcsuite/btcd] 756f58: add installation instructions for Gentoo
Justus Ranvier
[btcsuite/btcd] 912a8d: Fix mempool transactions disappearing if a parent ...
Dario Nieuwenhuis
[btcsuite/btcrpcclient] c56072: Add optional locktime parameter to CreateRawTransa...
David Hill
[btcsuite/btcd] 4b7206: btcjson: Add optional locktime to createrawtransac...
David Hill
[btcsuite/btcd] 489ba8: Update minimum fee calculations to match Core.
Ben Echols
[btcsuite/btcd] 781177: Implement BIP0065 changeover logic for v4 blocks.
David Hill
[btcsuite/btcd] 3d6afc: Move non-mempool specific functions to new file.
David Hill
[btcsuite/btcd] 5c50db: peer: Don't stall on pongs.
Dave Collins
[btcsuite/btcutil] e8bab6: docs: Make various README.md files consistent.
Dave Collins
[btcsuite/btcd] 4a397d: peer: Don't log write errs due to disconnect.
Dave Collins
[btcsuite/btcutil] d6989e: txsort: Correct the names of the tests.
Dave Collins
[btcsuite/btcd] 3942a1: docs: Make various README.md files consistent.
Dave Collins
[btcsuite/btcd] aa03d6: peer: Correct a few typos in documentation.
Dave Collins
[btcsuite/btcd] cbbe3a: peer: Implement stall detection.
Dave Collins
[btcsuite/btcutil] 0df67e: txsort: Add InPlaceSort function.
Dave Collins
[btcsuite/btcutil] e0e925: txsort: Convert tests, optimize, and cleanup code.
Dave Collins
[btcsuite/btcutil] 98fd0a: txsort: Convert to package
Dave Collins
[btcsuite/btcutil] 5fd45e: Add TxSort and TxIsSorted functions to btcutil
tx
[btcsuite/btcd] f1bd2f: peer: Ping on interval instead of delayed timer.
Dave Collins
[btcsuite/btcd] 250228: peer: Improve documentation.
Dave Collins
[btcsuite/btcd] 00bddf: peer: Refactor peer code into its own package.
Javed Khan
[btcsuite/btcd] 2e6e89: txscript: Sync Bitcoin Core tests.
David Hill
[btcsuite/btcd] 3fa416: txscript: fix isMultiSig bug.
David Hill
[btcsuite/btcd] a56db2: config: New option --minrelaytxfee
David Hill
[btcsuite/btcd] 5a9bac: Correct a few style related issues found by golint...
Dave Collins
[btcsuite/btcd] 074067: rpcserver: Copy btcwallet fix for verifymessage.
Josh Rickmar
[btcsuite/btcwallet] 4f6edc: Fix signmessage RPC to match Core.
Josh Rickmar
[btcsuite/btcd] 80fa80: wire: Export var length string serialization funcs...
Dave Collins
[btcsuite/btcd] 4c3ad4: txscript: Implement CheckLockTimeVerify (BIP0065)
David Hill
[btcsuite/btcwallet] cef002: Fix wallet compile after SigCache addition to NewE...
John C. Vernaleo
[btcsuite/btcd] 0f57a4: txscript: Add ScriptVerifyLowS to the standard fl...
David Hill
[btcsuite/btcd] f86253: btcjson: Add errors to InfoChainResult
David Hill
[btcsuite/btcd] 002990: Integrate a valid ECDSA signature cache into btcd
Olaoluwa Osuntokun
[btcsuite/btcrpcclient] 29a254: Update SearchRawTransaction calls for latest API.
Dave Collins
[btcsuite/btcd] 0190c3: Add reverse order option to searchrawtransactions ...
Dario Nieuwenhuis
[btcsuite/btcd] ce2215: txscript: Change makeScriptNum to take a length ar...
David Hill
[btcsuite/btcd] e4c053: rpcserver: Optimize JSON raw tx input list create.
Dave Collins
[btcsuite/btcd] c9ee3d: wire: Implement SFNodeBloom (BIP0111).
David Hill
[btcsuite/btcd] 064cc8: txscript: Optimize DisasmString function.
Dave Collins
[btcsuite/btcd] 79aac0: wire: Reject non-canonically encoded varints.
Dave Collins
[btcsuite/btcd] 03d423: Review and fix docs.
Mawuli Adzoe
[btcsuite/btcd] 5983c9: Allow the session RPC for limited (read-only) clie...
Josh Rickmar
[btcsuite/btcwallet] 31d152: Temporarly increase session RPC timeout.
Josh Rickmar
[btcsuite/btcwallet] 33d053: Detect silent network drops.
Josh Rickmar
[btcsuite/btcrpcclient] d06c23: Review and fix. Mostly typos.
Mawueli Kofi Adzoe
[btcsuite/btcrpcclient] 6f3bc8: Add support for the session extension RPC.
Josh Rickmar
[btcsuite/btcd] 6ac46f: Remove mixed newlines in documentation.
Josh Rickmar
[btcsuite/btcd] e6d5c1: Update TravisCI to test against golang 1.5.1.
Dave Collins
[btcsuite/btcd] 180655: Fix skip not being applied to mempool txns in sear...
Dario Nieuwenhuis
[btcsuite/btcd] 0f9fc4: Output error to stderr if the limits can't be set.
Dave Collins
[btcsuite/btcd] 4e34a4: Add new seed seed.bitcoin.jonasschnelli.ch.
David Hill
[btcsuite/btcd] 83bcfc: Improve mru inventory map and test cov to 100%.
Dave Collins
[btcsuite/btcrpcclient] 34db20: Update SearchRawTransaction calls for latest API.
Dave Collins
[btcsuite/btcd] 43774f: adds optional prevOut section to vin for searchraw...
danda
[btcsuite/btcd] 244112: Recognize the BIP0064 service bit.
David Hill
[btcsuite/btcd] 9c039f: Fix longpoll getblocktemplate not getting notified...
Dario Nieuwenhuis
[btcsuite/btcwallet] 10be84: votingpool: Implement isCharterOutput
Guilherme Salgado
[btcsuite/btcwallet] 2c56b3: votingpool: Implement isCharterOutput
Guilherme Salgado
[btcsuite/btcwallet] 1601db: New struct (TxInSigs) to store the raw sigs of a t...
Guilherme Salgado
[btcsuite/btcutil] 03f606: Update docs for NewAmount
Mawuli Adzoe
[btcsuite/btcd] 0280fa: Convert block heights to int32.
Dave Collins
[btcsuite/btcutil] 1c7f05: Convert block heights to int32.
Dave Collins
[btcsuite/btcd] 27f7f8: txscript: Make error strings idiomatic.
Jonathan Gillham
[btcsuite/btcd] 3331d6: txscript: New function IsUnspendable
David Hill
[btcsuite/btcd] b448a2: Make PubKey variable names consistent.
Jonathan Gillham
[btcsuite/btcd] 88b15e: docs: Add info describing model commit messages.
Dave Collins
[btcsuite/btcd] 2dc868: Fix incorrect ip connection attempt logic.
Daniel Krawisz
[btcsuite/btcd] 506fc9: rpcserver: Allow tx result creation without block.
Dave Collins
[btcsuite/btcd] f89139: peer: Optimize merkle block handling.
Dave Collins
[btcsuite/btcutil] d39a25: Return matched tx indices from NewMerkleBlock.
Dave Collins
[btcsuite/btcd] f8167a: txscript: Remove unneeded signature hash copies
Jonathan Gillham
[btcsuite/btcutil] f3db5c: Use container-based builds on TravisCI.
Dave Collins
[btcsuite/btcd] 51fca6: wire: Remove duplicate tx error path tests.
Dave Collins
[btcsuite/btcd] b16064: added getwalletinfo cmd
drazisil
[btcsuite/btcd] 5ab891: docs: Remove outdated btcws link from README.md.
Dave Collins
[btcsuite/btcutil] deba3d: Fix tiny typo in docs.
Mawuli Adzoe
[btcsuite/btcd] a6c79c: Implement getblockheader RPC.
David Hill
[btcsuite/btcutil] ee7c40: Add testable example for UnitConversions
Mawuli Adzoe
[btcsuite/btcwallet] 6ee1f9: Fix retrieval of public key addresses from address...
cjepson
[btcsuite/btcd] eb4ad0: Implmement BlockHeader BtcEncode/BtcDecode.
David Hill
[btcsuite/btcd] 3d89b5: wire: Update tests to force error in tx lock time.
Dave Collins
[btcsuite/btcutil] 7501ae: Improve godocs. Add testable example for NewAmount
Mawuli Adzoe
[btcsuite/btcwallet] c31dc6: Remove unnecessary address manager locks.
Josh Rickmar
[btcsuite/btcwallet] eb25d8: Add spendable field to listunspent result.
Josh Rickmar
[btcsuite/btcd] 6f1272: btcjson: Add spendable to listunspent result.
Josh Rickmar
[btcsuite/btcd] 8a4a87: Ignore getheaders requests if not synced.
David Hill
[btcsuite/btcd] 1ddf8e: Correct reconnect handling for persistent peers.
Dave Collins
[btcsuite/btcd] 7246b9: docs: Correct JSON-RPC API overview return links.
Dave Collins
[btcsuite/btcd] 4335ce: switch maxDataCarrierSize to public const
Bruno
[btcsuite/btcutil] 3c3f93: Fix tiny typo
Mawuli Adzoe
[btcsuite/btcd] 8fcea8: Fixed erroneous txscript.KeyClosure documentation.
Jonathan Gillham
[btcsuite/btcd] e13b4f: Document limitfreerelay and norelaypriority option...
David Hill
[btcsuite/btcwallet] a2a132: Add AppVeyor continuous integration.
Josh Rickmar
[btcsuite/btcd] 9ffd96: Revert "Move IsFinalizedTransaction to txscript."
David Hill
[btcsuite/btcd] 17da2b: Move IsFinalizedTransaction to txscript.
David Hill
[btcsuite/btcd] bb8333: Use NewMsgInvSizeHint when we know the size.
David Hill
[btcsuite/btcd] 527f58: txscript: Move lockTimeThreshold to txscript
David Hill
[btcsuite/btcd] 7cfa84: Support getmempoolinfo.
David Hill
[btcsuite/btcwallet] f7ed14: Reorder wtxmgr.CreditRecord fields.
Josh Rickmar
[btcsuite/btcrpcclient] 7cb04a: Update example code.
John C. Vernaleo
[btcsuite/btcwallet] e5e239: API updates for times in block notifications.
Josh Rickmar
[btcsuite/btcrpcclient] 183107: Parse/notify times from block(dis)connected notifi...
Josh Rickmar
[btcsuite/btcd] 09ce6f: Add timestamps to block(dis)connected notification...
Josh Rickmar
[btcsuite/btcd] 2ceb64: Notify mined transactions before connected block.
Josh Rickmar
[btcsuite/btcutil] 9ffb1e: Add Common Name to certificate.
Josh Rickmar
[btcsuite/btcd] a1bd15: Fix --onion.
David Hill
[btcsuite/btcwallet] a735e3: Add mutex for delete(m.addrs, ..) in MarkUsed
Alex Yocom-Piatt
[btcsuite/btcrpcclient] 77baeb: Fix data race.
Josh Rickmar
[btcsuite/btcwallet] 411eac: Remove data races from switching lock impls.
Josh Rickmar
[btcsuite/btcutil] 53b0b8: Fix typo in test.
Josh Rickmar
[btcsuite/btcrpcclient] ee3a86: Make listsinceblock block hash optional.
Josh Rickmar
[btcsuite/btcd] 3aac3b: Update README.md install section.
Dave Collins
[btcsuite/btcwallet] 9d5aba: Simplify error handling with waddrmgr.IsError.
Josh Rickmar
[btcsuite/btcwallet] 39cab6: Add waddrmgr.IsError function.
Josh Rickmar
[btcsuite/btcwallet] 9ee887: Take advantage of Go 1.5 optimized zeroing.
Josh Rickmar
[btcsuite/btcwallet] 8caef9: Fix whitespace.
Josh Rickmar
[btcsuite/btcwallet] 164368: Prepare for release 0.6.0.
Josh Rickmar
[btcsuite/btcd] d12b3a: Prepare for release 0.11.1.
Dave Collins
[btcsuite/btcd] 58fa97: Add 0.11.1 deps to deps.txt.
Dave Collins
[btcsuite/btcd] 6d15b0: Add gettxoutproof and verifytxoutproof JSON-RPC in...
David Hill
[btcsuite/btcwallet] 5843c0: Move legacy under internal directory.
Josh Rickmar
[btcsuite/btcd] 9350b9: mempool: Correct cmd field for rejected txns.
Dave Collins
[btcsuite/btcwallet] b7cef6: Fix JSON-RPC error code for walletpassphrase failu...
Josh Rickmar
[btcsuite/btcd] d9556d: Mitigate timing attacks while using btcec.Decrypt.
Ishbir Singh
[btcsuite/btcwallet] fbf744: Update wallet to use ForEach- style functions
Javed Khan
[btcsuite/btcd] 9d6d0e: Keep track of peers with maps instead of lists.
David Hill
[btcsuite/btcd] 58f29a: Added ECDH and encryption/decryption support
Ishbir Singh
[btcsuite/btcwallet] 97e84f: Turn isTxTooBig into a method on withdrawalTx
Guilherme Salgado
[btcsuite/btcwallet] a883c9: add SendPairs helper function to wallet package
Manan Patel
[btcsuite/btcwallet] d714bf: Refactor wallet opening.
Josh Rickmar
[btcsuite/btcwallet] edde89: Rollback transactions past the last saved recent b...
Josh Rickmar
[btcsuite/btcwallet] 47ca1c: StartWithdrawal returns a previously saved Withdra...
Guilherme Salgado
[btcsuite/btcwallet] 472d6b: Prevent duplicate waddrmgr lock error.
Josh Rickmar
[btcsuite/btcwallet] 49210d: Change the stack semantics in withdrawal.eligibleI...
Guilherme Salgado
[btcsuite/btcwallet] 4637d6: Use 0 instead of -1 for zero-conf listtransactions...
Josh Rickmar
[btcsuite/btcd] 007bee: Add new option --torisolation
David Hill
[btcsuite/btcwallet] 736a46: Use negative fees with listtransaction result type...
Josh Rickmar
[btcsuite/btcwallet] 41b7d4: Remove target conf limit on listsinceblock txs.
Josh Rickmar
[btcsuite/btcd] 5f8dba: Add new option -maxorphantx
David Hill
[btcsuite/btcd] 19eae8: blockchain: Split block and header validation.
Dave Collins
[btcsuite/btcd] aa34ec: Update docs for IRC move to freenode.
David Hill
[btcsuite/btcwallet] 9d7fb9: Add script verification errors to signrawtransacti...
David Hill
[btcsuite/btcd] 7e50b8: Rename hex to scriptSig in SignRawTransactionError...
David Hill
[btcsuite/btcd] 31a959: Run gofmt on btcjson/
David Hill
[btcsuite/btcd] 92c241: Fix typo in previous: Result->Error
David Hill
[btcsuite/btcd] 155512: Add additional fields to the SignRawTransaction RP...
David Hill
[btcsuite/btcwallet] 49f33e: Updates for btcjson type changes.
Josh Rickmar
[btcsuite/btcd] a40058: rpcserver: Omit empty getrawtransaction->confirmat...
Dave Collins
[btcsuite/btcd] 788c31: Fix listtransactions/gettransaction result structs...
Josh Rickmar
[btcsuite/btcd] 717a9f: Fix documentation example
Federico Bond
[btcsuite/btcrpcclient] 987458: Add Generate support in mining.go.
Alex Akselrod
[btcsuite/btcd] 177f09: Prepare for release 0.11.0.
Dave Collins
[btcsuite/btcd] 7aa860: Add 0.11.0 deps to deps.txt.
Dave Collins
[btcsuite/btcd] f284b9: txscript: Match Bitcoin Core OP_IFDUP behavior.
Dave Collins
[btcsuite/btcd] 6801c0: Fix #122 by allowing clients to cancel websockets ...
Olaoluwa Osuntokun
[btcsuite/btcd] 415d77: Add checkpoint at block height 352940.
Dave Collins
[btcsuite/btcd] d26aaf: Create `generate` RPC command to close #362
Alex Akselrod
[btcsuite/btcd] 927a0e: txscript: Test consistency and cleanup.
Dave Collins
[btcsuite/btcd] 9a658c: rpcserver: Omit empty getblock->nextblockhash.
Dave Collins
[btcsuite/btcd] 2dfb4b: rpcserver: Increase getblock difficulty prec to 8.
Dave Collins
[btcsuite/btcwallet] 8ce25c: Do not remove txs from extra block on reorgs.
Josh Rickmar
[btcsuite/btcd] 005b54: txscript: Separate code for standard scripts.
Dave Collins
[btcsuite/btcd] b6e52f: txscript: Convert to new scriptnum type.
Dave Collins
[btcsuite/btcutil] 1b73e9: Relicense to the btcsuite developers.
Dave Collins
Earlier messages
Later messages