mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
5f571cccca
The method 'getoffer' should support looking up a user's open-offers, and other users' available offers. - Adjust api-beta-test-guide.md to use only 'getoffer'. - Adjust trade simulation scripts to use only 'getoffer'. - Adjust api testcases to use 'getoffer' in place of 'getmyoffer'. - Mark appropriate methods and protobuf msgs as deprecated. |
||
---|---|---|
.. | ||
api-beta-test-guide.md | ||
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.
- api-beta-test-guide.md: How to run the test harness and tutorial script, and beta test the API with the new CLI.