forked from dymensionxyz/dymint
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rebrand: rename lazyledger to celestia (dymensionxyz#91)
* Change go package name * Rename links * Use up to date Tendermint instead of lazyledger-core * Switch to plain Tendermint v0.34.13 * update mempool code in mempool directory * update go.mod * lazyledger-core => tendermint * lazyledger/lazyledger-app => celestiaorg/celestia-app (with replace directive) * lazyledger/cosmos-sdk => cosmos-sdk * re-generated mock App * code updated because of changes in Tendermint * Rename Data Availability Layer Client
- Loading branch information
Showing
46 changed files
with
808 additions
and
388 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
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,32 +1,32 @@ | ||
module github.com/lazyledger/optimint | ||
module github.com/celestiaorg/optimint | ||
|
||
go 1.15 | ||
|
||
require ( | ||
github.com/celestiaorg/celestia-app v0.0.0-00010101000000-000000000000 | ||
github.com/cosmos/cosmos-sdk v0.40.0-rc5 | ||
github.com/dgraph-io/badger/v3 v3.2011.1 | ||
github.com/fortytw2/leaktest v1.3.0 | ||
github.com/go-kit/kit v0.10.0 | ||
github.com/gogo/protobuf v1.3.2 | ||
github.com/golang/protobuf v1.4.3 | ||
github.com/golang/protobuf v1.5.2 | ||
github.com/ipfs/go-log v1.0.4 | ||
github.com/lazyledger/lazyledger-app v0.0.0-20210615142030-0e60861ff7f5 | ||
github.com/lazyledger/lazyledger-core v0.0.0-20210219190522-0eccfb24e2aa | ||
github.com/libp2p/go-libp2p v0.13.0 | ||
github.com/libp2p/go-libp2p-core v0.8.5 | ||
github.com/libp2p/go-libp2p-discovery v0.5.0 | ||
github.com/libp2p/go-libp2p-kad-dht v0.11.1 | ||
github.com/libp2p/go-libp2p-pubsub v0.4.1 | ||
github.com/minio/sha256-simd v0.1.1 // indirect | ||
github.com/minio/sha256-simd v0.1.1 | ||
github.com/multiformats/go-multiaddr v0.3.1 | ||
github.com/pelletier/go-toml v1.9.0 | ||
github.com/prometheus/client_golang v1.8.0 | ||
github.com/pelletier/go-toml v1.9.3 | ||
github.com/prometheus/client_golang v1.11.0 | ||
github.com/stretchr/testify v1.7.0 | ||
github.com/tendermint/tendermint v0.34.13 | ||
go.uber.org/multierr v1.6.0 | ||
golang.org/x/crypto v0.0.0-20210415154028-4f45737414dc // indirect | ||
google.golang.org/grpc v1.35.0 | ||
google.golang.org/grpc v1.40.0 | ||
) | ||
|
||
replace ( | ||
github.com/cosmos/cosmos-sdk v0.40.0-rc5 => github.com/lazyledger/cosmos-sdk v0.40.0-rc5.0.20210121152417-3addd7f65d1c | ||
github.com/celestiaorg/celestia-app => github.com/celestiaorg/lazyledger-app v0.0.0-20210909134530-18e69b513b3f | ||
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.2-alpha.regen.4 | ||
) |
Oops, something went wrong.