lotus/build/actors
Phi-rjan 2d57bfe273
feat: Skeleton for nv23 (#11964)
* Use local GST

Use local GST

* Import actors and define upgrade heights

Creatin a mock actor-bundle and define upgrade heights

* Generate adapters

Updates gen/inlinegen-data.json, and runs make actors-gen

* Add schedule and migration

Add schedule and migration

* Add upgrade and network version fields/params

Add upgrade and network version fields/params

* Run make gen / make docsgen-cli

Run make gen / make docsgen-cli

* Update filecoin-ffi

Update filecoin-ffi to the v1.28.0-dev tag, which supports the nv23 skeleton.

* Update GST to v0.14.0-dev

Update GST to v0.14.0-dev, which includes the nv23 skeleton

* Add support for actor version 14 in actor registry

Add support for actor version 14 in actor registry
2024-05-07 09:40:49 +02:00
..
pack.sh include the version that pack is running on for filtering the build gen metadata 2023-02-16 14:01:45 -07:00
README.md feat: support overriding actor versions per-network 2022-06-22 10:47:04 -07:00
v8.tar.zst add bundle dev/20230114-pre-rc.2 2023-01-14 01:41:46 -05:00
v9.tar.zst fix: build: use actual v9 bundles for butterfly 2023-02-08 11:56:40 -05:00
v10.tar.zst chore: deps: update to actors v10.0.0 2023-02-28 14:14:20 -05:00
v11.tar.zst chore: deps: update to actors v11.0.0 (#10718) 2023-04-21 12:08:31 -04:00
v12.tar.zst feat: chain: light-weight patch to fix calibrationnet again by removing move_partitions from built-in actors (#11409) 2023-11-15 13:08:24 -05:00
v13.tar.zst feat: nv22: lightweight patch to upgrade calibnet (#11776) 2024-03-27 14:13:00 -04:00
v14.tar.zst feat: Skeleton for nv23 (#11964) 2024-05-07 09:40:49 +02:00

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:

  1. Download the actors bundles and pack them into the appropriate tarfile ($VERSION.tar.zst).
  2. 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