Skip to content

Commit

Permalink
moved lib/parachain to dot/parachain (#3429)
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardmack committed Apr 24, 2024
1 parent a111dfb commit 065b1d4
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion dot/parachain/approval_distribution_message.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import (
parachaintypes "github.com/ChainSafe/gossamer/dot/parachain/types"
"github.com/ChainSafe/gossamer/lib/common"
"github.com/ChainSafe/gossamer/lib/crypto/sr25519"
parachaintypes "github.com/ChainSafe/gossamer/lib/parachain/types"
"github.com/ChainSafe/gossamer/pkg/scale"
)

Expand Down
1 change: 0 additions & 1 deletion dot/parachain/available_data_fetching.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (

parachaintypes "github.com/ChainSafe/gossamer/dot/parachain/types"
"github.com/ChainSafe/gossamer/lib/common"
parachaintypes "github.com/ChainSafe/gossamer/lib/parachain/types"
"github.com/ChainSafe/gossamer/pkg/scale"
)

Expand Down
1 change: 0 additions & 1 deletion dot/parachain/available_data_fetching_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (

parachaintypes "github.com/ChainSafe/gossamer/dot/parachain/types"
"github.com/ChainSafe/gossamer/lib/common"
parachaintypes "github.com/ChainSafe/gossamer/lib/parachain/types"
"github.com/ChainSafe/gossamer/pkg/scale"
"github.com/stretchr/testify/require"
)
Expand Down
1 change: 0 additions & 1 deletion dot/parachain/chunk_fetching_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (

parachaintypes "github.com/ChainSafe/gossamer/dot/parachain/types"
"github.com/ChainSafe/gossamer/lib/common"
parachaintypes "github.com/ChainSafe/gossamer/lib/parachain/types"
"github.com/ChainSafe/gossamer/pkg/scale"
"github.com/stretchr/testify/require"
)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file added dot/parachain/statement.go
Empty file.
1 change: 0 additions & 1 deletion dot/parachain/statement_fetching.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (

parachaintypes "github.com/ChainSafe/gossamer/dot/parachain/types"
"github.com/ChainSafe/gossamer/lib/common"
parachaintypes "github.com/ChainSafe/gossamer/lib/parachain/types"
"github.com/ChainSafe/gossamer/pkg/scale"
)

Expand Down
Empty file added dot/parachain/statement_test.go
Empty file.
Empty file.
1 change: 1 addition & 0 deletions dot/parachain/types/statement_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import (
"math"
"testing"

parachaintypes "github.com/ChainSafe/gossamer/dot/parachain/types"
"github.com/ChainSafe/gossamer/lib/common"
"github.com/ChainSafe/gossamer/lib/crypto"
"github.com/ChainSafe/gossamer/lib/keystore"
Expand Down

0 comments on commit 065b1d4

Please sign in to comment.