btcd
https://github.com/btcsuite/btcd
Go
An alternative full node bitcoin implementation written in Go (golang)
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Go not yet supported7 Subscribers
Add a CodeTriage badge to btcd
Help out
- Issues
- fix: formatting issue in `RawMempoolVerbose` function
- [bug]: PSBT/TxOut parsing incorrectly, allows negative values (should enforce uint64 per as Bitcoin core)
- psbt: check path minimum length
- [bug]: PSBT Parser Panic: Missing Bounds Check in ReadBip32Derivation()
- [bug]: cannot unmarshal array into Go struct field UnifiedSoftForks.softforks
- multi: modernized code with built-in max
- utxocache: replace mapslice with concurrent-swiss-map
- rpcclient: remove the 'for' variable "tc"
- rpcclient: Replace strings.SplitN with strings.Cut in cookie file
- refactor: use errors.New to replace fmt.Errorf with no parameters & fix typo
- Docs
- Go not yet supported