ADAMANT Wallet Metadata 2.6.0: developer notes for wallet integrations #55
adamant-al
started this conversation in
Developers & API
Replies: 1 comment
-
|
Nice! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ADAMANT Wallet Metadata
2.6.0is prepared for release.This update is mainly relevant for developers who integrate ADAMANT built-in crypto wallets, wallet metadata, node lists, service definitions, or downstream wallet UI/configuration sync.
What changed for wallet and service developers
The
adamant-walletsrepository is the canonical source for coin, token, blockchain, node, service, icon, and schema metadata used by ADAMANT apps. Version2.6.0refreshes both the metadata itself and the documentation around how downstream consumers should read it.Key developer-facing changes:
assets/general/<coin-or-token>/info.jsonassets/blockchains/<blockchain>/info.jsonassets/blockchains/<blockchain>/<token>/info.jsonREADME.mdnow restores and expands field explanations for wallet metadata parameters, including nodes, services, fees, precision, icons, health checks, status flags, and transfer limits.specification/openapi.jsonnow covers more wallet metadata fields and nested structures, which should help SDKs, validators, schema consumers, and generated documentation stay closer to the real JSON shape.AGENTS.mdand.github/CONTRIBUTING.mdnow document repository-specific maintenance rules, validation expectations, issue/PR conventions, and metadata safety rules.Metadata updates to review downstream
Please review the following if your app, service, SDK, bot, or backend consumes ADAMANT wallet metadata directly or through bundled ADAMANT wallets:
tauri.bbry.appendless.bbry.appdebate.bbry.appRecommended checks for integrators
If you consume this repository in a wallet, exchange integration, monitoring service, mobile app, PWA, SDK, or custom backend:
2.6.0release is merged tomaster.status,defaultVisibility,defaultOrdinalLevel,decimals,cryptoTransferDecimals,minBalance,minTransferAmount,fixedFee,defaultFee, and icon paths.nodes,services,healthCheck,minVersion,hasIndex,alt_ip,txFetchInfo,txConsistencyMaxTime,timeout, or reliability gas settings.Links
Feedback from wallet, SDK, service, and integration maintainers is welcome in the release PR or this discussion.
Beta Was this translation helpful? Give feedback.
All reactions