File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -183,6 +183,7 @@ services:
183183 - LOTUS_CHAINSTORE_ENABLESPLITSTORE=false
184184 - LOTUS_SYNC_BOOTSTRAP_PEERS=1
185185 - FULLNODE_API_INFO=/dns/lotus/tcp/${LOTUS_RPC_PORT}/http
186+ - LOTUS_DISABLE_F3_SUBSYSTEM=1
186187 entrypoint : ["/bin/bash", "-c"]
187188 command :
188189 - |
Original file line number Diff line number Diff line change 11# This list contains potentially broken methods (or tests) that are ignored.
22# They should be considered bugged, and not used until the root cause is resolved.
3+ # Disable until a new lotus image with calibnet F3 initial power table is published
4+ !Filecoin.F3
Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ services:
6969 - FULLNODE_API_INFO=/dns/lotus/tcp/${LOTUS_RPC_PORT}/http
7070 - LOTUS_P2P_BOOTSTRAPPERS=${FOREST_BOOTSTRAPPER_ADDRESS}
7171 - LOTUS_P2P_DHT_NO_ROUTING_TABLE_FILTER=1
72+ - LOTUS_DISABLE_F3_SUBSYSTEM=1
7273 entrypoint : ["/bin/bash", "-c"]
7374 command :
7475 - |
You can’t perform that action at this time.
0 commit comments