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.
Summary
Run
ignite scaffold module gateway --dep bank,account
Summary generated by Reviewpad on 11 Oct 23 16:19 UTC
This pull request introduces several changes across multiple files.
proto/pocket/gateway/tx.proto
has been added, defining a new service calledMsg
and specifying the Go package aspocket/x/gateway/types
.genesis_test.go
has been added to thegateway
package. It includes test functions related to the genesis state and export of the gateway module.params.proto
has been added to theproto/pocket/gateway
directory. It defines theParams
message and imports thegogoproto/gogo.proto
file. The Go package is set topocket/x/gateway/types
.params.go
has been added to thex/gateway/types
directory. It contains code related to parameter handling and validation for the gateway module.module.go
has been added. It defines the gateway package, implements various interfaces, and includes functions for module initialization and event handling.x/gateway/client/cli/query.go
has been added. It contains the CLI query commands for the gateway module.msg_server.go
has been added to thex/gateway/keeper
package. It defines a struct calledmsgServer
and implements theNewMsgServerImpl
function.helpers.go
has been added to thesimulation
package in thex/gateway
directory. It defines a function calledFindAccount
for finding a specific address from the account list.params.go
has been added to thex/gateway/keeper
package. It contains functions for handling parameters in the gateway module.app.go
has been modified to include changes related to the gateway module.testutil/keeper/gateway.go
has been added. It includes a function for creating a keeper for the Pocket Gateway module for testing purposes.params.go
has been added to thex/gateway/client/cli
package. It contains a command implementation for querying and displaying the parameters of the gateway module.codec.go
has been added to thex/gateway/types
package. It includes functions for registering codecs and interfaces.query_params.go
has been added to thex/gateway/client/cli
package. It contains a command implementation for querying and displaying the parameters of the gateway module.keeper.go
has been added. It defines aKeeper
struct and implements its methods.msg_server_test.go
has been added. It includes test functions related to the message server.query_params_test.go
has been added to thex/gateway/keeper
package. It contains a test function for querying the parameters of the keeper.query.go
has been modified to include changes related to the gateway module.params_test.go
has been added to thex/gateway/keeper
package. It contains a test function for theGetParams
function.genesis.go
has been added to thex/gateway
package. It includes functions for initializing and exporting the module's genesis state.module_simulation.go
has been added to thex/gateway
directory. It contains code related to the gateway module for simulation purposes.Please review the changes and provide feedback accordingly.
Issue
Fixes (in-part) 19
Type of change
Select one or more:
Testing
make test_all_unit
Sanity Checklist