bisq/apitest
ghubstan 6b2c386a7c
Fix call rate metering interceptor bug
The gRPC interceptor was not using the correct method/ratemeter
map key, and failing to find a rate meter for the server call.

- Fix the rate meter key lookup bug.

- Disable most strict, default call rate meters in tests.
  Made an adjustment to the test harness' scaffold setup so an interceptor
  testing or disabling config file is always picked up by bob and alice
  daemons.

- Set arbitration daemon's registerDisputeAgent rate @ 10/second, so
  it does not interfere with the test harness.  (There is no pre-existing
  arb node appDataDir before that daemon starts.)

Note:  The test harness cannot install the custom rate metering file in
an arb daemon's appDataDir before it starts because there is no dao-setup
file for that node type.

TODO:  Adjust api simulation scripts to interceptor bug fix.
2021-02-27 21:47:52 -03:00
..
docs Add missing punctuation (.) 2021-02-16 09:36:24 -03:00
scripts Display buyer's cost in api's gettrade output 2021-02-26 15:25:31 -03:00
src Fix call rate metering interceptor bug 2021-02-27 21:47:52 -03:00
dao-setup.gradle Delete commented statement 2020-07-13 19:48:59 -03:00