mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
c1c099c832
- Added new method to CLI, split some long msg strings into two lines, and added a white space after a braceless else statement. - Added the gRPC server boilerplate. - Added the core implementation. - Added a test, and moved method wallet tests into their own package. |
||
---|---|---|
.. | ||
build-run.md | ||
README.md | ||
regtest-port-conflicts.md | ||
test-categories.md |
Bisq apitest docs
- build-run.md: Build and run API tests at the command line and from Intellij.
- test-categories.md: How to categorize a test case as
method
,scenario
ore2e
. - regtest-port-conflicts.md: Avoid port conflicts when running multiple bitcoin-core apps in regtest mode.