Skip to content

History

Revisions

  • improve wiki and review changes Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com>

    @ukane-philemon ukane-philemon committed Aug 24, 2023
    000e286
  • wiki: add wiki for DEX trading account management Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com>

    @ukane-philemon ukane-philemon committed Aug 24, 2023
    a65782c
  • 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
  • wiki: revise ETH RPC providers list, advise against flashbots

    @chappjc chappjc committed Apr 6, 2023
    4353441
  • wiki: add Ethereum wallet recovery section

    @chappjc chappjc committed Apr 6, 2023
    9cd6a74
  • wiki: remove ArchiveNode from Ethereum page ArchiveNode is shutting down. Don't list it.

    @chappjc chappjc committed Apr 6, 2023
    cc0e273
  • wiki: add Ethereum page

    @chappjc chappjc committed Mar 22, 2023
    2e1be82
  • 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.

    @chappjc chappjc committed Feb 23, 2023
    fa33df3
  • docs: replace weird symbols on wiki

    @norwnd norwnd committed Feb 6, 2023
    eaa1937
  • wiki: pull requests section of contrib guide

    @chappjc chappjc committed Oct 26, 2022
    12b9fcd
  • add reporter for missing ntfn translations

    @chappjc chappjc committed Sep 15, 2022
    4083a4d
  • wiki: Simplify contribution instructions.

    @JoeGruffins JoeGruffins committed Sep 15, 2022
    ed2eddd
  • add network specific docs for dcrdex regfeexpub

    @ukane-philemon ukane-philemon committed Sep 14, 2022
    587b5bb
  • client/webserver: translate on load

    @chappjc chappjc committed Aug 31, 2022
    2cf677b
  • add how to get simnet funds

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

    @ukane-philemon ukane-philemon committed Aug 22, 2022
    057d2e3
  • wiki: add get-started guide for Go fuzzing

    @ukane-philemon ukane-philemon committed Aug 19, 2022
    5cfd56d
  • fix the wiki

    @chappjc chappjc committed Aug 18, 2022
    d776291
  • docs: move server instal to wiki, add install back to README

    @chappjc chappjc committed Aug 17, 2022
    fe35f2e
  • wiki: Move client install guides.

    @JoeGruffins JoeGruffins committed Aug 13, 2022
    ba63116
  • wiki: Update contributing instructions.

    @JoeGruffins JoeGruffins committed Aug 13, 2022
    145b0e2
  • update README for 0.5 release

    @chappjc chappjc committed Aug 5, 2022
    3e21161
  • 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
    cf29a7c