Skip to content

Commit

Permalink
Expose signer pkg (#25)
Browse files Browse the repository at this point in the history
## Description Of Change

Move signer pkg from `internal` to `pkg` so that it can be imported from
outside.

## Testing Procedure

<!-- Describe how this change has been verified. Either via new
automated tests or manual testing -->
  • Loading branch information
drohit-cb authored May 22, 2024
1 parent 6950eda commit 0ece00a
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.6.1
2 changes: 1 addition & 1 deletion examples/ethereum/create-and-process-workflow/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"github.com/coinbase/staking-client-library-go/client/options"
"github.com/coinbase/staking-client-library-go/client/orchestration"
api "github.com/coinbase/staking-client-library-go/gen/go/coinbase/staking/orchestration/v1"
"github.com/coinbase/staking-client-library-go/internal/signer"
"github.com/coinbase/staking-client-library-go/pkg/signer"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion examples/solana/create-and-process-workflow/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"github.com/coinbase/staking-client-library-go/client/options"
"github.com/coinbase/staking-client-library-go/client/orchestration"
api "github.com/coinbase/staking-client-library-go/gen/go/coinbase/staking/orchestration/v1"
"github.com/coinbase/staking-client-library-go/internal/signer"
"github.com/coinbase/staking-client-library-go/pkg/signer"
)

const (
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0ece00a

Please sign in to comment.