Skip to content

Commit

Permalink
fix docs test
Browse files Browse the repository at this point in the history
  • Loading branch information
bukata-sa committed Jul 9, 2024
1 parent acd09e3 commit 7771324
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/config/docs/core.toml
Original file line number Diff line number Diff line change
Expand Up @@ -651,5 +651,5 @@ TransmitQueueMaxSize = 10_000 # Default
TransmitTimeout = "5s" # Default

[HeadReport]
# Head report telemetry collects information about new blocks from blockchain
TelemetryEnabled = false # Default
# TelemetryEnabled controls if it collects information about new blocks from blockchain
TelemetryEnabled = false # Default
3 changes: 2 additions & 1 deletion core/services/headreporter/prometheus_reporter_test.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package headreporter_test

import (
"github.com/smartcontractkit/chainlink/v2/core/logger"
"math/big"
"testing"

"github.com/smartcontractkit/chainlink/v2/core/logger"

"github.com/stretchr/testify/mock"
"github.com/stretchr/testify/require"

Expand Down
13 changes: 13 additions & 0 deletions docs/CONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1761,6 +1761,19 @@ TransmitTimeout controls how long the transmitter will wait for a response
when sending a message to the mercury server, before aborting and considering
the transmission to be failed.

## HeadReport
```toml
[HeadReport]
TelemetryEnabled = false # Default
```


### TelemetryEnabled
```toml
TelemetryEnabled = false # Default
```
TelemetryEnabled controls if it collects information about new blocks from blockchain

## EVM
EVM defaults depend on ChainID:

Expand Down

0 comments on commit 7771324

Please sign in to comment.