Skip to content

Commit

Permalink
add stats and bump substreams
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard-Voiculescu committed Jul 6, 2023
1 parent 7d94e53 commit 72c39fa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions cmd/firesol/cli/substreams-tier1.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ func init() {
GRPCListenAddr: grpcListenAddr,
GRPCShutdownGracePeriod: time.Second,
ServiceDiscoveryURL: serviceDiscoveryURL,
RequestStats: true,
}, &app.Modules{
Authenticator: authenticator,
HeadTimeDriftMetric: ss1HeadTimeDriftmetric,
Expand Down
1 change: 1 addition & 0 deletions cmd/firesol/cli/substreams-tier2.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ func init() {
Tracing: tracing,
GRPCListenAddr: grpcListenAddr,
ServiceDiscoveryURL: serviceDiscoveryURL,
RequestStats: true,
}, &app.Modules{
Authenticator: authenticator,
HeadTimeDriftMetric: ss2HeadTimeDriftmetric,
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ require (
github.com/streamingfast/sf-tools v0.0.0-20230217210059-2ab577f61e8e
github.com/streamingfast/shutter v1.5.0
github.com/streamingfast/solana-go v0.5.1-0.20220502224452-432fbe84aee8
github.com/streamingfast/substreams v1.1.7
github.com/streamingfast/substreams v1.1.8-0.20230706150318-28ea9e50cd8e
github.com/stretchr/testify v1.8.3
github.com/teris-io/shortid v0.0.0-20201117134242-e59966efd125 // indirect
github.com/test-go/testify v1.1.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2343,8 +2343,8 @@ github.com/streamingfast/shutter v1.5.0 h1:NpzDYzj0HVpSiDJVO/FFSL6QIK/YKOxY0gJAt
github.com/streamingfast/shutter v1.5.0/go.mod h1:B/T6efqdeMGbGwjzPS1ToXzYZI4kDzI5/u4I+7qbjY8=
github.com/streamingfast/solana-go v0.5.1-0.20220502224452-432fbe84aee8 h1:M9HcIwlbl7PipqrKPgNzfEWD9oxAA0mmjdRd2dTk9/4=
github.com/streamingfast/solana-go v0.5.1-0.20220502224452-432fbe84aee8/go.mod h1:9NfZWSK0zqA+M1YU2pTI8sr1BfijCpqBFceLQARQiNw=
github.com/streamingfast/substreams v1.1.7 h1:PpSdwWAXqg6vUcH+5F0xQeOms0pDLQGMJlK7fa7nh2Y=
github.com/streamingfast/substreams v1.1.7/go.mod h1:L8rqU/cgttZX8DtHVpDZclaXWYtpF8klLrbaBMpOlNc=
github.com/streamingfast/substreams v1.1.8-0.20230706150318-28ea9e50cd8e h1:16LaSRq52q/4Wyxvf3QOFZaiQkJLGS//zexrHAJq+ew=
github.com/streamingfast/substreams v1.1.8-0.20230706150318-28ea9e50cd8e/go.mod h1:L8rqU/cgttZX8DtHVpDZclaXWYtpF8klLrbaBMpOlNc=
github.com/streamingfast/validator v0.0.0-20210812013448-b9da5752ce14/go.mod h1:t4h97mWfTs6v0zjEFuGDOoW5wLtu9+ttegIx99i7gsM=
github.com/streamingfast/wasmtime-go/v4 v4.0.0-freemem3 h1:raJHR0JWgYiSyX0vZ3leRK/TkNcn4ZUGTf+d64g48KQ=
github.com/streamingfast/wasmtime-go/v4 v4.0.0-freemem3/go.mod h1:rOffzhrBM87FuXgj23Ss35uFDahjAauERq60QpyCzpE=
Expand Down

0 comments on commit 72c39fa

Please sign in to comment.