We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bison wallet and v1
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
add how to get simnet funds
fix wiki lint errors
wiki: add get-started guide for Go fuzzing
fix the wiki
docs: move server instal to wiki, add install back to README
wiki: Move client install guides.
wiki: Update contributing instructions.
update README for 0.5 release
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.