Skip to content

Commit

Permalink
Merge pull request #30 from filecoin-project/lotus-testground-initial
Browse files Browse the repository at this point in the history
testplan instantiating lotus nodes in-memory
  • Loading branch information
nonsense authored Jun 18, 2020
2 parents 4b6a677 + 73c5153 commit 087e602
Show file tree
Hide file tree
Showing 4 changed files with 2,077 additions and 0 deletions.
24 changes: 24 additions & 0 deletions lotus-testground/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
module github.com/testground/testground/plans/network

go 1.14

require (
github.com/davecgh/go-spew v1.1.1
github.com/filecoin-project/go-address v0.0.2-0.20200504173055-8b6f2fb2b3ef
github.com/filecoin-project/go-storedcounter v0.0.0-20200421200003-1c99c62e8a5b
github.com/filecoin-project/lotus v0.3.1-0.20200518172415-1ed618334471
github.com/filecoin-project/sector-storage v0.0.0-20200522011946-a59ca7536a95
github.com/filecoin-project/specs-actors v0.5.4-0.20200521014528-0df536f7e461
github.com/ipfs/go-datastore v0.4.4
github.com/ipfs/go-ipfs-blockstore v1.0.0
github.com/labstack/gommon v0.3.0
github.com/libp2p/go-libp2p v0.9.4
github.com/libp2p/go-libp2p-core v0.5.7
github.com/libp2p/go-libp2p-crypto v0.1.0
github.com/testground/sdk-go v0.2.0
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
)

replace github.com/filecoin-project/filecoin-ffi => ../lotus/extern/filecoin-ffi

replace github.com/filecoin-project/lotus => ../lotus
Loading

0 comments on commit 087e602

Please sign in to comment.