Seunggon Kim

Results 5 issues of 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...

enhancement

https://github.com/line/centraldogma-python/pull/41/checks?check_run_id=8556868807

miscellaneous
needs info

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...

improvement

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...

new feature

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 -...

cleanup