10 Commits

Author SHA1 Message Date
48d0ab25a4 feat: automatically detect if genesis CAR is compressed (#12885)
Automatically detect if genesis CAR is compressed

When `--genesis` path is set, automatically detect if the genesis file
is ZSTD compressed and decompress it.
2025-02-11 10:20:29 +00:00
75d2a5e417 chore(build): trim and compress genesis CARs in build
Ref: https://github.com/filecoin-project/lotus-infra/issues/1627
Ref: https://github.com/filecoin-project/lotus-infra/pull/1628

* Remove WASM actors from butterflynet.car
* Compress with zstd
2024-09-12 09:00:01 +10:00
8efe5bec8d more deprecated cleanup missed previously 2024-07-22 17:36:12 +04:00
e13dea7da8 use go:embed 2021-06-02 12:16:09 +02:00
1bd2ae034f Create a calibnet build option 2021-01-05 00:32:15 -05:00
1ed62628a7 Update go-log to v2
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-01-08 20:22:31 +01:00
b5328d01cf Update to go-log v1.0.1
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-01-08 20:20:56 +01:00
abf6acc211 moved logger from paramfetch.go (no longer in lotus) to genesis.go 2020-01-07 07:48:44 -08:00
7873213b11 switch sectorbuilder from lib to external module
point to correct version of sectorbuilder + ensure go-datastore stays at 0.1.1

replace local address type with go-address

consume paramfetch.GetParams instead of local paramfetch.go

remove constants now defined in sectorbuilder
2020-01-07 07:48:43 -08:00
713f08e9bf move genesis loading to build pkg 2019-10-02 22:40:14 +02:00