Merge pull request #206 from joostjager/doc-api-support

readme: document api support level
This commit is contained in:
Joost Jager 2020-05-20 14:12:46 +02:00 committed by GitHub
commit dae3165b9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -336,3 +336,16 @@ Its location is `~/.loopd/<network>/loop.db`.
It is possible to execute multiple swaps simultaneously. Just keep loopd
running.
## API Support Level
### Server
The Loop server API and on-chain scripts are kept backwards compatible as long
as reasonably possible.
### Client
When breaking changes to the Loop client daemon API are made, old fields will be
marked as deprecated. Deprecated fields will remain supported until the next
minor release.