You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
edit balcheck to accept bech32 decoded addresses instead of full addresses
add configuration variables for balcheck url and the sample rate
in the /account/:addr/balance endpoint of api-server asynchronously make a HTTP call to the balcheck service /check/:addr, do the request only if an extracted random number is less than the configured sample rate
The text was updated successfully, but these errors were encountered:
DoD:
/account/:addr/balance
endpoint of api-server asynchronously make a HTTP call to the balcheck service/check/:addr
, do the request only if an extracted random number is less than the configured sample rateThe text was updated successfully, but these errors were encountered: