This repository has been archived by the owner on Sep 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from vulcanize/dshelp_update
update ipfs stack dshelp.CidToDsKey => dshelp.Multihash…
- Loading branch information
Showing
105 changed files
with
1,064 additions
and
567 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,101 +1,30 @@ | ||
module github.com/vulcanize/ipfs-chain-watcher | ||
module github.com/vulcanize/ipfs-blockchain-watcher | ||
|
||
go 1.12 | ||
|
||
require ( | ||
bazil.org/fuse v0.0.0-20180421153158-65cc252bf669 // indirect | ||
github.com/aristanetworks/goarista v0.0.0-20190712234253-ed1100a1c015 // indirect | ||
github.com/bren2010/proquint v0.0.0-20160323162903-38337c27106d // indirect | ||
github.com/btcsuite/btcd v0.0.0-20190629003639-c26ffa870fd8 | ||
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d | ||
github.com/cenkalti/backoff v2.2.1+incompatible // indirect | ||
github.com/dave/jennifer v1.3.0 | ||
github.com/davidlazar/go-crypto v0.0.0-20190522120613-62389b5e4ae0 // indirect | ||
github.com/deckarep/golang-set v1.7.1 // indirect | ||
github.com/edsrzf/mmap-go v1.0.0 // indirect | ||
github.com/elastic/gosigar v0.10.4 // indirect | ||
github.com/ethereum/go-ethereum v1.9.1 | ||
github.com/fjl/memsize v0.0.0-20190710130421-bcb5799ab5e5 // indirect | ||
github.com/golang/protobuf v1.3.2 // indirect | ||
github.com/hashicorp/golang-lru v0.5.3 | ||
github.com/hpcloud/tail v1.0.0 | ||
github.com/ipfs/go-bitswap v0.1.6 // indirect | ||
github.com/btcsuite/btcd v0.20.1-beta | ||
github.com/btcsuite/btcutil v1.0.2 | ||
github.com/ethereum/go-ethereum v1.9.11 | ||
github.com/ipfs/go-block-format v0.0.2 | ||
github.com/ipfs/go-blockservice v0.1.2 | ||
github.com/ipfs/go-cid v0.0.3 | ||
github.com/ipfs/go-cidutil v0.0.2 // indirect | ||
github.com/ipfs/go-ds-flatfs v0.0.2 // indirect | ||
github.com/ipfs/go-ds-leveldb v0.0.2 // indirect | ||
github.com/ipfs/go-ds-measure v0.0.1 // indirect | ||
github.com/ipfs/go-fs-lock v0.0.1 // indirect | ||
github.com/ipfs/go-ipfs v0.4.22 | ||
github.com/ipfs/go-ipfs-blockstore v0.0.1 | ||
github.com/ipfs/go-ipfs-cmds v0.1.1 // indirect | ||
github.com/ipfs/go-ipfs-config v0.0.3 // indirect | ||
github.com/ipfs/go-ipfs-ds-help v0.0.1 | ||
github.com/ipfs/go-blockservice v0.1.3 | ||
github.com/ipfs/go-cid v0.0.5 | ||
github.com/ipfs/go-filestore v1.0.0 // indirect | ||
github.com/ipfs/go-ipfs v0.5.1 | ||
github.com/ipfs/go-ipfs-blockstore v1.0.0 | ||
github.com/ipfs/go-ipfs-ds-help v1.0.0 | ||
github.com/ipfs/go-ipfs-exchange-interface v0.0.1 | ||
github.com/ipfs/go-ipld-cbor v0.0.3 // indirect | ||
github.com/ipfs/go-ipld-format v0.0.2 | ||
github.com/ipfs/go-ipld-git v0.0.2 // indirect | ||
github.com/ipfs/go-ipns v0.0.1 // indirect | ||
github.com/ipfs/go-mfs v0.1.1 // indirect | ||
github.com/ipfs/interface-go-ipfs-core v0.1.0 // indirect | ||
github.com/jbenet/go-is-domain v1.0.2 // indirect | ||
github.com/jmoiron/sqlx v0.0.0-20190426154859-38398a30ed85 | ||
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect | ||
github.com/lib/pq v1.2.0 | ||
github.com/libp2p/go-eventbus v0.0.3 // indirect | ||
github.com/libp2p/go-libp2p v0.1.2 // indirect | ||
github.com/libp2p/go-libp2p-autonat-svc v0.1.0 // indirect | ||
github.com/libp2p/go-libp2p-connmgr v0.1.0 // indirect | ||
github.com/libp2p/go-libp2p-core v0.0.9 // indirect | ||
github.com/libp2p/go-libp2p-kad-dht v0.1.1 // indirect | ||
github.com/libp2p/go-libp2p-peerstore v0.1.3 // indirect | ||
github.com/libp2p/go-libp2p-pnet v0.1.0 // indirect | ||
github.com/libp2p/go-libp2p-pubsub-router v0.1.0 // indirect | ||
github.com/libp2p/go-libp2p-quic-transport v0.1.1 // indirect | ||
github.com/libp2p/go-libp2p-secio v0.1.1 // indirect | ||
github.com/libp2p/go-libp2p-swarm v0.1.1 // indirect | ||
github.com/libp2p/go-libp2p-tls v0.1.0 // indirect | ||
github.com/magiconair/properties v1.8.1 // indirect | ||
github.com/marten-seemann/qtls v0.2.4 // indirect | ||
github.com/miekg/dns v1.1.15 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/multiformats/go-multiaddr-dns v0.0.3 // indirect | ||
github.com/multiformats/go-multihash v0.0.6 | ||
github.com/onsi/ginkgo v1.8.0 | ||
github.com/onsi/gomega v1.5.0 | ||
github.com/pborman/uuid v1.2.0 // indirect | ||
github.com/pelletier/go-toml v1.4.0 // indirect | ||
github.com/polydawn/refmt v0.0.0-20190731040541-eff0b363297a // indirect | ||
github.com/pressly/goose v2.6.0+incompatible | ||
github.com/prometheus/tsdb v0.10.0 // indirect | ||
github.com/rjeczalik/notify v0.9.2 // indirect | ||
github.com/sirupsen/logrus v1.4.2 | ||
github.com/spf13/afero v1.2.2 // indirect | ||
github.com/spf13/cobra v0.0.5 | ||
github.com/spf13/jwalterweatherman v1.1.0 // indirect | ||
github.com/spf13/viper v1.4.0 | ||
github.com/status-im/keycard-go v0.0.0-20190424133014-d95853db0f48 // indirect | ||
github.com/whyrusleeping/sql-datastore v0.0.0-20190124195324-b24eb8d0ce14 // indirect | ||
go.opencensus.io v0.22.0 // indirect | ||
go.uber.org/dig v1.7.0 // indirect | ||
go.uber.org/fx v1.9.0 // indirect | ||
go.uber.org/goleak v1.0.0 // indirect | ||
go4.org v0.0.0-20190313082347-94abd6928b1d // indirect | ||
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect | ||
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 | ||
golang.org/x/sync v0.0.0-20190423024810-112230192c58 | ||
golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3 // indirect | ||
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 | ||
github.com/ipfs/go-ipld-format v0.2.0 | ||
github.com/jmoiron/sqlx v1.2.0 | ||
github.com/lib/pq v1.5.2 | ||
github.com/multiformats/go-multihash v0.0.13 | ||
github.com/onsi/ginkgo v1.12.1 | ||
github.com/onsi/gomega v1.10.1 | ||
github.com/sirupsen/logrus v1.6.0 | ||
github.com/spf13/cobra v1.0.0 | ||
github.com/spf13/viper v1.7.0 | ||
golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2 // indirect | ||
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect | ||
) | ||
|
||
replace github.com/dgraph-io/badger v2.0.0-rc.2+incompatible => github.com/dgraph-io/badger/v2 v2.0.0-rc.2 | ||
|
||
replace github.com/dgraph-io/badger/v2 v2.0.0-rc2 => github.com/dgraph-io/badger v1.6.0-rc1 | ||
|
||
replace github.com/ipfs/go-ipfs v0.4.22 => github.com/vulcanize/go-ipfs v0.4.22-alpha | ||
|
||
replace github.com/ipfs/go-ipfs-config v0.0.3 => github.com/vulcanize/go-ipfs-config v0.0.8-alpha | ||
|
||
replace github.com/ethereum/go-ethereum v1.9.1 => github.com/vulcanize/go-ethereum v1.9.11-statediff-0.0.2 | ||
replace github.com/ethereum/go-ethereum v1.9.11 => github.com/vulcanize/go-ethereum v1.9.11-statediff-0.0.2 |
Oops, something went wrong.