-
Notifications
You must be signed in to change notification settings - Fork 3
update docs for aspen #30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
joroshiba
wants to merge
1
commit into
main
Choose a base branch
from
joroshiba/aspen-upgrade
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| { | ||
| "aspen": { | ||
| "baseInfo": { | ||
| "activationHeight": "8159500", | ||
| "appVersion": "3" | ||
| }, | ||
| "priceFeedChange": { | ||
| "marketMapGenesis": { | ||
| "marketMap": { | ||
| "markets": {} | ||
| } | ||
| }, | ||
| "oracleGenesis": { | ||
| "currencyPairGenesis": [], | ||
| "nextId": "0" | ||
| } | ||
| }, | ||
| "validatorUpdateActionChange": {}, | ||
| "ibcAcknowledgementFailureChange": {} | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -71,7 +71,7 @@ cd ../ | |
| ```bash | ||
| git clone https://github.com/astriaorg/astria.git | ||
| cd astria | ||
| git checkout tags/sequencer-v1.0.0-rc.1 | ||
| git checkout tags/sequencer-v3.0.0-rc.2 | ||
| cd crates/astria-sequencer/ | ||
| cargo build --release | ||
| cd ../../../ | ||
|
|
@@ -125,16 +125,27 @@ architecture setups [here](https://docs.cometbft.com/v0.38/core/validators#valid | |
| > ❗ Replace `/home/astria_org` **everywhere below** with the absolute path to | ||
| > your preferred directory. `systemd` requires this to be an absolute path! | ||
|
|
||
| #### Get Upgrades File | ||
|
|
||
| ```bash | ||
| curl -o upgrades.json -s https://raw.githubusercontent.com/astriaorg/networks/main/dawn-1/sequencer/upgrades.json | ||
| mv upgrades.json /home/astria_org/upgrades.json | ||
| ``` | ||
|
|
||
| #### From `/home/astria_org` | ||
|
|
||
| > The .env file copied below has other settings you may want to change with | ||
| > regards to general configuration, especially around metrics and logging. It | ||
| > is self-documented. | ||
| > | ||
| > The bash script below uses sed to update the `ASTRIA_SEQUENCER_UPGRADES_FILEPATH` | ||
| > and the `ASTRIA_SEQUENCER_DB_FILEPATH` properties | ||
|
|
||
| ```bash | ||
| mkdir /home/astria_org/sequencer-1.0.0-rc.1 | ||
| cp ~/astria/target/release/astria-sequencer /home/astria_org/sequencer-1.0.0-rc.1/astria-sequencer | ||
| mkdir /home/astria_org/sequencer-3.0.0-rc.2 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. same question on rc2 as above |
||
| cp ~/astria/target/release/astria-sequencer /home/astria_org/sequencer-3.0.0-rc.2/astria-sequencer | ||
| cp ~/astria/crates/astria-sequencer/local.env.example /home/astria_org/astria-sequencer.env | ||
| sed -i'.bak' 's/"\/path\/to"/"\/home\/astria_org"/g' /home/astria_org/astria-sequencer.env | ||
| mkdir /home/astria_org/astria_db | ||
| sed -i'.bak' 's/"\/tmp\/astria_db"/"\/home\/astria_org\/astria_db"/g' /home/astria_org/astria-sequencer.env | ||
| ``` | ||
|
|
@@ -197,7 +208,7 @@ Description=astria sequencer | |
|
|
||
| [Service] | ||
| EnvironmentFile=/home/astria_org/astria-sequencer.env | ||
| ExecStart=/home/astria_org/sequencer-1.0.0-rc.1/astria-sequencer | ||
| ExecStart=/home/astria_org/sequencer-3.0.0-rc.2/astria-sequencer | ||
|
|
||
| # Restart service on failure | ||
| Restart=on-failure | ||
|
|
@@ -316,5 +327,5 @@ has default storage classes. | |
| ### Install | ||
|
|
||
| ```bash | ||
| helm install dawn-1-full-node astria/sequencer --version 1.0.0-rc.1 \ | ||
| helm install dawn-1-full-node astria/sequencer --version 3.0.0-rc.2 \ | ||
| --namespace astria-dawn-1-node --create-namespace -f full-node-values.yaml | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why rc.2 here when we use v3.0.0 for mainnet full node?