lotus-provider-in-progress

This commit is contained in:
Andrew Jackson (Ajax)
2023-10-16 10:28:58 -05:00
parent 1f1e840e5c
commit e548b46dbf
8 changed files with 190 additions and 25 deletions
+12
View File
@@ -74,6 +74,18 @@ type LotusProviderConfig struct {
Proving ProvingConfig
SealingParams SealingConfig // TODO defaults
SealerConfig // TODO defaults
Journal JournalConfig
Apis ApisConfig
}
type ApisConfig struct {
// Daemon is the API endpoint for the Lotus daemon.
Daemon []string
}
type JournalConfig struct {
//Events of the form: "system1:event1,system1:event2[,...]"
DisabledEvents string
}
type ProviderSubsystemsConfig struct {