You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
Copy file name to clipboardExpand all lines: substreams/ethereum-ambient/Readme.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Modules Description
9
9
***Type**: Map
10
10
***Purpose**: This module detects new pools within the Ethereum blockchain and balance changes.
11
11
***Inputs**: Ethereum block data (`sf.ethereum.type.v2.Block`).
12
-
***Output**: Emits data of type `proto:tycho.evm.state.v1.BlockPoolChanges`.
12
+
***Output**: Emits data of type `proto:tycho.ambient.v1.BlockPoolChanges`.
13
13
14
14
### `store_pools_balances`
15
15
@@ -26,10 +26,10 @@ Modules Description
26
26
### `map_changes`
27
27
28
28
***Type**: Map
29
-
***Purpose**: This module integrates all the processed information to generate comprehensive `BlockContractChanges`. It considers new pools, balance changes and contract changes.
29
+
***Purpose**: This module integrates all the processed information to generate comprehensive `BlockChanges`. It considers new pools, balance changes and contract changes.
30
30
***Inputs**:
31
31
* Ethereum block data (`sf.ethereum.type.v2.Block`).
0 commit comments