Skip to content

History / Home

Revisions

  • 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.

    @JoeGruffins JoeGruffins committed Mar 10, 2026
  • zcash: Update to v6.11.0. (#3499)

    @JoeGruffins JoeGruffins committed Feb 6, 2026
  • build: Go 1.25 and update github actions (#3347) * lint: Ensure format strings are constant. While not technically a syntax error, passing non-constant format strings into printf is something which can be detected by linters. * wiki: Fix alignment in Home.md table. * ci: Build with go 1.25. * ci: Update GitHub Actions and linter.

    @jholdstock jholdstock committed Nov 29, 2025
  • 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

    @JustinBeBoy JustinBeBoy committed Nov 11, 2025
  • wiki: Update Zcash(d) version to v6.3.0 (#3372) 5.9.1 -> 6.3.0 - 5.9.1 is deprecated but can maybe work in emergency if the chain is -reindex'd and resynced (not tested) - 6.3.x versions will be the last for Zcashd Dex works with v6.3.0. Co-authored-by: dev-warrior777 <>

    @dev-warrior777 dev-warrior777 committed Oct 13, 2025
  • 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>

    @ukane-philemon ukane-philemon committed May 19, 2025
  • client: Deserialize Firo blocks from wire bytes (#3263) * client: Deserialize Firo blocks from wire bytes De-serialize: - header: for either regtest, mainnet or testnet - minimally: all Firo transaction types to reach the start of the next transaction in a block stream. - fully: Normal transparent transactions Return de-serialized header and any Normal transparent transactions as wire.MsgTx's * client,test: Fix regnet test * client: Fix TransactionSpork TransactionSpork, TransactionQuorumCommitment both have zero transaction inputs or outputs. * client: Fix TransactionAlias TRANSACTION_ALIAS is a regular spark spend transaction, but contains additional info, it is a spark name transaction. In this tx besides spark spend outputs you also have data about created/modified spark name. * client/docs: New Firo version "This mandatory release introduces Spark Names, allowing users to register unique, easy-to-remember aliases instead of long cryptographic addresses." https://github.com/firoorg/firo/releases/tag/v0.14.14.1 * client: Fix testnet typo and clean up comments * client: Update based on review from JoeGruffins * client: Update on review from MartonP --------- Co-authored-by: dev-warrior777 <>

    @dev-warrior777 dev-warrior777 committed May 12, 2025
  • docs: add polygon full node (#3167)

    @bochinchero bochinchero committed Jan 31, 2025
  • docs: wiki restructuring (#3026) * docs: restructure * Add steps for private key export under troubleshooting * fix language switching

    @bochinchero bochinchero committed Jan 30, 2025
  • bisonw: brand wallet (#2778) * rebrand everything

    @buck54321 buck54321 committed May 22, 2024
  • wiki: Update Native-BTC-Wallet-Recovery-and-Rescanning.md and Home.md (#2473) * wiki: update BTC Native wallet recovery/rescan wiki --------- Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com>

    @ukane-philemon ukane-philemon committed Sep 6, 2023
  • wiki: Simplify contribution instructions.

    @JoeGruffins JoeGruffins committed Sep 15, 2022
  • fix wiki lint errors

    @ukane-philemon ukane-philemon committed Aug 22, 2022
  • fix the wiki

    @chappjc chappjc committed Aug 18, 2022
  • wiki: Update contributing instructions.

    @JoeGruffins JoeGruffins committed Aug 13, 2022
  • docs: Add the wiki to docs/wiki This imports the wiki contents at commit 3f0a68ea2897c54c64c9d859b7b7c5575fd4387e to the docs/wiki folder. Created with the command: git subtree add --prefix docs/wiki/ https://github.com/dcrdex/dcrdex.wiki.git master --squash After these changes, collaborators can update the wiki in the docs/wiki folder with normal pull requests to the dcrdex repository. Once PRs are merged, the updated docs/wiki folder can then be pushed to the actual wiki by a wiki admin with something like: git subtree push --prefix docs/wiki thewiki master or git push thewiki $(git subtree split --prefix docs/wiki):master --force where "thewiki" is a remote name for https://github.com/dcrdex/dcrdex.wiki.git.

    @JoeGruffins JoeGruffins committed Aug 1, 2022