Skip to content

Commit

Permalink
added the public key to our store data for gridnodes. This will be us…
Browse files Browse the repository at this point in the history
…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
dekm committed Mar 10, 2024
1 parent 710532e commit c70c44b
Show file tree
Hide file tree
Showing 38 changed files with 40,543 additions and 3,580 deletions.
10 changes: 10 additions & 0 deletions README.md
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
```

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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

Loading

0 comments on commit c70c44b

Please sign in to comment.