Skip to content

Commit 89d544e

Browse files
Merge branch 'development' into eclesio/fix/block-production-for-epochs
2 parents 612a293 + 7eede9a commit 89d544e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+3836
-1465
lines changed

devnet/cmd/scale-down-ecs-service/mocks/ecsapi.go

Lines changed: 16 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dot/core/service.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ import (
2222
"github.com/ChainSafe/gossamer/lib/runtime/wasmer"
2323
"github.com/ChainSafe/gossamer/lib/services"
2424
"github.com/ChainSafe/gossamer/lib/transaction"
25-
cscale "github.com/centrifuge/go-substrate-rpc-client/v3/scale"
26-
ctypes "github.com/centrifuge/go-substrate-rpc-client/v3/types"
25+
cscale "github.com/centrifuge/go-substrate-rpc-client/v4/scale"
26+
ctypes "github.com/centrifuge/go-substrate-rpc-client/v4/types"
2727
)
2828

2929
var (

0 commit comments

Comments
 (0)