Skip to content

[internal/cosmos-sdk] support for ledger devices error in several tests #2450

@Unique-Divine

Description

@Unique-Divine

Context

From internal/cosmos-sdk/justfile

test:
  #!/usr/bin/env bash
  go test ./x/...
  go test ./baseapp/...
  # FIXME: Fails due to ledger error. This was not fixed in t# cosmos-sdk.
  # We'll need to do it here in order to run the tests for the entire repo.
  # go test ./types/...

To fix, work on debugging from

cd internal/cosmos-sdk
go test ./types/... 2>&1

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

Status

✅ Completed

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions