storage blah

This commit is contained in:
vyzo 2022-05-16 21:50:50 +03:00
parent 6360107d53
commit 31301e2b9d

View File

@ -29,3 +29,13 @@ release = tag # release gag
path = /path/to/builtin-actors.car
development = true
```
## Local Storage
Bundles downloaded from github will be stored in
`$LOTUS_PATH/builtin-actors/vXXX/YYY/builtin-actors-ZZZ.car``, where
`XXX` is the actors version, `YYY` is the release tag, and `ZZZ` is
the network bundle name.
The sha256 sum of the bundle will be stored next to it, in
`$LOTUS_PATH/builtin-actors/vXXX/YYY/builtin-actors-ZZZ.sha256`