From 31301e2b9d99b529e9addcee9cb536b08b897e97 Mon Sep 17 00:00:00 2001 From: vyzo Date: Mon, 16 May 2022 21:50:50 +0300 Subject: [PATCH] storage blah --- build/README-bundle.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/build/README-bundle.md b/build/README-bundle.md index 6a9d1c94c..16d8442da 100644 --- a/build/README-bundle.md +++ b/build/README-bundle.md @@ -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`