Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rachit77 committed Jan 7, 2025
1 parent 79c94e2 commit f5f4a6d
Show file tree
Hide file tree
Showing 151 changed files with 117 additions and 16,927 deletions.
4 changes: 2 additions & 2 deletions aggregator/aggregator.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ import (
"github.com/0xPolygon/cdk/aggregator/prover"
cdkcommon "github.com/0xPolygon/cdk/common"
"github.com/0xPolygon/cdk/config/types"
"github.com/0xPolygon/cdk/l1infotree"
"github.com/0xPolygon/cdk/log"
"github.com/0xPolygon/cdk/rpc"
"github.com/0xPolygon/cdk/state"
"github.com/0xPolygon/zkevm-ethtx-manager/ethtxmanager"
Expand All @@ -33,6 +31,8 @@ import (
"github.com/0xPolygonHermez/zkevm-synchronizer-l1/state/entities"
"github.com/0xPolygonHermez/zkevm-synchronizer-l1/synchronizer"
"github.com/0xPolygonHermez/zkevm-synchronizer-l1/synchronizer/l1_check_block"
"github.com/agglayer/aggkit/l1infotree"
"github.com/agglayer/aggkit/log"
"github.com/ethereum/go-ethereum/common"
"go.uber.org/zap/zapcore"
"google.golang.org/grpc"
Expand Down
2 changes: 1 addition & 1 deletion aggregator/aggregator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ import (
mocks "github.com/0xPolygon/cdk/aggregator/mocks"
"github.com/0xPolygon/cdk/aggregator/prover"
"github.com/0xPolygon/cdk/config/types"
"github.com/0xPolygon/cdk/log"
rpctypes "github.com/0xPolygon/cdk/rpc/types"
"github.com/0xPolygon/cdk/state"
"github.com/0xPolygonHermez/zkevm-synchronizer-l1/synchronizer"
"github.com/agglayer/aggkit/log"
"github.com/ethereum/go-ethereum/common"
ethTypes "github.com/ethereum/go-ethereum/core/types"
"github.com/stretchr/testify/assert"
Expand Down
2 changes: 1 addition & 1 deletion aggregator/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import (
"math/big"

"github.com/0xPolygon/cdk/config/types"
"github.com/0xPolygon/cdk/log"
"github.com/0xPolygon/zkevm-ethtx-manager/ethtxmanager"
syncronizerConfig "github.com/0xPolygonHermez/zkevm-synchronizer-l1/config"
"github.com/agglayer/aggkit/log"
)

// SettlementBackend is the type of the settlement backend
Expand Down
2 changes: 1 addition & 1 deletion aggregator/db/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"fmt"

"github.com/0xPolygon/cdk/log"
"github.com/agglayer/aggkit/log"
"github.com/jackc/pgx/v4"
)

Expand Down
2 changes: 1 addition & 1 deletion aggregator/db/migrations.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"

"github.com/0xPolygon/cdk/db"
"github.com/0xPolygon/cdk/log"
"github.com/agglayer/aggkit/log"
migrate "github.com/rubenv/sql-migrate"
)

Expand Down
2 changes: 1 addition & 1 deletion aggregator/prover/prover.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"time"

"github.com/0xPolygon/cdk/config/types"
"github.com/0xPolygon/cdk/log"
"github.com/agglayer/aggkit/log"
"github.com/ethereum/go-ethereum/common"
"github.com/iden3/go-iden3-crypto/poseidon"
)
Expand Down
2 changes: 1 addition & 1 deletion aggregator/prover/prover_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/0xPolygon/cdk/aggregator/prover"
"github.com/0xPolygon/cdk/aggregator/prover/mocks"
"github.com/0xPolygon/cdk/config/types"
"github.com/0xPolygon/cdk/log"
"github.com/agglayer/aggkit/log"
"github.com/ethereum/go-ethereum/common"
"github.com/stretchr/testify/mock"
"github.com/stretchr/testify/require"
Expand Down
280 changes: 0 additions & 280 deletions bridgesync/bridgesync.go

This file was deleted.

Loading

0 comments on commit f5f4a6d

Please sign in to comment.