lbcd/go.mod
Roy Lee 2ead2539c0 [lbry] Rework claimtrie CLIs
1. Ditch in-house block repo, and use btcd blocks database.
2. Commands switch from args to flags.
3. Revive chain recording and replaying, which will be part of CI pipeline.
4. Refactor cleanup the CLI skeletons.
5. Support DataDir, and testnet/regtes (not tested yet).

TODOs:

  1. Remove hardcoded test/development params, and pass them from flags.
  2. Make output more sensible.
  3. Add debug level flag.
  4. Add MerkleTrie implementation switch.
  5. Refactor periodic progess/status reporting for long run-time tasks.
  ...
2021-08-02 00:37:04 -07:00

31 lines
1.1 KiB
Modula-2

module github.com/lbryio/chain
go 1.16
require (
github.com/btcsuite/btcd v0.21.0-beta.0.20210526135422-418f9204f49c
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd
github.com/btcsuite/goleveldb v1.0.0
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792
github.com/btcsuite/winsvc v1.0.0
github.com/cockroachdb/errors v1.8.1
github.com/cockroachdb/pebble v0.0.0-20210525181856-e45797baeb78
github.com/davecgh/go-spew v1.1.1
github.com/decred/dcrd/lru v1.0.0
github.com/felixge/fgprof v0.9.1
github.com/jessevdk/go-flags v1.4.0
github.com/jrick/logrotate v1.0.0
github.com/pkg/errors v0.9.1
github.com/shirou/gopsutil/v3 v3.21.6
github.com/spf13/cobra v1.1.3
github.com/stretchr/testify v1.7.0
github.com/vmihailenco/msgpack/v5 v5.3.2
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/text v0.3.6
)
replace github.com/btcsuite/btcd => ./
replace github.com/btcsuite/btcutil => github.com/lbryio/lbcutil v1.0.3-0.20210528013734-88b0e4495162