Explain config more clearly
This commit is contained in:
parent
3b283681a9
commit
72f42505b9
@ -345,6 +345,7 @@
|
|||||||
|
|
||||||
[Fevm]
|
[Fevm]
|
||||||
# EnableEthHashToFilecoinCidMapping enables storing a mapping of eth transaction hashes to filecoin message Cids
|
# EnableEthHashToFilecoinCidMapping enables storing a mapping of eth transaction hashes to filecoin message Cids
|
||||||
|
# You will not be able to look up ethereum transactions by their hash if this is disabled.
|
||||||
#
|
#
|
||||||
# type: bool
|
# type: bool
|
||||||
# env var: LOTUS_FEVM_ENABLEETHHASHTOFILECOINCIDMAPPING
|
# env var: LOTUS_FEVM_ENABLEETHHASHTOFILECOINCIDMAPPING
|
||||||
|
@ -404,7 +404,8 @@ see https://lotus.filecoin.io/storage-providers/advanced-configurations/market/#
|
|||||||
Name: "EnableEthHashToFilecoinCidMapping",
|
Name: "EnableEthHashToFilecoinCidMapping",
|
||||||
Type: "bool",
|
Type: "bool",
|
||||||
|
|
||||||
Comment: `EnableEthHashToFilecoinCidMapping enables storing a mapping of eth transaction hashes to filecoin message Cids`,
|
Comment: `EnableEthHashToFilecoinCidMapping enables storing a mapping of eth transaction hashes to filecoin message Cids
|
||||||
|
You will not be able to look up ethereum transactions by their hash if this is disabled.`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "EthTxHashMappingLifetimeDays",
|
Name: "EthTxHashMappingLifetimeDays",
|
||||||
|
@ -696,6 +696,7 @@ type ActorEventConfig struct {
|
|||||||
|
|
||||||
type FevmConfig struct {
|
type FevmConfig struct {
|
||||||
// EnableEthHashToFilecoinCidMapping enables storing a mapping of eth transaction hashes to filecoin message Cids
|
// EnableEthHashToFilecoinCidMapping enables storing a mapping of eth transaction hashes to filecoin message Cids
|
||||||
|
// You will not be able to look up ethereum transactions by their hash if this is disabled.
|
||||||
EnableEthHashToFilecoinCidMapping bool
|
EnableEthHashToFilecoinCidMapping bool
|
||||||
// EthTxHashMappingLifetimeDays the transaction hash lookup database will delete mappings that have been stored for more than x days
|
// EthTxHashMappingLifetimeDays the transaction hash lookup database will delete mappings that have been stored for more than x days
|
||||||
// Set to 0 to keep all mappings
|
// Set to 0 to keep all mappings
|
||||||
|
Loading…
Reference in New Issue
Block a user