Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update polkadot dependencies #417

Merged
merged 27 commits into from
Jun 28, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into update-cumulus
  • Loading branch information
vgeddes committed Jun 22, 2021
commit 5c6644baf4f35eafba470892b302789a1054f4b3
1 change: 1 addition & 0 deletions relayer/chain/ethereum/header.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import (
"github.com/sirupsen/logrus"
"github.com/snowfork/ethashproof"
"github.com/snowfork/ethashproof/ethash"
"github.com/snowfork/go-substrate-rpc-client/v3/scale"
types "github.com/snowfork/go-substrate-rpc-client/v3/types"
"github.com/snowfork/polkadot-ethereum/relayer/chain"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"errors"

"github.com/sirupsen/logrus"
rpcOffchain "github.com/snowfork/go-substrate-rpc-client/v3/rpc/offchain"
"github.com/snowfork/go-substrate-rpc-client/v3/types"
"golang.org/x/sync/errgroup"

Expand Down Expand Up @@ -34,7 +33,7 @@ func NewListener(parachainConnection *parachain.Connection,
}
}

func (li *Listener) Start(ctx context.Context, eg *errgroup.Group) error {
func (li *Listener) Start(ctx context.Context, _ *errgroup.Group) error {

blockNumber, err := li.fetchStartBlock()
if err != nil {
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.