diff --git a/build/openrpc/full.json.gz b/build/openrpc/full.json.gz index e88f7a076..f5a1ce33c 100644 Binary files a/build/openrpc/full.json.gz and b/build/openrpc/full.json.gz differ diff --git a/documentation/en/api-v1-unstable-methods.md b/documentation/en/api-v1-unstable-methods.md index 9af3b699e..10d75e4a2 100644 --- a/documentation/en/api-v1-unstable-methods.md +++ b/documentation/en/api-v1-unstable-methods.md @@ -2727,7 +2727,6 @@ Response: "blockNumber": "0x5", "from": "0x0707070707070707070707070707070707070707", "to": "0x5cbeecf99d3fdb3f25e309cc264f240bb0664031", - "root": "0x0707070707070707070707070707070707070707070707070707070707070707", "status": "0x5", "contractAddress": "0x5cbeecf99d3fdb3f25e309cc264f240bb0664031", "cumulativeGasUsed": "0x5", @@ -2737,11 +2736,9 @@ Response: "logs": [ { "address": "0x0707070707070707070707070707070707070707", - "data": [ - "0x0707070707070707070707070707070707070707070707070707070707070707" - ], + "data": "0x07", "topics": [ - "0x0707070707070707070707070707070707070707070707070707070707070707" + "0x07" ], "removed": true, "logIndex": "0x5", @@ -2750,7 +2747,8 @@ Response: "blockHash": "0x0707070707070707070707070707070707070707070707070707070707070707", "blockNumber": "0x5" } - ] + ], + "type": "0x5" } ``` diff --git a/documentation/en/default-lotus-config.toml b/documentation/en/default-lotus-config.toml index b36d5acd0..d31bcc0a4 100644 --- a/documentation/en/default-lotus-config.toml +++ b/documentation/en/default-lotus-config.toml @@ -242,4 +242,12 @@ # env var: LOTUS_ACTOREVENT_MAXFILTERHEIGHTRANGE #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 = "" +