Skip to content
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

Separate faucet functionality into linera-faucet crate #3240

Merged
merged 10 commits into from
Feb 10, 2025
Merged

Conversation

Twey
Copy link
Contributor

@Twey Twey commented Feb 4, 2025

Motivation

We would like to be able to create wallets from the Web. Our current preferred flow for creating wallets involves contacting the faucet for the desired network, but the faucet is currently only available within linera-service.

Proposal

Create new crates with client and server for the faucet, on which linera-service and linera-web both depend.

Test Plan

Refactor: handled by existing tests.

Release Plan

  • Nothing to do / These changes follow the usual release cycle.

Links

@Twey Twey changed the title Faucet Separate faucet functionality into linera-faucet crate Feb 4, 2025
@Twey Twey force-pushed the faucet branch 2 times, most recently from 3051632 to d9a944a Compare February 5, 2025 15:43
@Twey Twey marked this pull request as ready for review February 5, 2025 17:08
@@ -0,0 +1,29 @@
[package]
name = "linera-faucet-server"
version = "0.1.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if this should follow the workspace version (version.workspace = true) instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It definitely should, thank you :)

@Twey Twey merged commit a592336 into linera-io:main Feb 10, 2025
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants