bisq/apitest
ghubstan 987d89319e
Use ListenableFuture and callback when requesting tx fee
This change fixes the blocking problem in the fee rate request api.
Also redefined the TxFeeRateInfo.

- Redefined grpc.proto message TxFeeRateInfo, added
  lastFeeServiceRequestTs field. (CLI user may want to know
  TS of last fee request.)

- Adjusted TxFeeRateInfo proto wrapper.

- Adjusted CurrencyFormat and BtcTxFeeRateTest to new TxFeeRateInfo.

- Added @Getter annotation to FeeService.  (CLI user may want to know
  TS of last fee request).

- Pass resultHandler from GrpcWalletsService through CoreApi, to
  CoreWalletsService's tx fee rate api methods.
2020-12-01 21:10:47 -03:00
..
docs Refactor api getbalance methods. 2020-11-14 13:08:10 -03:00
scripts Add two new api method tests 2020-11-22 16:25:21 -03:00
src Use ListenableFuture and callback when requesting tx fee 2020-12-01 21:10:47 -03:00
dao-setup.gradle Delete commented statement 2020-07-13 19:48:59 -03:00