Skip to content

Commit

Permalink
feat: add bridge info set/get interface (#46)
Browse files Browse the repository at this point in the history
* add bridge info set/get interface

* proto format

* emit events

* add bridge info to genesis
  • Loading branch information
beer-1 authored Apr 9, 2024
1 parent 7ead42b commit be4ff5b
Show file tree
Hide file tree
Showing 30 changed files with 4,694 additions and 634 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ proto-pulsar-gen:
@$(protoImage) sh ./scripts/protocgen-pulsar.sh

proto-format:
@$(protoImage) find ./ -name "*.proto" -exec clang-format -i {} \;
@$(protoImage) find ./proto -name "*.proto" -exec clang-format -i {} \;

proto-lint:
@$(protoImage) buf lint --error-format=json
Expand Down
107 changes: 100 additions & 7 deletions api/opinit/opchild/v1/genesis.pulsar.go

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

Loading

0 comments on commit be4ff5b

Please sign in to comment.