- 
                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
base: main
Are you sure you want to change the base?
Conversation
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.
LGTM but left some questions on which versions we specify.
| 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 | 
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?
| ```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 comment
The reason will be displayed to describe this comment to others. Learn more.
same question on rc2 as above
| 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 | 
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.
same question on rc2
| 
               | 
          ||
| ```bash | ||
| helm install dusk11-full-node astria/astria-sequencer-validator --version 1.0.0-rc.1 \ | ||
| helm install dusk11-full-node astria/astria-sequencer-validator --version 3.0.0-rc.1 \ | 
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 is this 3.0.0-rc.1 when above we use 3.0.0 in some places and 3.0.0-rc.2 in others?
No description provided.