Merged
Conversation
7a68202 to
59b7a60
Compare
871426c to
0d515b2
Compare
jvff
approved these changes
Mar 21, 2025
This allows us to remove the logic around requesting applications, since linera-io/linera-protocol#3382 makes this transparent.
Twey
added a commit
to Twey/linera-protocol
that referenced
this pull request
May 15, 2025
* Create `hosted-counter` example * Use `linera-protocol` with faucet client crate * Request application * Bump `linera-protocol` * `examples/hosted-counter`: tweak styling * Cleanup * Bump `linera-protocol` This allows us to remove the logic around requesting applications, since linera-io#3382 makes this transparent. * `examples/hosted-counter`: externalize `@linera/client` * `hosted-counter`: port to mininet * `hosted-counter`: make more mobile-friendly * `examples/hosted-counter`: mobile improvements * `linera-protocol`: avoid deadlocking when reaping tasks * `examples`: abstract out stylesheet * `client`: improve error reporting * Clippy clean the client library * Fix extension build * Address review comments
Twey
added a commit
to Twey/linera-protocol
that referenced
this pull request
May 16, 2025
* Create `hosted-counter` example * Use `linera-protocol` with faucet client crate * Request application * Bump `linera-protocol` * `examples/hosted-counter`: tweak styling * Cleanup * Bump `linera-protocol` This allows us to remove the logic around requesting applications, since linera-io#3382 makes this transparent. * `examples/hosted-counter`: externalize `@linera/client` * `hosted-counter`: port to mininet * `hosted-counter`: make more mobile-friendly * `examples/hosted-counter`: mobile improvements * `linera-protocol`: avoid deadlocking when reaping tasks * `examples`: abstract out stylesheet * `client`: improve error reporting * Clippy clean the client library * Fix extension build * Address review comments
Twey
added a commit
to linera-io/linera-protocol
that referenced
this pull request
May 16, 2025
* Create `hosted-counter` example * Use `linera-protocol` with faucet client crate * Request application * Bump `linera-protocol` * `examples/hosted-counter`: tweak styling * Cleanup * Bump `linera-protocol` This allows us to remove the logic around requesting applications, since #3382 makes this transparent. * `examples/hosted-counter`: externalize `@linera/client` * `hosted-counter`: port to mininet * `hosted-counter`: make more mobile-friendly * `examples/hosted-counter`: mobile improvements * `linera-protocol`: avoid deadlocking when reaping tasks * `examples`: abstract out stylesheet * `client`: improve error reporting * Clippy clean the client library * Fix extension build * Address review comments
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Adds an example using the client library in ‘hosted’ mode, embedded directly in a webpage.
Atop #37.