* feat: add DCI message definitions #time 4m #time 0m * feat: Add add_entrypoint to TransactionChangesBuilder #time 15m #time 0m * fix: Make entrypoints into a HashSet instead of Vec #time 0m * fix: Rollback on message index change in ContractSlot #time 5m * fix: Ignore examples in docstrings when running cargo test --------- Co-authored-by: Louise Poole <louise@datarevenue.com>
12 lines
376 B
YAML
12 lines
376 B
YAML
version: v2
|
|
plugins:
|
|
- remote: buf.build/community/neoeinstein-prost:v0.2.2
|
|
out: src/pb
|
|
opt:
|
|
- file_descriptor_set=false
|
|
- type_attribute=.tycho.evm.v1.Transaction=#[derive(Eq\, Hash)]
|
|
- type_attribute=.tycho.evm.v1.EntryPoint=#[derive(Eq\, Hash)]
|
|
- remote: buf.build/community/neoeinstein-prost-crate:v0.3.1
|
|
out: src/pb
|
|
opt: no_features
|