Skip to content

feat: Create Pool view#210

Open
0x-r4bbit wants to merge 2 commits into
mainfrom
feat/amm-pool-creation
Open

feat: Create Pool view#210
0x-r4bbit wants to merge 2 commits into
mainfrom
feat/amm-pool-creation

Conversation

@0x-r4bbit

Copy link
Copy Markdown
Collaborator

This is a Work in progress

Addresses #30

Comment thread apps/amm/result Outdated

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

This should not be commited.

// create_new now returns the new wallet's BIP39 mnemonic (empty on failure),
// not an int status code. TODO: surface this seed phrase to the user for
// backup — it is currently discarded, so the wallet can't be recovered.
const QString mnemonic = m_logos->logos_execution_zone.create_new(localConfig, localStorage, password);

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Where is this const being used? It just creates and discards?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

There's a TODO comment right there. But I've now addressed this in #197

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

This asks for securing wallet with password, but storage.rs ignores it

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Yes, this is a flaw in LEZ wallet atm. it doesn't encrypt the wallet files. But our UI still asks for a password, so it's a noop atm.

// Re-open an existing wallet; only show the create modal on first run.
if (root.backend && root.backend.walletExists)
logos.watch(root.backend.openExisting(),
function(ok) { if (!ok) console.warn("openExisting failed") },

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

As this is a GUI, surface user flow impacting errors as user dialog facing dialogs

@3esmit 3esmit force-pushed the chore/amm-app-lez-module branch 3 times, most recently from 295c4ef to 35c2dd7 Compare June 30, 2026 16:53
@0x-r4bbit 0x-r4bbit force-pushed the chore/amm-app-lez-module branch 2 times, most recently from bf72123 to 2b3ecad Compare July 2, 2026 16:38
@0x-r4bbit 0x-r4bbit changed the base branch from chore/amm-app-lez-module to main July 2, 2026 17:22
@0x-r4bbit 0x-r4bbit force-pushed the feat/amm-pool-creation branch from ffda1ad to 00e595a Compare July 2, 2026 17:23
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