Closed hoank101 closed 5 months ago
[!WARNING]
Review failed
The pull request is closed.
In this update, several components of the project were modified, including dependencies, core application logic, and testnet configurations. The Go version and various SDKs were upgraded, a new argument was added to the NewEveApp
function in app/app.go
, and numerous details within the testnets' genesis files were updated, focusing on addresses, keys, validator information, and slashing parameters.
File/Path | Summary |
---|---|
app/app.go | Added a new argument authtypes.NewModuleAddress(govtypes.ModuleName).String() to the NewEveApp function. |
go.mod | Updated Go version to 1.22.3 , Cosmos SDK to v0.50.7 , and osmosis-labs/fee-abstraction to v8.0.2 . |
testnets/genesis.json | Updated various fields including addresses, validator keys, amounts, and slashing parameters. |
...gentx-063230a84cfd5fa4e594a7550e94f636f573b22d.json | Introduced a new JSON message for creating a validator in the Cosmos network. |
sequenceDiagram
participant User
participant App as NewEveApp
participant Auth as authtypes.ModuleAddress
participant Gov as govtypes.ModuleName
User->>App: Initialize NewEveApp
App->>Gov: Request ModuleName
Gov->>App: Return ModuleName
App->>Auth: Generate ModuleAddress
Auth->>App: Return Address String
App->>User: Return Initialized App
In the code's vast meadow, a tiny change stirs,
New addresses, stronger keys, a system that purrs.
With Go and Cosmos rising, their versions anew,
Validators stand tall, their power grew.
Oh, codebase shining, in digital space,
A rabbit's delight, such progress we embrace. 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
Updates
1.22.3
and Cosmos SDK version tov0.50.7
.osmosis-labs/fee-abstraction
version tov8.0.2
.Configuration Changes
genesis.json
for testnets, including addresses, amounts, keys, memos, and slashing parameters.