We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updating links
typos and other fixes
docs: typos and updating your orders
docs: restructuring
Fix markdown lint warnings (#2996)
docs: update client install doc for Dash and Firo (#2878) Co-authored-by: dev <xorzero777@gmail.com>
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 <ukanephilemon@gmail.com>
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 <ukanephilemon@gmail.com>
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>
wiki: update client install and config page
wiki: fix Zcash typo and update min recommended zcashd version Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com>
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.
wiki: add Ethereum page
multi: build with eth code by default This negates the lgpl build tag, making it nolgpl. The importlgpl.go files in the CLI app (main) packages are updated to indicate that the `nolgpl` build tag should be used to exclude such code if it is not acceptble. Use eth-specific packages now implies lgpl. That is, we gate at the import of these packages in the cmd apps that would use them via their importlgpl.go files that require the !nolgpl build tag. All docs and scripts are updated for the new default.
docs: replace weird symbols on wiki
wiki: pull requests section of contrib guide
add reporter for missing ntfn translations
wiki: Simplify contribution instructions.
add network specific docs for dcrdex regfeexpub
client/webserver: translate on load