We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ui: Add user warnings and new user banner. (#3552) Add a same-seed reuse warning in the new wallet form for native wallets. Add a dismissible banner for new users linking to wiki tips. Create Market Making wiki page. Fix grammar, typos, and outdated information across all wiki pages. Replace hardcoded version numbers with generic placeholders. Add missing assets and token info to the supported assets table. Add New Users section to Home with beginner tips. Fix TOC and sidebar structure.
Fix markdownlint errors (#3410) * Fix markdownlint errors in documentation * fix remaining markdownlint errors in wiki docs * fix all markdownlint errors in documentation * Fix GitHub Actions cache conflict
multi: update list of RPC providers (#3382) * multi: update list of RPC providers Following the update from Blast API about their service shutting down, this PR does the following. - Remove Blast API RPC endpoints and replace them with tested dRPC endpoints. - Add dRPC endpoint for Polygon testnet. - Add dRPC endpoint for ETH mainnet. Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com> * client/asset/eth: fix formatting Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com> --------- Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com>
Update project readme and docs with `brew install` for Bison Wallet (#3274) * update project readme and docs with brew install Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com> * docs: fix formatting issues with .md files Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com> * docs/wiki: fix formatting in .md files Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com> * docs/wiki: add language to fenced code blocks Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com> --------- Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com>
multi: Add fee rate estimate oracle for tatanka (#2769) * add fee estimate oracle for tatanka Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com> * upate comment Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com> * review changes Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com> * multi: rename terms, fix bugs, add test for fee rate oracle - Export ToCoinID for repeat use - Add extra checks to *Tatanka.handlePostBond - Add default debug log Rename all occurrences of fee estimate to fee rate estimate and formatting Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com> --------- Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com>
docs: wiki restructuring (#3026) * docs: restructure * Add steps for private key export under troubleshooting * fix language switching