-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added the public key to our store data for gridnodes. This will be us…
…ed by hedgehog to determine signer verification. Query all delegations was updated to return this field and also updated the query account to handle how this new store keeps the data and retrieves it.
- Loading branch information
Showing
38 changed files
with
40,543 additions
and
3,580 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,11 @@ | ||
# cosmos-sdk-gridnode | ||
|
||
# new proto files | ||
Since we don't have an app we cannot use ignite to generate new files from the proto files. | ||
|
||
Instead use this command from within the proto directory. | ||
|
||
```bash | ||
buf generate --template buf.gen.gogo.yaml | ||
buf generate --template buf.gen.pulsar.yaml | ||
``` |
148 changes: 77 additions & 71 deletions
148
api/pax/gridnode/genesis.pulsar.go → api/gridnode/gridnode/v1/genesis.pulsar.go
Large diffs are not rendered by default.
Oops, something went wrong.
141 changes: 73 additions & 68 deletions
141
api/pax/gridnode/module/module.pulsar.go → ...dnode/gridnode/v1/module/module.pulsar.go
Large diffs are not rendered by default.
Oops, something went wrong.
125 changes: 65 additions & 60 deletions
125
api/pax/gridnode/params.pulsar.go → api/gridnode/gridnode/v1/params.pulsar.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.