-
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
Remove address_dao_transactions
, use dao_events
instead
#297
Labels
Comments
Updated from mingchang: So I put this into hold on and adjust its priority |
The new_dao_depositor and take_away_all_deposit event types in the Dao event are only used for daily statistics calculations, so they may be removed.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
dao_events
tables actually contains all the information inaddress_dao_transactions
So we can directly use
dao_events
to establish the relationship between address and dao transactions.The text was updated successfully, but these errors were encountered: