Skip to content

Delegate list#381

Open
louisinger wants to merge 3 commits intonextfrom
delegate-list
Open

Delegate list#381
louisinger wants to merge 3 commits intonextfrom
delegate-list

Conversation

@louisinger
Copy link
Copy Markdown
Contributor

No description provided.

@louisinger louisinger requested review from Kukks and bordalix March 8, 2026 12:04
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Mar 8, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

🗂️ Base branches to auto review (1)
  • next-version

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 63d2a4e6-670a-47f5-95d8-3d75e604416b

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch delegate-list

Tip

Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs).
Share your feedback on Discord.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages bot commented Mar 8, 2026

Deploying wallet-bitcoin with  Cloudflare Pages  Cloudflare Pages

Latest commit: fe6b465
Status: ✅  Deploy successful!
Preview URL: https://bf7f98b6.wallet-bitcoin.pages.dev
Branch Preview URL: https://delegate-list.wallet-bitcoin.pages.dev

View logs

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages bot commented Mar 8, 2026

Deploying wallet-mutinynet with  Cloudflare Pages  Cloudflare Pages

Latest commit: fe6b465
Status: ✅  Deploy successful!
Preview URL: https://70a99089.arkade-wallet.pages.dev
Branch Preview URL: https://delegate-list.arkade-wallet.pages.dev

View logs

.restore((conf) =>
// we enforce delegates on restore
updateConfig({ ...conf, delegate: true }),
updateConfig({ ...conf, delegates: { ...conf.delegates, enabled: true } }),
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

What happens if conf.delegates.activeUrl === undefined ? We set it to enabled but it won't have the url, meaning that it will be effectively disabled.

It can lead to bug reports difficult to understand.

aspUrl: defaultArkServer(),
currencyDisplay: CurrencyDisplay.Both,
delegate: import.meta.env.VITE_DELEGATE_ENABLED !== 'false',
delegates: getDefaultDelegatesForNetwork('bitcoin' as any),
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

'bitcoin' as Network

louisinger and others added 3 commits March 10, 2026 11:04
- Use 'bitcoin' as Network instead of 'bitcoin' as any (config.tsx)
- Ensure activeUrl is set when enabling delegates on restore (Restore.tsx)

Fixes concerns from @pietro909's review.
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