Skip to content

Chore: refresh deprecated node and IPFS fallbacks#134

Open
adamantmm wants to merge 5 commits into
devfrom
chore/update-nodes
Open

Chore: refresh deprecated node and IPFS fallbacks#134
adamantmm wants to merge 5 commits into
devfrom
chore/update-nodes

Conversation

@adamantmm
Copy link
Copy Markdown
Member

Description

This PR refreshes deprecated node and IPFS fallbacks in shared wallet metadata for ADM and DOGE.

  • Removes a deprecated ADM node entry and a deprecated Tor IPFS onion endpoint
  • Updates alt_ip fallbacks for info.adamant.im, ipfs4.adm.im, and dogenode3.adm.im
  • Keeps the metadata shape unchanged, so no README or OpenAPI updates are required

Related issue

Closes #133

External links (optional)

None.

Screenshots or videos (optional)

N/A

Breaking changes

No.

How to test

  1. Run pnpm exec prettier --check assets/general/adamant/info.json assets/general/doge/info.json
  2. Review git diff origin/dev...HEAD and verify that only deprecated node entries and alt_ip values were updated.
  3. Optionally confirm ADM info/IPFS and DOGE service resolution in downstream wallet consumers.

Notes for reviewers

Please focus on the shared ADM metadata changes, especially the removed deprecated endpoints and the replacement alt_ip values.

Checklist

  • Code is formatted
  • Tests added/updated (if needed)
  • Documentation updated (if needed)
  • Changes tested in all relevant environments

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR refreshes shared wallet metadata for ADM and DOGE by removing deprecated endpoints and updating alt_ip fallback IPs to keep service discovery resilient without changing the metadata schema.

Changes:

  • Removed deprecated ADM node entry (https://phecda.adm.im) and a deprecated Tor IPFS onion endpoint from ADM metadata.
  • Updated alt_ip fallbacks for ADM info.adamant.im and ipfs4.adm.im.
  • Updated alt_ip fallbacks for DOGE dogenode3.adm.im (both node and /api service entries).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
assets/general/adamant/info.json Removes deprecated ADM/Tor IPFS endpoints and refreshes alt_ip fallbacks for info/IPFS services.
assets/general/doge/info.json Updates alt_ip fallback for dogenode3.adm.im in both node and indexer service definitions.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

[Task] Refresh deprecated node and IPFS fallbacks

2 participants