* fix: remove unnecessary tx field in ProtocolComponent * chore: move ambient protobuf files to ambient module * chore: remove dependency on common message types This allows us to isolate the ambient specific messages within the ambient module * feat: update ambient substream with new message structs * chore: update substream configs And remove use of deprecated BlockContractChanges. * feat: implement From for AmbientProtocolComponent to ProtocolComponent
19 lines
280 B
YAML
19 lines
280 B
YAML
version: v2
|
|
modules:
|
|
- path: proto
|
|
excludes:
|
|
- proto/sf
|
|
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
|