-
Notifications
You must be signed in to change notification settings - Fork 2
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
Allow for destructed contracts #22
Comments
We will also need to write a separate process for updating the "yes"/"no" values in the "requiresUpdating" field. |
The harvest.py maintains a list of contract addresses (which have ABIs and can therefore have their state updated in real-time). When run in the
If a contract is destructed it will still show up the self.esAbiAddresses (which is updated every block). All we need to do to stop the state updating is to add an additional condition to the function that populates the self.esAbiAddresses. The current function is called
|
Obviously another separate process with awareness of the contract's destruction will still be required to set the |
Show only the last known state of a contract, which has since been destructed.
Display a flag which shows that the contract has been destructed.
The text was updated successfully, but these errors were encountered: