mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
b7fb3df0d4
Some API reference & Python bot examples exposed an API bug the Java CLI has been hiding. Due due this Bisq v1 Offer entity design: - In fiat offers, the baseCurrencyCode=BTC, counterCurrencyCode=FiatCode - In altcoin offers, baseCurrencyCode=AltcoinCode, counterCurrencyCode=BTC, new API examples were not doing what the CLI has been doing for several months, which is get (cryptocurrency) all BTC offers from the server, and filter on the altcoin code. The CLI side filtering should have been done on the server, as it is in this commit. A lot of dead gRPC client side offer filtering code is removed as well. Based on `master`. |
||
---|---|---|
.. | ||
docs | ||
scripts | ||
src | ||
dao-setup.gradle |