Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@
# Data
/svr/ @smartcontractkit/oev @smartcontractkit/op-tooling

# Ring
/ring/ @smartcontractkit/foundations @smartcontractkit/op-tooling

# Release changesets do not have owners
/.changeset/**
7 changes: 7 additions & 0 deletions buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ modules:
- BASIC
except:
- FIELD_LOWER_SNAKE_CASE
- path: ring/pb
lint:
use:
- BASIC
except:
- FIELD_LOWER_SNAKE_CASE
- PACKAGE_DIRECTORY_MATCH
- path: rmn/v1.6/proto
lint:
except:
Expand Down
7 changes: 7 additions & 0 deletions ring/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.PHONY: clean
clean: ## Remove generated files
find ./go -name '*.pb.go' -delete

.PHONY: generate
generate: clean ## Generate go-proto files
cd go && go generate ./...
301 changes: 301 additions & 0 deletions ring/go/arbiter.pb.go

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

Loading
Loading