Skip to content

History

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
    c98fe1e
  • zcash: Update to v6.11.0. (#3499)

    @JoeGruffins JoeGruffins committed Feb 6, 2026
    c8ec923
  • 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
    fd02e11
  • 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
    bfd0844
  • docs/wiki: update and improve development and contribution guide (#3380) * docs/wiki: update and improve development and contribution guide - Add missing prerequisite and prepatation guide for Bison Wallet. - Add missing guide to build Bison Wallet from source. - Add missing guide to build Bison Wallet with docker. - Improve Wiki Contibution guide Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com> * multi: fix broken ETH RPC guide link Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com> * link to existing build from source guide Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com> --------- Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com>

    @ukane-philemon ukane-philemon committed Oct 28, 2025
    746fac7
  • 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>

    @ukane-philemon ukane-philemon committed Oct 20, 2025
    767c951
  • 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
    0095692
  • 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
    bb33d66
  • 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>

    @ukane-philemon ukane-philemon committed May 12, 2025
    c581359
  • 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
    2756811
  • Update dcrwallet to /v5. (#3234) * ci: Bump linter to 1.64.8. * ci: Bump to Go 1.24. Build and test on Go 1.24, remove Go 1.22. * deps: Update dcrwallet to /v5. This pulls the latest development version of dcrwallet (not yet tagged) and makes the necessary changes for it's updated public API, specifically changes around ticket purchasing and VSP clients.

    @jholdstock jholdstock committed Apr 11, 2025
    f2754c0
  • harness: Update eth to work with geth 1.14 and up. (#3123) * harness: Update eth to work with geth 1.14 and up. * harness/btc: Bind to address. * client: Update geth import to v1.14.13.

    @JoeGruffins JoeGruffins committed Feb 17, 2025
    c36d11d
  • docs: add polygon full node (#3167)

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

    @bochinchero bochinchero committed Jan 30, 2025
    d3df571
  • client/wiki: Update minimum Firo version to 0.14.14.0 (#3002) Update for consensus change hard fork Co-authored-by: dev-warrior777 <dev-warrior777@gmail.com>

    @dev-warrior777 dev-warrior777 committed Oct 14, 2024
    ac6080a
  • Fix markdown lint warnings (#2996)

    @peterzen peterzen committed Sep 30, 2024
    290a1f7
  • docs: update client install doc for Dash and Firo (#2878) Co-authored-by: dev <xorzero777@gmail.com>

    @dev-warrior777 dev-warrior777 committed Jul 24, 2024
    3d4ad74
  • move master to v1 (#2874)

    @buck54321 buck54321 committed Jul 22, 2024
    5bd5f8c
  • mm: allocate for redemptions when fee asset mismatch (#2863) * allocate for redemptions when fee asset mismatch * missing mutex lock * bump usdt redeem gas on mainnet * avoid duplicate slugs in bnc ticker request * fix withdraw error deadlock * enforce min transfers * add base fees to correct field * account for transferable in unbalanced state * display startup errors * a couple more ui fixes and improvements * scale booking fees by order reserves. allow starting with insufficient fee avail * default log level info. other logging fixes * don't show tx history for disabled wallets * remove overly-restrictive checkTrades warning. more logging fixes * add fiat conversions for cex inventory in running mmbot display * martonp review followup * fundedAndNotBalance only if can rebalance * allow over-allocating one side in starved condition * avoid double counting tokens or counting both eth and weth * more cex reconfig buttons * tokenids whoopsie and cex balance stuff

    @buck54321 buck54321 committed Jul 18, 2024
    f5d07c4
  • bisonw: brand wallet (#2778) * rebrand everything

    @buck54321 buck54321 committed May 22, 2024
    90f4d56
  • use bison.exchange for testnet (#2760)

    @buck54321 buck54321 committed May 10, 2024
    c275992
  • wiki: Update wiki to reflect current DEX client account creation flow (#2538) * Update wiki - Move DEX Account creation guide from Client-Installation-and-Configuration.md to DEX-Trading-Account-Management.md - Update several old wiki images and add new ones. - Update Testnet-Testing.md, Client-Installation-and-Configuration.md, and DEX-Trading-Account-Management.md

    @ukane-philemon ukane-philemon committed Oct 28, 2023
    1dd87d6
  • Localized strings in staking UI (#2544)

    @peterzen peterzen committed Oct 17, 2023
    fefd9e1
  • fix typos (#2533)

    @omahs omahs committed Sep 29, 2023
    916eb23
  • bump versions (#2521) - Bump go.mod versions from 1.18 to 1.19 - Bump CI build.yml versions to 1.20 and 1.21 - Bump CI actions versions - Update Dockfile go and node images Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com>

    @ukane-philemon ukane-philemon committed Sep 26, 2023
    cb394e0
  • wiki-formatting-changes (#2516)

    @buck54321 buck54321 committed Sep 10, 2023
    8d88ca3
  • 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
    bf1cca4
  • wiki: add wiki for DEX trading account management (#2468) * wiki: add wiki for DEX trading account management Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com>

    @ukane-philemon ukane-philemon committed Aug 28, 2023
    0a33d43
  • wiki: update client install and config page

    @chappjc chappjc committed Jun 25, 2023
    fd6cb0e
  • wiki: fix Zcash typo and update min recommended zcashd version Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com>

    @ukane-philemon ukane-philemon committed Apr 15, 2023
    33aa96f