voith / eth-tester-rpc

Rewrite of piper merriams eth-testrpc
MIT License
3 stars 3 forks source link

Update eth-tester[py-evm] dependency #43

Closed cducrest closed 3 years ago

cducrest commented 3 years ago

This allows to no longer use vulnerable dependency cryptography<3.2. Update tests to work with newer version of web3 (it's mostly overriding some new tests of web3).

closes https://github.com/voith/eth-tester-rpc/issues/42

voith commented 3 years ago

@cducrest I'm sorry, I completely forgot about this issue. I can take a look at this PR tomorrow. Also, If you're interested in this project then I could add you as a maintainer to the repo. I no longer use this project and don't get enough time to work further on it.

voith commented 3 years ago

merged in #44. Thank you for your contribution.

cducrest commented 3 years ago

I'm not sure how well I can maintain this ad I'm often confused with the many intertwined parts of the web3 ecosystem. The only PR left I would probably open would be to add an option to disable printing if I ever come to it.

voith commented 3 years ago

I'm not sure how well I can maintain this ad I'm often confused with the many intertwined parts of the web3 ecosystem.

@cducrest I totally understand. All I can promise is that I will review and test any PRs that are raised.

The only PR left I would probably open would be to add an option to disable printing if I ever come to it.

I'll be glad to merge it. I had added those print statements while I was debugging some RPC calls. I forgot to remove them and they got shipped in all releases made hence after.