Skip to content

History / Simnet Testing

Revisions

  • docs: restructuring

    @bochinchero bochinchero committed Nov 14, 2024
  • 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
  • bisonw: brand wallet (#2778) * rebrand everything

    @buck54321 buck54321 committed May 22, 2024
  • docs: replace weird symbols on wiki

    @norwnd norwnd committed Feb 6, 2023
  • add how to get simnet funds

    @ukane-philemon ukane-philemon committed Aug 23, 2022
  • fix wiki lint errors

    @ukane-philemon ukane-philemon committed Aug 22, 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