@sentio/runtime 2.47.0-rc.4 → 2.47.1-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentio/runtime",
3
- "version": "2.47.0-rc.4",
3
+ "version": "2.47.1-rc.1",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "exports": {
@@ -129,11 +129,6 @@ export class FullProcessorServiceImpl implements ProcessorServiceImplementation
129
129
  // }
130
130
  }
131
131
  break
132
- case HandlerType.ETH_BLOCK:
133
- if (dataBinding.data?.ethBlock?.block) {
134
- dataBinding.data.ethBlock.block.transactions = []
135
- }
136
- break
137
132
  case HandlerType.UNKNOWN:
138
133
  if (dataBinding.data?.ethBlock) {
139
134
  if (dataBinding.data.raw.length === 0) {