AndreMiras / EtherollApp

Provably fair dice game running on the Ethereum blockchain
MIT License
57 stars 22 forks source link

Delete legacy dependencies #122

Closed AndreMiras closed 5 years ago

AndreMiras commented 5 years ago

Mainly pyetherapp and pyethereum are legacy and should be replaced by eth-* libraries. It may still be a problem with the file system account management that's not yet available in https://github.com/ethereum/eth-account

AndreMiras commented 5 years ago

We may need https://github.com/ethereum/eth-account/issues/47 before tackling it, otherwise we would have to rewrite the Account class from pyethapp from scratch.