Skip to content

Commit

Permalink
Regenerate Protos + Update Neon Upgrade Description (#151)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Gouin <[email protected]>
  • Loading branch information
boojamya and agouin authored Mar 30, 2023
1 parent 6d9eb5b commit 80b6364
Show file tree
Hide file tree
Showing 15 changed files with 389 additions and 383 deletions.
8 changes: 4 additions & 4 deletions app/upgrades/neon/constants.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package neon

const (
// UpgradeName is the shared upgrade plan name for mainnet
UpgradeName = "v0.4.1"
// UpgradeInfo defines the binaries that will be used for the upgrade
UpgradeInfo = "Release tag: https://github.com/strangelove-ventures/noble/releases/tag/v0.4.2"
// UpgradeName is the shared upgrade plan name
UpgradeName = "neon"
// UpgradeInfo describes the upgrade
UpgradeInfo = "Noble Neon upgrade"
)
4 changes: 2 additions & 2 deletions interchaintest/upgradeauthority_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ func TestNobleChainUpgrade(t *testing.T) {
var paramauthorityWallet Authority

const (
upgradeName = "v0.4.1"
upgradeName = "neon"
preUpgradeRepo = "ghcr.io/strangelove-ventures/noble"
preUpgradeVersion = "v0.3.0"
preUpgradeVersion = "v1.0.0"
)

chainCfg := ibc.ChainConfig{
Expand Down
33 changes: 18 additions & 15 deletions x/fiattokenfactory/types/blacklisted.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 17 additions & 15 deletions x/fiattokenfactory/types/blacklister.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

68 changes: 34 additions & 34 deletions x/fiattokenfactory/types/genesis.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 16 additions & 16 deletions x/fiattokenfactory/types/master_minter.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 16 additions & 16 deletions x/fiattokenfactory/types/minter_controller.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 80b6364

Please sign in to comment.