Skip to content

Upgrade 1.0.0#14

Closed
philipsu522 wants to merge 4 commits into1.0.0from
upgrade-1.0.0
Closed

Upgrade 1.0.0#14
philipsu522 wants to merge 4 commits into1.0.0from
upgrade-1.0.0

Conversation

@philipsu522
Copy link
Contributor

@philipsu522 philipsu522 commented May 25, 2022

Description

Implements upgrade code from 1.0.0beta to 1.0.0. The following changes are included:

  • sequence numbers added to support duplicate commands
  • small fixes to seid name

Test

  1. Started chain with sequence numbers disabled
  2. Submit the following proposal and voted on it ./build/seid tx gov submit-proposal software-upgrade "upgrade-1.0.0" --title "upgrade from 1.0.0beta to 1.0.0" --description "upgrade" --from $ACCOUNT_NAME --upgrade-height 30 --deposit 10000000stake --chain-id sei-chain
  3. Verified that upgrade was needed 9:26PM ERR UPGRADE "upgrade-1.0.0" NEEDED at height: 30:
  4. Built new binary, restarted chain, verified blocks were built
  5. Sent duplicate transactions, succeeded. Also verified tool shows changes:
> ./build/seid -h
Stargate Sei App

Usage:
  seid [command]

@LCyson
Copy link
Contributor

LCyson commented May 25, 2022

just a quick q, why we're still using stake here --deposit 10000000stake

// Prefix of bech32 encoded address
AccountAddressPrefix = "cosmos"
// Application name
AppName = "sei-chain"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we probably want to change this to "sei" instead of "sei-chain", so that the cmd dir will be the same name as the seid. See ticket 0030 and #12

@mezhcoder
Copy link

Developers, I saw that in your official documentation, the ./build/seid command is used to work with the project https://docs.seinetwork.io/nodes-and-validators/joining-testnets

How do you look at adding to the documentation or in the process of building a command of this kind?

alias seid=$HOME/sei-chain/./build/seid
Then it will be possible to write command seid

@philipsu522
Copy link
Contributor Author

Developers, I saw that in your official documentation, the ./build/seid command is used to work with the project https://docs.seinetwork.io/nodes-and-validators/joining-testnets

How do you look at adding to the documentation or in the process of building a command of this kind?

alias seid=$HOME/sei-chain/./build/seid Then it will be possible to write command seid

@dylanschultzie actually contributed a Makefile #12 which adds the binary to go/bin. We're going to create a new release soon and update the docs to use seid automatically

masih pushed a commit that referenced this pull request Sep 29, 2025
masih pushed a commit that referenced this pull request Oct 1, 2025
masih pushed a commit that referenced this pull request Oct 9, 2025
[SeiDB] Pebble DB State Store layer
@masih masih deleted the upgrade-1.0.0 branch October 31, 2025 15:54
masih pushed a commit that referenced this pull request Dec 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants