Skip to content

Commit 68a4cb8

Browse files
committed
Move the sample Embedded signer to linera-protocol repo
1 parent 1086fca commit 68a4cb8

File tree

9 files changed

+130
-2322
lines changed

9 files changed

+130
-2322
lines changed

examples/hosted-counter/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"ci": "pnpm install --frozen-lockfile && pnpm build"
1313
},
1414
"dependencies": {
15-
"@linera/client": "file:../../linera-protocol/linera-web"
15+
"@linera/client": "file:../../linera-protocol/linera-web",
16+
"@linera/signer": "file:../../linera-protocol/linera-web/signer"
1617
},
1718
"devDependencies": {
1819
"vite": "^5.4.10"

examples/hosted-fungible/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"ci": "pnpm install --frozen-lockfile && pnpm build"
1313
},
1414
"dependencies": {
15-
"@linera/client": "file:../../linera-protocol/linera-web"
15+
"@linera/client": "file:../../linera-protocol/linera-web",
16+
"@linera/signer": "file:../../linera-protocol/linera-web/signer"
1617
},
1718
"devDependencies": {
1819
"vite": "^5.4.11"

extension/jest.config.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"build": "pnpm build:extension && pnpm build:library",
1313
"preview": "vite preview",
1414
"prepare": "pnpm build:library",
15-
"ci": "pnpm install --frozen-lockfile && pnpm build",
16-
"test": "jest"
15+
"ci": "pnpm install --frozen-lockfile && pnpm build"
1716
},
1817
"dependencies": {
1918
"@linera/client": "file:../linera-protocol/linera-web",
19+
"@linera/signer": "file:../../linera-protocol/linera-web/signer",
2020
"@shoelace-style/shoelace": "^2.16.0",
2121
"lit": "^3.2.0",
2222
"randomstring": "^1.3.0",

extension/src/signer/index.ts

Lines changed: 0 additions & 43 deletions
This file was deleted.

extension/src/signer/signer.test.ts

Lines changed: 0 additions & 16 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@
1313
"@types/chrome": "^0.0.267",
1414
"@types/jest": "^29.5.14",
1515
"@types/randomstring": "^1.3.0",
16-
"ethers": "^6.14.3",
17-
"jest": "^29.7.0",
1816
"ts-auto-guard": "^5.0.1",
19-
"ts-jest": "^29.3.4",
2017
"typescript": "^5.8.3",
2118
"vite": "^5.4.5"
2219
}

0 commit comments

Comments
 (0)