ethereum / sharding

Sharding manager contract, and related software and tests
480 stars 105 forks source link

Fixed CI + bug of test_get_eligible_proposer() #53

Closed hwwhww closed 6 years ago

hwwhww commented 6 years ago

1. Fixed CI

The reason why CI was broken earlier is that the setup.py of pyethereum commit doesn't compatible with the latest setuptools. So, sadly, this patch just set pip install setuptools==37.

2. Fixed bug of test_get_eligible_proposer()

Added the missing assert.