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

feat: extract wallet api to own service #90

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

onbjerg
Copy link
Member

@onbjerg onbjerg commented Nov 20, 2024

Extracts the wallet_ namespace to its own standalone service in preparation for other things.

@onbjerg onbjerg added the enhancement New feature or request label Nov 20, 2024
Comment on lines -59 to -60
// register odyssey wallet namespace
if let Ok(sk) = std::env::var("EXP1_SK") {
Copy link
Contributor

Choose a reason for hiding this comment

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

my guess is we want to have a way to both run it as part of the node, and as a separate service?

Copy link
Member Author

@onbjerg onbjerg Nov 21, 2024

Choose a reason for hiding this comment

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

ok, although it won't use the mempool apis as it does now so it's gonna be a bit jank

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants