We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
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 <[email protected]> * multi: fix broken ETH RPC guide link Signed-off-by: Philemon Ukane <[email protected]> * link to existing build from source guide Signed-off-by: Philemon Ukane <[email protected]> --------- Signed-off-by: Philemon Ukane <[email protected]>
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 <[email protected]> * client/asset/eth: fix formatting Signed-off-by: Philemon Ukane <[email protected]> --------- Signed-off-by: Philemon Ukane <[email protected]>
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 <>
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 <[email protected]> * docs: fix formatting issues with .md files Signed-off-by: Philemon Ukane <[email protected]> * docs/wiki: fix formatting in .md files Signed-off-by: Philemon Ukane <[email protected]> * docs/wiki: add language to fenced code blocks Signed-off-by: Philemon Ukane <[email protected]> --------- Signed-off-by: Philemon Ukane <[email protected]>
multi: Add fee rate estimate oracle for tatanka (#2769) * add fee estimate oracle for tatanka Signed-off-by: Philemon Ukane <[email protected]> * upate comment Signed-off-by: Philemon Ukane <[email protected]> * review changes Signed-off-by: Philemon Ukane <[email protected]> * 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 <[email protected]> --------- Signed-off-by: Philemon Ukane <[email protected]>
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 <>
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.
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.
docs: add polygon full node (#3167)
docs: wiki restructuring (#3026) * docs: restructure * Add steps for private key export under troubleshooting * fix language switching
client/wiki: Update minimum Firo version to 0.14.14.0 (#3002) Update for consensus change hard fork Co-authored-by: dev-warrior777 <[email protected]>
Fix markdown lint warnings (#2996)
docs: update client install doc for Dash and Firo (#2878) Co-authored-by: dev <[email protected]>
move master to v1 (#2874)
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
bisonw: brand wallet (#2778) * rebrand everything
use bison.exchange for testnet (#2760)
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
Localized strings in staking UI (#2544)
fix typos (#2533)
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 <[email protected]>
wiki-formatting-changes (#2516)
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 <[email protected]>
wiki: add wiki for DEX trading account management (#2468) * wiki: add wiki for DEX trading account management Signed-off-by: Philemon Ukane <[email protected]>
wiki: update client install and config page
wiki: fix Zcash typo and update min recommended zcashd version Signed-off-by: Philemon Ukane <[email protected]>
wiki: revise ETH RPC providers list, advise against flashbots
wiki: add Ethereum wallet recovery section
wiki: remove ArchiveNode from Ethereum page ArchiveNode is shutting down. Don't list it.