-
Notifications
You must be signed in to change notification settings - Fork 29
Update examples to use latest linera-web APIs. #49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 11 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
acd76ad
Add basic EmbeddedEIP191Signer
deuszx 89496ed
Use IJsSigner interface exported from linera-protocol
deuszx 1086fca
Work with string types in JS api
deuszx 3d9516f
Move the sample Embedded signer to linera-protocol repo
deuszx a8bb8eb
Use updated APIs
deuszx 01610ef
Integrate MetaMask example
deuszx f236412
Update hosted fungible demo to use embedded signer
deuszx 052b2f3
Fix CI
deuszx 369b78d
Adapt to work with latest version of linera-web
deuszx 39c57b5
Update git submodule to point at main. Workspace deps
deuszx 300de33
Update to work w/ latest main branch
deuszx 23c9787
Pull in faucet url and app IDs via env vars
deuszx 43f2b6f
Make base demos use the PrivateKey signers
deuszx 6e71b49
Add separate counter with MetaMask integration
deuszx 93f5409
Remove imported Buffer
deuszx 4fad1ef
COmmit newlines at the end of the files
deuszx 26be11f
Initialize a Signer in extension example
deuszx 1ce1a4b
Add section to README about env vars
deuszx af5b5af
Replace magic-nix-cache with flakehub-cache
deuszx 8575cf4
Remove extension from workspace
deuszx 6730616
Move linera-protocol out of the workspace
deuszx 01328d9
See if this helps
deuszx ad24510
Update submodule
deuszx 67d2443
Move linera-protocol back to workspace member
deuszx a887355
Call install --frozen-lockfile in root package.json
deuszx ecb6e5f
Update to use main linera-protocol
deuszx c980910
Merge remote-tracking branch 'origin/main' into embedded-js-signer
deuszx b8867be
Do not install deps in pnpm build for hosted-counter eexample
deuszx 1e31661
Generate new privkey for every app load
deuszx File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule linera-protocol
updated
236 files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,5 +9,17 @@ | |
| "keywords": [], | ||
| "author": "Linera <[email protected]>", | ||
| "license": "Apache-2.0", | ||
| "devDependencies": {} | ||
| "dependencies": { | ||
| "@linera/client": "file:./linera-protocol/linera-web", | ||
| "@linera/signer": "file:./linera-protocol/linera-web/signer" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/chrome": "^0.0.267", | ||
| "@types/jest": "^29.5.14", | ||
| "@types/node": "^24.0.0", | ||
| "@types/randomstring": "^1.3.0", | ||
| "ts-auto-guard": "^5.0.1", | ||
| "typescript": "^5.8.3", | ||
| "vite": "^5.4.5" | ||
| } | ||
| } | ||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.