Skip to content

Commit

Permalink
revert strica
Browse files Browse the repository at this point in the history
  • Loading branch information
jinglescode committed Aug 23, 2024
1 parent 9029d78 commit 2bb1cc9
Show file tree
Hide file tree
Showing 19 changed files with 209 additions and 1,026 deletions.
232 changes: 172 additions & 60 deletions package-lock.json

Large diffs are not rendered by default.

9 changes: 3 additions & 6 deletions packages/mesh-core-cst/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
},
"devDependencies": {
"@meshsdk/configs": "*",
"@types/bn.js": "^5.1.5",
"@types/pbkdf2": "^3.1.2",
"eslint": "^8.57.0",
"ts-jest": "^29.1.4",
Expand All @@ -43,10 +42,8 @@
"@harmoniclabs/plutus-data": "1.2.4",
"@harmoniclabs/uplc": "1.2.4",
"@meshsdk/common": "*",
"blakejs": "^1.1.1",
"bn.js": "^5.2.0",
"elliptic": "6.5.4",
"hash.js": "^1.1.7",
"@stricahq/bip32ed25519": "^1.1.0",
"@stricahq/cbors": "^1.0.0",
"pbkdf2": "^3.1.2"
},
"prettier": "@meshsdk/configs/prettier",
Expand All @@ -61,4 +58,4 @@
"blockchain",
"sdk"
]
}
}

This file was deleted.

This file was deleted.

29 changes: 20 additions & 9 deletions packages/mesh-core-cst/src/stricahq/bip32ed25519/index.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
import { PrivateKey } from "./private-key";
import { PublicKey } from "./public-key";
import { Bip32PrivateKey } from "./bip32-private-key";
import { Bip32PublicKey } from "./bip32-public-key";

import {
bip32ed25519,
StricaBip32PrivateKey,
StricaBip32PrivateKey as StricaBip32PrivateKeyType,
StricaBip32PublicKey,
StricaBip32PublicKey as StricaBip32PublicKeyType,
StricaPrivateKey,
StricaPrivateKey as StricaPrivateKeyType,
StricaPublicKey,
StricaPublicKey as StricaPublicKeyType,
} from "./wrapper";

export default bip32ed25519;
export {
PrivateKey as StricaPrivateKey,
PublicKey as StricaPublicKey,
Bip32PrivateKey as StricaBip32PrivateKey,
Bip32PublicKey as StricaBip32PublicKey,
StricaPrivateKey,
StricaPublicKey,
StricaBip32PrivateKey,
StricaBip32PublicKey,
StricaPrivateKeyType,
StricaPublicKeyType,
StricaBip32PrivateKeyType,
StricaBip32PublicKeyType,
};
45 changes: 0 additions & 45 deletions packages/mesh-core-cst/src/stricahq/bip32ed25519/private-key.ts

This file was deleted.

27 changes: 0 additions & 27 deletions packages/mesh-core-cst/src/stricahq/bip32ed25519/public-key.ts

This file was deleted.

23 changes: 0 additions & 23 deletions packages/mesh-core-cst/src/stricahq/bip32ed25519/utils.ts

This file was deleted.

32 changes: 0 additions & 32 deletions packages/mesh-core-cst/src/stricahq/cbors/buffer-list.ts

This file was deleted.

11 changes: 0 additions & 11 deletions packages/mesh-core-cst/src/stricahq/cbors/cbor-array.ts

This file was deleted.

11 changes: 0 additions & 11 deletions packages/mesh-core-cst/src/stricahq/cbors/cbor-map.ts

This file was deleted.

20 changes: 0 additions & 20 deletions packages/mesh-core-cst/src/stricahq/cbors/cbor-tag.ts

This file was deleted.

Loading

0 comments on commit 2bb1cc9

Please sign in to comment.