-
Notifications
You must be signed in to change notification settings - Fork 734
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
Node/Gov: Add target to db #3791
Conversation
8ca12a5
to
62e5f98
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My only concern here is that there are now new error conditions in the governor code that don't seem to have explicit tests for them. I do not love that, but the change seems very straightforward and sensible.
c605aad
to
b45d86f
Compare
b45d86f
to
5022018
Compare
bb7571d
to
df47f9c
Compare
df47f9c
to
4a63c48
Compare
4a63c48
to
99dc44d
Compare
@SEJeff I've added more tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't re-review the entire thing, only the updated commit. This is great.
This PR adds the target chain and address to the governor transfers stored in the DB. It also handles reloading transfers that do not have those fields and migrating them to the new format.