Implement stack to run lotus-node (mainnet and calibration) #1
No reviewers
Labels
No Label
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/lotus-stack#1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "ng-create-stack"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Part of Create stack for lotus mainnet and calibration
DOCKER_LOTUS_IMPORT_SNAPSHOT
envcerc-io/lotus
release v1.27.0-rc3-interal-0.0.1LOTUS_FEVM_ENABLEETHRPC
: trueLOTUS_EVENTS_ENABLEACTOREVENTSAPI
: trueLOTUS_INDEX_ENABLEMSGINDEX
: trueeth_call
behaviourLOTUS_CHAINSTORE_ENABLESPLITSTORE
: trueLOTUS_FEVM_ETHTXHASHMAPPINGLIFETIMEDAYS
: 0LOTUS_FEVM_EVENTS_MAXFILTERHEIGHTRANGE
LOTUS_FEVM_EVENTS_FILTERTTL
ALLOWED_DELAY
LOTUS_FEVM_ENABLEETHHASHTOFILECOINCIDMAPPING
4ed4491e00
to092c19c337
Implement stack to run mainnet lotus-nodeto [WIP] Implement stack to run mainnet lotus-nodea0b893a0ad
toe75c36ab1d
[WIP] Implement stack to run mainnet lotus-nodeto [WIP] Implement stack to run lotus-node (mainnet and calibration)[WIP] Implement stack to run lotus-node (mainnet and calibration)to Implement stack to run lotus-node (mainnet and calibration)@ -0,0 +1,156 @@
#####################################
Consider adding a comment that this file is a copy of the Dockerfile in the lotus repo with some local changes (also consider commenting the changes for ease of future manual merging upstream changes).
@ -0,0 +3,4 @@
source ${CERC_CONTAINER_BASE_DIR}/build-base.sh
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
git stash
Should this be here?
@ -0,0 +49,4 @@
## Setup config
Inside deployment directory, open the `config.env` file and set following env variables:
Note that simple environment values can be specified on the
deploy init
command line like:@ -0,0 +2,4 @@
name: lotus-node
description: "Lotus node stack"
repos:
- git.vdb.to/cerc-io/lotus@v1.27.0-rc3-interal-0.0.1
Consider not pinning the branch here. You can specify on the SO command line like:
Going to merge this one since it's the weekend and it would be nice to start using/enhancing it..