btcd-commits
Thread
Date
Earlier messages
Later messages
Messages by Thread
[btcsuite/btcwallet] c820c8: Relicense to the btcsuite developers.
Dave Collins
[btcsuite/btclog] 5005b7: Relicense to the btcsuite developers.
Dave Collins
[btcsuite/btcrpcclient] b046f3: Relicense to the btcsuite developers.
Dave Collins
[btcsuite/btcd] 6e402d: Relicense to the btcsuite developers.
Dave Collins
[btcsuite/btcwallet] 0ae57f: Fix waddrmgr version 4 upgrade path.
Josh Rickmar
[btcsuite/btcwallet] 0a1327: Update btcjson path import paths to new location.
Dave Collins
[btcsuite/blocksafari] 2463d8: Update btcjson path import paths to new location.
Dave Collins
[btcsuite/btcrpcclient] dd8dc8: Run goimports -w .
Dave Collins
[btcsuite/btcrpcclient] ce9e8a: Update btcjson path import paths to new location.
Dave Collins
[btcsuite/btcrpcclient] b1d5c1: Add account param on GetNewAddress
Albert Puigsech Galicia
[btcsuite/btcd] d8a442: btcjson: Replace btcjson with version 2.
Dave Collins
[btcsuite/btcd] 1e98e2: Remove account defaults for wallet requests.
Josh Rickmar
[btcsuite/btcwallet] ec6034: Modify default account naming policy.
Josh Rickmar
[btcsuite/btcwallet] 43aef7: Convert RPC server to btcjson v2.
Josh Rickmar
[btcsuite/btcd] a8fe1a: txscript: Code consistency and doco improvements.
Dave Collins
[btcsuite/btcwallet] d050a3: votingpool: API to store withdrawal txs in the txs...
Guilherme Salgado
[btcsuite/btcwallet] 56039d: Integrate wtxmgr package.
Josh Rickmar
[btcsuite/btcd] 8ef68d: txscript: Cleanup and improve opcode tests.
Dave Collins
[btcsuite/btcd] 2e433b: txscript: Move opcode execution logic to engine
Dave Collins
[btcsuite/btcd] c70147: txscript: Slight crypto hash optimizations.
Dave Collins
[btcsuite/btcwallet] ee72c8: Added additional test cases for account tests
Javed Khan
[btcsuite/btcd] 7411e6: txscript: Unexport Stack type.
Dave Collins
[btcsuite/btcwallet] 437c7b: Add cursor functionality to walletdb.
Josh Rickmar
[btcsuite/btcd] ab2ed7: Fix 'add/delnode' type switch evaluation in server
Olaoluwa Osuntokun
[btcsuite/btcgui] fdc0ca: Copy btcjson v1 to internal/legacy.
Josh Rickmar
[btcsuite/btcd] 99ac1f: btcjson: Remove NewOutPointFromWire and wire dep.
Dave Collins
[btcsuite/btcrpcclient] 13b872: Remove dependence on btcjson.NewOutPointFromWire.
Josh Rickmar
[btcsuite/btcd] d61058: txscript: Improve conditional stack.
Dave Collins
[btcsuite/btcd] c0b57d: Added tests for addrmgr.KnownAddress
Daniel Krawisz
[btcsuite/btcd] d66593: txscript: Add exported opcode name to value map.
Dave Collins
[btcsuite/btcd] d25120: txscript: Convert opcode map to an array.
Dave Collins
[btcsuite/btcd] d6f2b0: txscript: Define opcodes in hex and sync BC opcode...
Dave Collins
[btcsuite/btcd] 0baac0: txscript: Store flags in instance versus bools.
Dave Collins
[btcsuite/btcd] 43c053: txscript: Move error definitions to error.go.
Dave Collins
[btcsuite/btcd] 3fc244: txscript: Separate signing code.
Dave Collins
[btcsuite/btcwallet] dcef17: Rollback txstore on disconnected blocks.
Josh Rickmar
[btcsuite/btcwallet] b74a6f: Update for txscript.Script -> txscript.Engine.
Josh Rickmar
[btcsuite/btcd] 8dd741: txscript: Rename Script to Engine.
Dave Collins
[btcsuite/btcwallet] 0d7b8a: Updates for txscript.NewScript API change.
Josh Rickmar
[btcsuite/btcd] 0f8d90: txscript: Separate reference tests into own file.
Dave Collins
[btcsuite/btcd] bec90e: txscript: Remove unneeded param from NewScript.
Dave Collins
[btcsuite/btcd] de12e1: Fix typo and clean up comments for godoc.
Josh Rickmar
[btcsuite/btcrpcclient] 05f1d6: Change parseTxAcceptedNtfnParams to accept a float...
Alex Akselrod
[btcsuite/btcd] 5131b5: Fix a typo.
Josh Rickmar
[btcsuite/btcwallet] ab8a15: Update for recent wire API hash error changes.
Dave Collins
[btcsuite/btcd] a4a52a: wire: Remove errs from BlockHeader/MsgBlock/MsgTx.
Dave Collins
[btcsuite/btcutil] 955641: Update for recent wire API hash error changes.
Dave Collins
[btcsuite/btcd] 88fd33: Update tests for btcutil Block.Sha API change.
Dave Collins
[btcsuite/btcd] 750d65: Update for recent btcutil Block.Sha API change.
Dave Collins
[btcsuite/btcutil] e33083: Remove error return from Block.Sha function.
Dave Collins
[btcsuite/btcd] 65b044: Fix #79 by adding a new `node` JSON-RPC command
Olaoluwa Osuntokun
[btcsuite/btcwallet] 74208f: CurrentAddress: subsequently return new address
Javed Khan
[btcsuite/btcd] 6c1244: build: Make goclean.sh script output more verbose.
Dave Collins
[btcsuite/btcd] dea7ef: Ignore getaddr requests from outbound peers.
David Hill
[btcsuite/btcd] 2cc85e: Reduce fingerprinting.
David Hill
[btcsuite/btcd] 0eef96: addrmgr: Always use a 50% chance between tried and...
David Hill
[btcsuite/btcwallet] 948609: Add licenses to files in package zero.
Josh Rickmar
[btcsuite/btcd] 320ece: addrmgr: Do not bias toward fresh addresses.
David Hill
[btcsuite/btcd] 4696d1: Fix race in FetchTransactionStore
cjepson
[btcsuite/btcd] 4a1445: Create limited RPC user.
Alex Akselrod
[btcsuite/btcwallet] 84675e: Creating account requires unlocked manager - err
Javed Khan
[btcsuite/btcd] abe74f: txscript: sync Bitcoin Core tests.
David Hill
[btcsuite/btcd] 167afc: database: Correct test logging found by go vet.
Dave Collins
[btcsuite/btcwallet] fbe928: Use btcjson v2 types with the updated btcrpcclient...
Josh Rickmar
[btcsuite/btcd] 6211ee: wire: Add new DoubleSha256SH function.
Dave Collins
[btcsuite/btcd] f5cdf2: Minor hashing-related optimizations.
Dave Collins
[btcsuite/btcd] c80c8e: Scale up addrman.
David Hill
[btcsuite/blocksafari] 5668ea: Update to use btcjsonv2.
Dave Collins
[btcsuite/btcrpcclient] 9ca93b: Update to make use of latest version of btcjson.
Dave Collins
[btcsuite/btcd] 07176c: btcjson: Add a few examples of using the package.
Dave Collins
[btcsuite/btcd] 1c332b: btcjson: Add README.md and doc.go for btcjsonv2.
Dave Collins
[btcsuite/btcwallet] 3940e8: golinted waddrmgr package
Manan Patel
[btcsuite/btcwallet] d7b336: golinted waddrmgr package
Dave Collins
[btcsuite/btcwallet] dfe617: create wallet package
Manan Patel
[btcsuite/btcd] 122031: Makes signing deterministic according to RFC6979 a...
Oleg Andreev
[btcsuite/btcd] 1bf564: Fix #138 by dynamically updating heights of peers
Olaoluwa Osuntokun
[btcsuite/btcwallet] 2181f4: votingpool: implement Pool.StartWithdrawal()
Guilherme Salgado
[btcsuite/btcd] 7c46f2: Fix #340 and DropAfterBlockBySha/NewestSha bug.
Alex Akselrod
[btcsuite/btcd] 2486a2: NUKE THESE
Dave Collins
[btcsuite/btcd] ead391: Fix #303 and #346 and change addrindex sort order
Alex Akselrod
[btcsuite/btcwallet] 68a916: Updated waddrmgr to manage account names
Javed Khan
[btcsuite/btcd] ccc3a9: Do a little addrindex database cleanup.
David Hill
[btcsuite/btcd] 369b35: txscript: Add new flag ScriptVerifyLowS
David Hill
[btcsuite/btcd] 952334: txscript: Add new flag ScriptVerifyCleanStack
David Hill
[btcsuite/btcd] d3aebc: btcctl: Support - argument to read from stdin.
Dave Collins
[btcsuite/btcwallet] 85fe72: Mark used addresses as such
Javed Khan
[btcsuite/btcd] 279308: blockchain: Provide new IsCoinBaseTx function.
Dave Collins
[btcsuite/btcd] 54d795: Process orphans on block acceptance.
David Hill
[btcsuite/btcd] ad35a5: Have calcPriority determine the tx size.
David Hill
[btcsuite/btcd] 436fb8: txscript: Increase maximum allowed nulldata bytes
David Hill
[btcsuite/btcd] db8fa6: Add id and timeoffset to getpeerinfo.
David Hill
[btcsuite/btcd] 62432a: wire: Add func to get pkscript locs from a tx.
Dave Collins
[btcsuite/btcd] def0ef: Use network adjusted time for finalized tx check.
Dave Collins
[btcsuite/btcwallet] 338c71: Prepare for release 0.5.1.
Josh Rickmar
[btcsuite/btcwallet] cec3dc: Add new --createtemp flag to btcwallet.
cjepson
[btcsuite/btcwallet] 4d9c43: Consolidate and optimize zero functions.
Josh Rickmar
[btcsuite/btcwallet] 62c716: Remove early return on empty rescan
Javed Khan
[btcsuite/btcwallet] c8bdd7: waddrmgr: Make create/update logic more explicit.
Dave Collins
[btcsuite/btcd] e0bb10: Update golang.org/x/crypto imports to new location...
Dave Collins
[btcsuite/btcwallet] c078ee: Update golang.org/x/crypto import paths to new loc...
Dave Collins
[btcsuite/btcd] a765bb: Update golang.org/x/crypto import paths to new loc...
Dave Collins
[btcsuite/btcutil] ff58d6: Update golang.org/x/crypto import paths to new loc...
Dave Collins
[btcsuite/btcwallet] ce89c8: Prepare for release 0.5.0.
Josh Rickmar
[btcsuite/btcwallet] 955bd6: Whitespace fix.
Josh Rickmar
[btcsuite/btcd] f54ffd: Added some unit tests to addrmgr.
Jimmy Song
[btcsuite/btcwallet] 3c5d16: Update README for recent changes.
Josh Rickmar
[btcsuite/btcwallet] 0a7b10: Rescan after btcd reconnect.
Josh Rickmar
[btcsuite/btcwallet] 5ad373: Use the correct synced block when calculating conf...
Josh Rickmar
[btcsuite/btcwallet] c9d9b4: Implement several btcd RPCs in wallet as well.
Josh Rickmar
[btcsuite/btcwallet]
jrick
[btcsuite/btcwallet]
davecgh
[btcsuite/btcwallet]
conformal-deploy
[btcsuite/btcwallet]
conformal-deploy
[btcsuite/btcwallet]
conformal-deploy
[btcsuite/btcwallet]
davecgh
[btcsuite/btcwallet]
conformal-deploy
[btcsuite/btcwallet]
jrick
[btcsuite/btcwallet]
jrick
[btcsuite/btcwallet]
jrick
[btcsuite/btcwallet]
jrick
[btcsuite/btcwallet] 8f9f53: Switch to new waddrmgr package
Josh Rickmar
[btcsuite/btcwallet] 130e44: Move keystore to legacy directory.
Josh Rickmar
[btcsuite/btcwallet] 130e44: Move keystore to legacy directory.
Javed Khan
[btcsuite/btcd] cfefe1: Prepare for release 0.10.0-beta.
Dave Collins
[btcsuite/btcd]
conformal-deploy
[btcsuite/btcd]
conformal-deploy
[btcsuite/btcd]
conformal-deploy
[btcsuite/btcd]
conformal-deploy
[btcsuite/btcd]
conformal-deploy
[btcsuite/btcd] 28269d: rpcserver: Use default values for getnetworkhashps...
Dave Collins
[btcsuite/btcd] 5ac0f1: Fix return types for handleGetNetworkHashPS.
Josh Rickmar
[btcsuite/btcd] 2c80b4: Update release script to correct btcctl location.
Dave Collins
[btcsuite/btcd] 2dc8a8: Add 0.10.0 deps to deps.txt.
Dave Collins
[btcsuite/btcd] ac4879: Add checkpoint at block height 343185.
Dave Collins
[btcsuite/btcd] c15359: Update Travis to test against golang 1.4.2
David Hill
[btcsuite/btclog] baa3c5: Use ./goclean.sh
David Hill
[btcsuite/btcd] 8412cd: btcjson: Fix a bug in btcjson v2
David Hill
[btcsuite/btcwallet] f704c5: Use txscript.StandardVerifyFlags
David Hill
[btcsuite/btcd] d9cba7: txscript: export StandardVerifyFlags
David Hill
[btcsuite/btcd] c09ef7: Enable strict encoding verification
David Hill
[btcsuite/btcd] ff747f: Use ScriptVerifyMinimalData
David Hill
[btcsuite/btclog] 5e2325: Correct TravicCI build status path.
Dave Collins
[btcsuite/btcd] 3ed8f3: Implement BIP0066 changeover logic for v3 blocks.
Dave Collins
[btcsuite/btcd] 4c5359: mempool: Loosen restrictions for resurrected txns.
Dave Collins
[btcsuite/btcd] 65eb80: blockchain: Determine script flags sooner.
Dave Collins
[btcsuite/btcd] c0428f: btcjson: Update searchrawtransactions verbose.
Dave Collins
[btcsuite/btcd] 859d9a: wire: Display correct RandomUint64 test failures.
Josh Rickmar
[btcsuite/btcd] b33425: txscript: sync Bitcoin Core tests.
David Hill
[btcsuite/btcd] 833bb0: Reject free/low-fee transactions with insufficient...
David Hill
[btcsuite/btcd] 7b849e: Improve internal RPC server function order.
Dave Collins
[btcsuite/btcd] 5a4312: txscript: Add new flag ScriptVerifyMinimalData
David Hill
[btcsuite/btcwallet] dcf64e: Use rescan for initial tx notification registratio...
Josh Rickmar
[btcsuite/btcwallet] dcf64e: Use rescan for initial tx notification registratio...
Josh Rickmar
[btcsuite/btcd] 63c117: Automatically register for tx notifications after ...
Josh Rickmar
[btcsuite/btcd] 951f24: Move calcPriority to the file where it's used.
Josh Rickmar
[btcsuite/btcwallet] d9e244: Fix build.
Josh Rickmar
[btcsuite/btcwallet] d9e244: Fix build.
Josh Rickmar
[btcsuite/btcd] f79c72: txscript: Remove ScriptCanonicalSignatures
David Hill
[btcsuite/btcd] bc6be3: Correct documentation for searchrawtransactions
Olaoluwa Osuntokun
[btcsuite/btcws] 576db3: Remove all code and update README.md to new loc.
Dave Collins
[btcsuite/btcwallet] 8b6c16: Update btcws path import paths to new location.
Dave Collins
[btcsuite/btcrpcclient] d45f4c: Update btcws path import paths to new location.
Dave Collins
[btcsuite/btcd] 467d44: Update btcws path import paths to new location.
Dave Collins
[btcsuite/btcgui] 50ef5a: Update btcws path import paths to new location.
Dave Collins
[btcsuite/btcd] b57628: Initial commit.
Dave Collins
[btcsuite/btcjson] 53acaa: Remove all code and update README.md to new loc.
Dave Collins
[btcsuite/btcd] 6d289f: Update btcjson path import paths to new location.
Dave Collins
[btcsuite/btcgui] d32f6f: Update btcjson path import paths to new location.
Dave Collins
[btcsuite/btcwallet] 58f7ce: Update btcjson path import paths to new location.
Dave Collins
[btcsuite/btcwallet] 58f7ce: Update btcjson path import paths to new location.
Josh Rickmar
[btcsuite/btcrpcclient] 23ab2b: Update btcjson path import paths to new location.
Dave Collins
[btcsuite/btcws] b8f3da: Update btcjson path import paths to new location.
Dave Collins
[btcsuite/blocksafari] 06a1bf: Update btcjson path import paths to new location.
Dave Collins
[btcsuite/btcd] d5f4e5: Initial commit.
Dave Collins
[btcsuite/btcd] 2519ff: Prepare lint exceptions for upcoming btcjson merge...
Dave Collins
[btcsuite/btcjson] 586ea1: Use exported field with struct tag in tests.
Dave Collins
[btcsuite/btcjson] f61b8c: Add missing file for help generate tests.
Dave Collins
[btcsuite/btcjson]
davecgh
[btcsuite/btcjson] cb7c24: Reimagine btcjson package with version 2.
Dave Collins
[btcsuite/btcjson] fca277: Extend getpeerinfo result with current block heigh...
Olaoluwa Osuntokun
[btcsuite/btcd] 4cee2a: Separate addrindex tx fetch error messages
Olaoluwa Osuntokun
[btcsuite/btcd] 3318a2: Simplify chain configuration.
David Hill
[btcsuite/btcd] b40a6f: blockchain: Just fetch the height
David Hill
[btcsuite/btcd] 761381: txscript: Add new verification flags.
David Hill
[btcsuite/btcd] f6a437: btcec: Optimize pre-computed table load.
Dave Collins
[btcsuite/btcgui] 5d04fa: added example install for Ubuntu 14.04
Brian Deery
[btcsuite/btcgui] 592288: btcnet renamed to chaincfg
Brian Deery
[btcsuite/btcd] 15aa91: Correct path to find in TravisCI goclean script.
Dave Collins
[btcsuite/btcd] a8a26a: txscript: Correct OP_CHECKMULTSIG handling.
Dave Collins
[btcsuite/btcwallet] a210a8: waddrmgr: Update more documentation for walletdb.
Dave Collins
[btcsuite/btcwallet] 99e4a8: waddrmgr: Update documentation for walletdb.
Dave Collins
[btcsuite/btcwallet] 99e4a8: waddrmgr: Update documentation for walletdb.
Josh Rickmar
[btcsuite/btcd] f82f7b: txscript: Add example for manully signing a txout.
Dave Collins
[btcsuite/btcd] 73d4a6: Added importaddress, importpubkey cmds
Javed Khan
[btcsuite/btcd] 45dfa1: txscript: Remove excessive error check.
Josh Rickmar
[btcsuite/btcd] abf1b2: Improve README readability
kargakis
[btcsuite/btcd] 1185b8: Fix a couple of links in main README.md.
Dave Collins
[btcsuite/btcd] 29d3b1: btcec: Fix installation link
kargakis
[btcsuite/btcjson] 78e2c8: Added new cmds importaddress, importpubkey
Javed Khan
[btcsuite/btcd] fc8dae: Make profiling easier to follow with static dispat...
Josh Rickmar
Earlier messages
Later messages