make gen.

This commit is contained in:
Raúl Kripalani 2022-11-16 22:42:32 +00:00
parent f809dbdd6a
commit e63d5e184c
3 changed files with 12 additions and 6 deletions

Binary file not shown.

View File

@ -2727,7 +2727,6 @@ Response:
"blockNumber": "0x5", "blockNumber": "0x5",
"from": "0x0707070707070707070707070707070707070707", "from": "0x0707070707070707070707070707070707070707",
"to": "0x5cbeecf99d3fdb3f25e309cc264f240bb0664031", "to": "0x5cbeecf99d3fdb3f25e309cc264f240bb0664031",
"root": "0x0707070707070707070707070707070707070707070707070707070707070707",
"status": "0x5", "status": "0x5",
"contractAddress": "0x5cbeecf99d3fdb3f25e309cc264f240bb0664031", "contractAddress": "0x5cbeecf99d3fdb3f25e309cc264f240bb0664031",
"cumulativeGasUsed": "0x5", "cumulativeGasUsed": "0x5",
@ -2737,11 +2736,9 @@ Response:
"logs": [ "logs": [
{ {
"address": "0x0707070707070707070707070707070707070707", "address": "0x0707070707070707070707070707070707070707",
"data": [ "data": "0x07",
"0x0707070707070707070707070707070707070707070707070707070707070707"
],
"topics": [ "topics": [
"0x0707070707070707070707070707070707070707070707070707070707070707" "0x07"
], ],
"removed": true, "removed": true,
"logIndex": "0x5", "logIndex": "0x5",
@ -2750,7 +2747,8 @@ Response:
"blockHash": "0x0707070707070707070707070707070707070707070707070707070707070707", "blockHash": "0x0707070707070707070707070707070707070707070707070707070707070707",
"blockNumber": "0x5" "blockNumber": "0x5"
} }
] ],
"type": "0x5"
} }
``` ```

View File

@ -242,4 +242,12 @@
# env var: LOTUS_ACTOREVENT_MAXFILTERHEIGHTRANGE # env var: LOTUS_ACTOREVENT_MAXFILTERHEIGHTRANGE
#MaxFilterHeightRange = 2880 #MaxFilterHeightRange = 2880
# EventHistoryDatabasePath is the full path to a sqlite database that will be used to index actor events to
# support the historic filter APIs. If the database does not exist it will be created. The directory containing
# the database must already exist and be writeable.
#
# type: string
# env var: LOTUS_ACTOREVENT_ACTOREVENTDATABASEPATH
#ActorEventDatabasePath = ""