refactor(substreams): Update ambient Substreams
This commit is contained in:
19
buf.yaml
Normal file
19
buf.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
version: v2
|
||||
modules:
|
||||
- path: proto
|
||||
excludes:
|
||||
- proto/sf
|
||||
- path: substreams/ethereum-ambient/proto
|
||||
lint:
|
||||
use:
|
||||
- BASIC
|
||||
except:
|
||||
- FIELD_NOT_REQUIRED
|
||||
- PACKAGE_NO_IMPORT_CYCLE
|
||||
disallow_comment_ignores: true
|
||||
breaking:
|
||||
use:
|
||||
- FILE
|
||||
except:
|
||||
- EXTENSION_NO_DELETE
|
||||
- FIELD_SAME_DEFAULT
|
||||
Reference in New Issue
Block a user