Skip to content

Commit 69c524f

Browse files
authored
chore: update to new interopnet (textileio#444)
* update lotus docker image Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com> * update to new interopnet Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
1 parent 31e7fbf commit 69c524f

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

docker/docker-compose-devnet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ services:
2727
- 5001:5001
2828

2929
lotus:
30-
image: textile/lotus-devnet:sha-a364621
30+
image: textile/lotus-devnet:sha-00c969e
3131
ports:
3232
- 7777:7777
3333
environment:

docker/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
- powergate-lotus:/root/lotus
3232

3333
lotus:
34-
image: textile/lotus:96a5e57
34+
image: textile/lotus:e473f62
3535
volumes:
3636
- powergate-lotus:/data
3737
environment:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/filecoin-project/go-fil-markets v0.2.7
1313
github.com/filecoin-project/go-jsonrpc v0.1.1-0.20200602181149-522144ab4e24
1414
github.com/filecoin-project/go-padreader v0.0.0-20200210211231-548257017ca6
15-
github.com/filecoin-project/lotus v0.3.3-0.20200608184325-96a5e579cfb3
15+
github.com/filecoin-project/lotus v0.3.3-0.20200611134015-e473f629bd72
1616
github.com/filecoin-project/specs-actors v0.5.6
1717
github.com/gin-contrib/location v0.0.1
1818
github.com/gin-contrib/static v0.0.0-20191128031702-f81c604d8ac2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@ github.com/filecoin-project/go-statestore v0.1.0 h1:t56reH59843TwXHkMcwyuayStBIi
274274
github.com/filecoin-project/go-statestore v0.1.0/go.mod h1:LFc9hD+fRxPqiHiaqUEZOinUJB4WARkRfNl10O7kTnI=
275275
github.com/filecoin-project/go-storedcounter v0.0.0-20200421200003-1c99c62e8a5b h1:fkRZSPrYpk42PV3/lIXiL0LHetxde7vyYYvSsttQtfg=
276276
github.com/filecoin-project/go-storedcounter v0.0.0-20200421200003-1c99c62e8a5b/go.mod h1:Q0GQOBtKf1oE10eSXSlhN45kDBdGvEcVOqMiffqX+N8=
277-
github.com/filecoin-project/lotus v0.3.3-0.20200608184325-96a5e579cfb3 h1:UQKvbPZpQ5MwDJ3HA9qyeT90wNQRBq9kn5gb8M8C3hw=
278-
github.com/filecoin-project/lotus v0.3.3-0.20200608184325-96a5e579cfb3/go.mod h1:kArlWr5YSf/n7Zx/9e2T8LoYTcHXPlH41lS094eIleA=
277+
github.com/filecoin-project/lotus v0.3.3-0.20200611134015-e473f629bd72 h1:BDckEDStHiXIboiSZd0wnMtqtk+cR0R2K+GQVBnKmNw=
278+
github.com/filecoin-project/lotus v0.3.3-0.20200611134015-e473f629bd72/go.mod h1:kArlWr5YSf/n7Zx/9e2T8LoYTcHXPlH41lS094eIleA=
279279
github.com/filecoin-project/sector-storage v0.0.0-20200508203401-a74812ba12f3/go.mod h1:B+xzopr/oWZJz2hBL5Ekb7Obcum5ntmfbaAUlaaho28=
280280
github.com/filecoin-project/sector-storage v0.0.0-20200605192746-4b9317d1f08f h1:UASwQxRVA9LEfpFhhh87RvZMaPRFfR7QlWXNd9u6Aj0=
281281
github.com/filecoin-project/sector-storage v0.0.0-20200605192746-4b9317d1f08f/go.mod h1:hUQo3z/5B8t8Yl+XgIxBqgNfYtIcCYzKjWWY27dHBCk=

tests/ldevnet.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func LaunchDevnetDocker(t *testing.T, numMiners int, ipfsMaddr string, mountVolu
3434
}
3535

3636
repository := "textile/lotus-devnet"
37-
tag := "sha-a364621"
37+
tag := "sha-00c969e"
3838
lotusDevnet, err := pool.RunWithOptions(&dockertest.RunOptions{Repository: repository, Tag: tag, Env: envs, Mounts: mounts})
3939
if err != nil {
4040
panic(fmt.Sprintf("couldn't run lotus-devnet container: %s", err))

0 commit comments

Comments
 (0)