Skip to content

Commit

Permalink
adopt single challenger and register this challenger as channel admin
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Sep 25, 2024
1 parent 3d95ee8 commit 5eeb6e3
Show file tree
Hide file tree
Showing 41 changed files with 1,360 additions and 1,427 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 ./proto -name "*.proto" -exec clang-format -i {} \;
@$(protoImage) find ./proto -name "*.proto" -exec buf format {} -w \;

proto-lint:
@$(protoImage) buf lint --error-format=json ./proto
Expand Down
6 changes: 3 additions & 3 deletions api/opinit/ophost/v1/auth.pulsar.go

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

855 changes: 397 additions & 458 deletions api/opinit/ophost/v1/tx.pulsar.go

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions api/opinit/ophost/v1/tx_grpc.pb.go

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

Loading

0 comments on commit 5eeb6e3

Please sign in to comment.