Skip to content

Commit

Permalink
prepare v1.1.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
colindickson committed Jul 31, 2023
1 parent fc10de8 commit 8bd1128
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/release-notes/change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## v1.1.11

### Fixes

* Added metering of live blocks

Expand Down
2 changes: 1 addition & 1 deletion pipeline/process_block.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"context"
"errors"
"fmt"
"github.com/streamingfast/dmetering"
"io"
"runtime/debug"
"sync"
Expand All @@ -13,6 +12,7 @@ import (
"go.uber.org/zap"
"google.golang.org/protobuf/types/known/timestamppb"

"github.com/streamingfast/dmetering"
"github.com/streamingfast/substreams/metrics"
pbssinternal "github.com/streamingfast/substreams/pb/sf/substreams/intern/v2"
pbsubstreamsrpc "github.com/streamingfast/substreams/pb/sf/substreams/rpc/v2"
Expand Down

0 comments on commit 8bd1128

Please sign in to comment.