51266c3125
* refactor: make GetEmbeddedBuiltinActorsBundle take network bundle name * update calibnet actor bundle to v12.0.0-rc.2, but include v12.0.0-rc.1 as calibrationnet-buggy.car * wip: calibnet unbork migration * calibnet: add buggy miner actor CID to actorMeta * fix incorrect buggy calibnet manifest * make UpgradeWatermelonFixHeight a build param * calibnet patch: check whether network is calibration from init actor state * add sanity checks to the v12 calibnet patch upgrade * address review |
||
---|---|---|
.. | ||
pack.sh | ||
README.md | ||
v8.tar.zst | ||
v9.tar.zst | ||
v10.tar.zst | ||
v11.tar.zst | ||
v12.tar.zst |
Bundles
This directory includes the actors bundles for each release. Each actor bundle is a zstd compressed tarfile containing one bundle per network type. These tarfiles are subsequently embedded in the lotus binary.
Updating
To update, run the ./pack.sh
script. For example, the following will pack the builtin actors release dev/20220602
into the v8
tarfile.
./pack.sh v8 dev/20220602
This will:
- Download the actors bundles and pack them into the appropriate tarfile (
$VERSION.tar.zst
). - Run
make bundle-gen
in the top-level directory to regenerate the bundle metadata file for all network versions (all*.tar.zst
files in this directory).
Overriding
To build a bundle, but specify a different release/tag for a specific network, append $network=$alternative_release
on the command line. For example:
./pack.sh v8 dev/20220602 mainnet=v8.0.0 calibrationnet=v8.0.0-rc.1