Skip to content

Commit

Permalink
474/soroban diagnostic events (#4813)
Browse files Browse the repository at this point in the history
* Add captive core config for enable soroban diagnostic events

* Add a horizon flag for --captive-core-enable-soroban-diagnostic-events

* Revert "Add a horizon flag for --captive-core-enable-soroban-diagnostic-events"

This reverts commit fd5845c.

* Revert ingest/ledgerbackend flags. It can just come from the toml

* Remove flag from `ingest/ledgerbackend/toml.go`
  • Loading branch information
Paul Bellamy authored Mar 23, 2023
1 parent 5c371b9 commit 1caf12e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ingest/ledgerbackend/toml.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ type captiveCoreTomlValues struct {
UseBucketListDB bool `toml:"EXPERIMENTAL_BUCKETLIST_DB,omitempty"`
BucketListDBPageSizeExp *uint `toml:"EXPERIMENTAL_BUCKETLIST_DB_INDEX_PAGE_SIZE_EXPONENT,omitempty"`
BucketListDBCutoff *uint `toml:"EXPERIMENTAL_BUCKETLIST_DB_INDEX_CUTOFF,omitempty"`
EnableSorobanDiagnosticEvents bool `toml:"ENABLE_SOROBAN_DIAGNOSTIC_EVENTS,omitempty"`
}

// QuorumSetIsConfigured returns true if there is a quorum set defined in the configuration.
Expand Down

0 comments on commit 1caf12e

Please sign in to comment.