feat: Update protobuf messages for Balancer, add pool_id and balance_owner as entity changes
This commit is contained in:
committed by
Thales Lima
parent
7db72c284c
commit
c48532a5c4
@@ -23,7 +23,7 @@ modules:
|
||||
inputs:
|
||||
- source: sf.ethereum.type.v2.Block
|
||||
output:
|
||||
type: proto:tycho.evm.v1.GroupedTransactionProtocolComponents
|
||||
type: proto:tycho.evm.v1.BlockTransactionProtocolComponents
|
||||
|
||||
- name: store_components
|
||||
kind: store
|
||||
@@ -40,7 +40,7 @@ modules:
|
||||
- source: sf.ethereum.type.v2.Block
|
||||
- store: store_components
|
||||
output:
|
||||
type: proto:tycho.evm.v1.BalanceDeltas
|
||||
type: proto:tycho.evm.v1.BlockBalanceDeltas
|
||||
|
||||
- name: store_balances
|
||||
kind: store
|
||||
@@ -61,4 +61,4 @@ modules:
|
||||
- store: store_balances
|
||||
mode: deltas # This is the key property that simplifies `BalanceChange` handling
|
||||
output:
|
||||
type: proto:tycho.evm.v1.BlockContractChanges
|
||||
type: proto:tycho.evm.v1.BlockChanges
|
||||
|
||||
Reference in New Issue
Block a user