Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Updates project structure, by moving up the preconf package.
Browse files Browse the repository at this point in the history
  • Loading branch information
ckartik committed Oct 3, 2023
1 parent 5786c72 commit f9ef896
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"testing"

"github.com/ethereum/go-ethereum/crypto"
"github.com/primevprotocol/mev-commit/pkg/structures/preconf"
"github.com/primevprotocol/mev-commit/pkg/preconf"
"github.com/stretchr/testify/assert"
)

Expand Down
2 changes: 1 addition & 1 deletion pkg/preconfirmation/preconfirmation.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/ethereum/go-ethereum/common"
"github.com/primevprotocol/mev-commit/pkg/p2p"
"github.com/primevprotocol/mev-commit/pkg/p2p/msgpack"
"github.com/primevprotocol/mev-commit/pkg/structures/preconf"
"github.com/primevprotocol/mev-commit/pkg/preconf"
"github.com/primevprotocol/mev-commit/pkg/topology"
)

Expand Down
2 changes: 1 addition & 1 deletion pkg/preconfirmation/preconfirmation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import (
"github.com/ethereum/go-ethereum/crypto"
"github.com/primevprotocol/mev-commit/pkg/p2p"
p2ptest "github.com/primevprotocol/mev-commit/pkg/p2p/testing"
"github.com/primevprotocol/mev-commit/pkg/preconf"
"github.com/primevprotocol/mev-commit/pkg/preconfirmation"
"github.com/primevprotocol/mev-commit/pkg/structures/preconf"
"github.com/primevprotocol/mev-commit/pkg/topology"
)

Expand Down

0 comments on commit f9ef896

Please sign in to comment.