Seunggon Kim
Seunggon Kim
In offline mode, this program does not need to check balance of addresses through Infura. Instead, the program only checks if an address from generated private key is in given...
https://github.com/line/centraldogma-python/pull/41/checks?check_run_id=8556868807
Motivation - Apply retryer to `BaseClient` - #46 Modifications - Use third-party library, `tenacity`, to retry at client. It helps to reduce boiler plate and feature implementations such as exponential...
Motivation - Sometimes there is a need to distribute traffics on client side like round-robin or weighted load balancing. - At least, making endpoint of Dogma a list would be...
As https://github.com/rickstaa/action-black described, official `psf/black` action has been released. Because `rickstaa/action-black` is no longer trivial, it would be better to change. Also we can specify the version. --- References -...