mvshvets

Results 4 issues of mvshvets

Run trontools/quickstart: ``` docker run -it \ -p 9090:9090 \ --rm \ --name tron \ -d \ trontools/quickstart ``` Run curl: ``` >> curl http://127.0.0.1:9090/admin/accounts curl: (52) Empty reply from...

Thanks for this cool library! I recently decided to upgrade the project to python 3.10 and came across this: ``` File "/usr/local/lib/python3.10/site-packages/tronapi/__init__.py", line 11, in from eth_account import Account #...

**Describe the bug** Errors "ENOENT: no such file or directory" when building the project **Document** - **Expected behavior** There are no errors **Screenshots** **Desktop (please complete the following information):** -...

Currently, the function passed in the types parameter successfully processes only simple types. Is support for arrays expected to expand? This will cause an error now "options.types[key].replace is not a...