andelf / tronpy

TRON Python Client Library.
MIT License
204 stars 96 forks source link

ETH-ABI #68

Closed Whitev2 closed 1 year ago

Whitev2 commented 1 year ago

I earnestly ask you to translate the project under eth-abi>=3.0.1

Whitev2 commented 1 year ago

Version less than 3.0.0 causes conflict with library web3

danielqba commented 1 year ago

@andelf still active?

MrNaif2018 commented 1 year ago

Hi! In case someone needs it, I maintain a version of tronpy here with some fixes including this one: https://github.com/bitcartcc/tronpy It is used in production by us, fixes are mostly for AsyncTron, AsyncContract etc as we only use async interfaces

andelf commented 1 year ago

@danielqba @MrNaif2018 I haven't worked in the crypto field for some days. I need to transfer pip maintainer to anyone who wants.

MrNaif2018 commented 1 year ago

@andelf I think yeah, I can handle it (+push permissions here to fix some bugs) I am MrNaif on PyPI

andelf commented 1 year ago

Many thanks! @MrNaif2018 I just invited you to this project and PyPI Maintainer.

You can also reach me at [github_username]@gmail.com.

MrNaif2018 commented 1 year ago

Thanks! I will start cleaning up issues and PRs in the next few hours and probably do a PyPI release soon :+1:

MrNaif2018 commented 1 year ago

Fixed by b8b48ca4016a5a3f1a9acc0bbff7c929a8f9107f

MrNaif2018 commented 1 year ago

Hi @andelf! Is it possible for me to get admin role, or something like that? I want to set up CircleCI here for automated testing and releases like I did here for example: изображение (or maybe if possible, a transfer to bitcartcc org where I can manage it all as an org admin, but it's up to you)

For now I've merged and resolved most issues, I want to set up tests, linting & formatting pipeline and then it's good to go

Whitev2 commented 1 year ago

@MrNaif2018, many thanks!

MrNaif2018 commented 1 year ago

The PyPI release is out!