Skip to content

Commit

Permalink
Merge pull request #389 from hypersign-protocol/develop
Browse files Browse the repository at this point in the history
v0.2.1: Release
  • Loading branch information
arnabghose997 committed Mar 13, 2024
2 parents d6fba2c + 5ab94e1 commit ad30181
Show file tree
Hide file tree
Showing 33 changed files with 2,032 additions and 2,379 deletions.
2 changes: 1 addition & 1 deletion cmd/hid-noded/cmd/generate_ssi.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ func generateDidCmd() *cobra.Command {

switch keyringBackend {
case "test":
kr, err = keyring.New(appName, "test", didAliasConfig.HidNodeConfigDir, nil, nil)
kr, err = keyring.New(appName, "test", didAliasConfig.HidNodeConfigDir, nil, app.MakeEncodingConfig().Codec)
if err != nil {
return err
}
Expand Down
5 changes: 0 additions & 5 deletions tests/e2e/ssi_tests/DEPRECATION.md

This file was deleted.

8 changes: 0 additions & 8 deletions tests/e2e/ssi_tests/README.md

This file was deleted.

126 changes: 0 additions & 126 deletions tests/e2e/ssi_tests/broadcast_txs/tx_broadcast.json

This file was deleted.

3 changes: 0 additions & 3 deletions tests/e2e/ssi_tests/constants.py

This file was deleted.

0 comments on commit ad30181

Please sign in to comment.