Provides bitcoin-specific convenience functions and types
Find a file
2022-08-12 02:18:51 -07:00
.github/workflows [lbry] ci: add golangci-lint action 2021-12-14 22:08:54 -08:00
base58 [lbry] renamed package to lbcutil, updated refs to it 2021-12-14 22:08:50 -08:00
bech32 [lbry] renamed package to lbcutil, updated refs to it 2021-12-14 22:08:50 -08:00
bloom [lbry] repaired a few unit tests 2021-12-14 22:08:54 -08:00
coinset [lbry] renamed package to lbcutil, updated refs to it 2021-12-14 22:08:50 -08:00
gcs [lbry] ci: fix linting errors 2021-12-14 22:08:54 -08:00
hdkeychain [lbry] repaired a few unit tests 2021-12-14 22:08:54 -08:00
psbt [lbry] ci: fix linting errors 2021-12-14 22:08:54 -08:00
txsort [lbry] renamed package to lbcutil, updated refs to it 2021-12-14 22:08:50 -08:00
.gitignore ci: add Makefile, use golangci-lint 2021-09-28 10:30:21 +02:00
.golangci.yml [lbry] ci: add golangci-lint action 2021-12-14 22:08:54 -08:00
address.go [lbry] renamed package to lbcutil, updated refs to it 2021-12-14 22:08:50 -08:00
address_test.go [lbry] renamed package to lbcutil, updated refs to it 2021-12-14 22:08:50 -08:00
amount.go [lbry] repaired a few unit tests 2021-12-14 22:08:54 -08:00
amount_test.go [lbry] repaired a few unit tests 2021-12-14 22:08:54 -08:00
appdata.go [lbry] renamed package to lbcutil, updated refs to it 2021-12-14 22:08:50 -08:00
appdata_test.go [lbry] renamed package to lbcutil, updated refs to it 2021-12-14 22:08:50 -08:00
block.go block: allow cached seralized block to be overritten 2022-08-12 02:18:51 -07:00
block_test.go [lbry] ci: fix linting errors 2021-12-14 22:08:54 -08:00
certgen.go [lbry] renamed package to lbcutil, updated refs to it 2021-12-14 22:08:50 -08:00
certgen_test.go [lbry] renamed package to lbcutil, updated refs to it 2021-12-14 22:08:50 -08:00
const.go [lbry] renamed package to lbcutil, updated refs to it 2021-12-14 22:08:50 -08:00
cov_report.sh Initial implementation. 2013-05-28 18:21:26 -05:00
doc.go [lbry] renamed package to lbcutil, updated refs to it 2021-12-14 22:08:50 -08:00
example_test.go [lbry] repaired a few unit tests 2021-12-14 22:08:54 -08:00
go.mod [lbry] go module: update dependencies 2021-12-15 08:21:26 -08:00
go.sum [lbry] go module: update dependencies 2021-12-15 08:21:26 -08:00
goclean.sh [lbry] ci: add golangci-lint action 2021-12-14 22:08:54 -08:00
hash160.go [lbry] renamed package to lbcutil, updated refs to it 2021-12-14 22:08:50 -08:00
internal_test.go [lbry] renamed package to lbcutil, updated refs to it 2021-12-14 22:08:50 -08:00
LICENSE gcs: add package for building and using Golomb-coded set filters 2018-05-15 19:14:18 -07:00
Makefile ci: add Makefile, use golangci-lint 2021-09-28 10:30:21 +02:00
net.go [lbry] ci: fix linting errors 2021-12-14 22:08:54 -08:00
net_noop.go [lbry] renamed package to lbcutil, updated refs to it 2021-12-14 22:08:50 -08:00
README.md [lbry] renamed package to lbcutil, updated refs to it 2021-12-14 22:08:50 -08:00
tx.go [lbry] renamed package to lbcutil, updated refs to it 2021-12-14 22:08:50 -08:00
tx_test.go [lbry] ci: fix linting errors 2021-12-14 22:08:54 -08:00
wif.go [lbry] renamed package to lbcutil, updated refs to it 2021-12-14 22:08:50 -08:00
wif_test.go [lbry] renamed package to lbcutil, updated refs to it 2021-12-14 22:08:50 -08:00

lbcutil

ISC License

Package lbcutil provides convenience functions and types. This package was developed for btcd, an alternative full-node implementation of bitcoin which is under active development by Conformal. Although it was primarily written for btcd, this package has intentionally been designed so it can be used as a standalone package for any projects needing the functionality provided. It has been modified to support lbcd.