-
Notifications
You must be signed in to change notification settings - Fork 654
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removed the duplicate functions #1441
Commits on Oct 26, 2018
-
I removed the duplicate functions from /fixtures/normalization.py mai…
…nly except the functions under the header "Fixture Normalizers" as I felt those belonged and as such removed them from /_utils/normalization.py instead.
Configuration menu - View commit details
-
Copy full SHA for f3dafb0 - Browse repository at this point
Copy the full SHA f3dafb0View commit details
Commits on Oct 29, 2018
-
Make accidentially private methods public
These methods were named so that they appeared private by convention. This convention causes trouble in the documentation where these methods are righfully dropped. Since these methods aren't really private in reality (they need to be overwritten in subclasses), they were renamed, migrating their naming from `_*` to `do_*`.
Configuration menu - View commit details
-
Copy full SHA for 58e4eaf - Browse repository at this point
Copy the full SHA 58e4eafView commit details -
Plugins: replace
running
bool with PluginStatus enumThis enables the plugin to read the status of the four formal states a plugin can be in. Previously even though the four states existed implicitly, it could only be differentiated between the STARTED/STOPPED state based on the `running` bool. This change also has the nice benefit that we can make stronger assumptions about the status inside `start()` and raise an exception if `start()` was called on a plugin that isn't in the correct status to call `start()`
Configuration menu - View commit details
-
Copy full SHA for 99f44ec - Browse repository at this point
Copy the full SHA 99f44ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 455678e - Browse repository at this point
Copy the full SHA 455678eView commit details
Commits on Nov 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2a65ca4 - Browse repository at this point
Copy the full SHA 2a65ca4View commit details
Commits on Nov 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 150808f - Browse repository at this point
Copy the full SHA 150808fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf4a24c - Browse repository at this point
Copy the full SHA cf4a24cView commit details -
Configuration menu - View commit details
-
Copy full SHA for abea333 - Browse repository at this point
Copy the full SHA abea333View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc842c1 - Browse repository at this point
Copy the full SHA dc842c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d0f188 - Browse repository at this point
Copy the full SHA 7d0f188View commit details
Commits on Nov 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c0de429 - Browse repository at this point
Copy the full SHA c0de429View commit details -
I removed the duplicate functions from /fixtures/normalization.py mai…
…nly except the functions under the header "Fixture Normalizers" as I felt those belonged and as such removed them from /_utils/normalization.py instead.
Configuration menu - View commit details
-
Copy full SHA for 5f8270a - Browse repository at this point
Copy the full SHA 5f8270aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a116bcb - Browse repository at this point
Copy the full SHA a116bcbView commit details -
Merge branch 'remove-duplicate-functions' of https://github.com/isaac…
…elee/py-evm into remove-duplicate-functions
Configuration menu - View commit details
-
Copy full SHA for 0f109b3 - Browse repository at this point
Copy the full SHA 0f109b3View commit details -
I removed the duplicate functions from /fixtures/normalization.py mai…
…nly except the functions under the header "Fixture Normalizers" as I felt those belonged and as such removed them from /_utils/normalization.py instead.
Configuration menu - View commit details
-
Copy full SHA for e3e628a - Browse repository at this point
Copy the full SHA e3e628aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 294a8b5 - Browse repository at this point
Copy the full SHA 294a8b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0acaf9 - Browse repository at this point
Copy the full SHA a0acaf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88b2001 - Browse repository at this point
Copy the full SHA 88b2001View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97b2639 - Browse repository at this point
Copy the full SHA 97b2639View commit details