Move to frostfs-node

Signed-off-by: Pavel Karpy <p.karpy@yadro.com>
This commit is contained in:
Pavel Karpy 2022-12-23 20:35:35 +03:00 committed by Stanislav Bogatyrev
parent 42554a9298
commit 923f84722a
934 changed files with 3470 additions and 3451 deletions

View file

@ -3,9 +3,9 @@ package audit
import (
"fmt"
"github.com/TrueCloudLab/frostfs-node/pkg/morph/client"
"github.com/nspcc-dev/neo-go/pkg/encoding/fixedn"
"github.com/nspcc-dev/neo-go/pkg/util"
"github.com/nspcc-dev/neofs-node/pkg/morph/client"
)
// Client is a wrapper over StaticClient

View file

@ -3,8 +3,8 @@ package audit
import (
"fmt"
"github.com/nspcc-dev/neofs-node/pkg/morph/client"
auditAPI "github.com/nspcc-dev/neofs-sdk-go/audit"
"github.com/TrueCloudLab/frostfs-node/pkg/morph/client"
auditAPI "github.com/TrueCloudLab/frostfs-sdk-go/audit"
)
// GetAuditResult returns audit result structure stored in audit contract.

View file

@ -4,9 +4,9 @@ import (
"crypto/sha256"
"fmt"
"github.com/TrueCloudLab/frostfs-node/pkg/morph/client"
cid "github.com/TrueCloudLab/frostfs-sdk-go/container/id"
"github.com/nspcc-dev/neo-go/pkg/vm/stackitem"
"github.com/nspcc-dev/neofs-node/pkg/morph/client"
cid "github.com/nspcc-dev/neofs-sdk-go/container/id"
)
// ListAllAuditResultID returns a list of all audit result IDs inside audit contract.

View file

@ -3,8 +3,8 @@ package audit
import (
"fmt"
"github.com/nspcc-dev/neofs-node/pkg/morph/client"
auditAPI "github.com/nspcc-dev/neofs-sdk-go/audit"
"github.com/TrueCloudLab/frostfs-node/pkg/morph/client"
auditAPI "github.com/TrueCloudLab/frostfs-sdk-go/audit"
)
// ResultID is an identity of audit result inside audit contract.

View file

@ -4,11 +4,11 @@ import (
"testing"
"time"
"github.com/TrueCloudLab/frostfs-node/pkg/morph/client"
auditAPI "github.com/TrueCloudLab/frostfs-sdk-go/audit"
cidtest "github.com/TrueCloudLab/frostfs-sdk-go/container/id/test"
"github.com/nspcc-dev/neo-go/pkg/crypto/keys"
"github.com/nspcc-dev/neo-go/pkg/util"
"github.com/nspcc-dev/neofs-node/pkg/morph/client"
auditAPI "github.com/nspcc-dev/neofs-sdk-go/audit"
cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test"
"github.com/stretchr/testify/require"
)
@ -16,7 +16,7 @@ func TestAuditResults(t *testing.T) {
t.Skip()
const epoch = 11
endpoint := "http://morph_chain.neofs.devenv:30333"
endpoint := "http://morph_chain.frostfs.devenv:30333"
sAuditHash := "cdfb3dab86e6d60e8a143d9e2ecb0b188f3dc2eb"
irKeyWIF := "L3o221BojgcCPYgdbXsm6jn7ayTZ72xwREvBHXKknR8VJ3G4WmjB"