-
Notifications
You must be signed in to change notification settings - Fork 18
improve: refactor common interfaces #940
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
base: master
Are you sure you want to change the base?
improve: refactor common interfaces #940
Conversation
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.
@james-a-morris How does this work with the existing data posted to arweave?
For the recent contract upgrades we had to define both of them concurrently, and ensure that the newly-named field is auto-populated post retrieval.
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.
we will need to either bump the arweave version or encode a backfill version
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.
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.
Looking good - I have a couple of minor observations; I think the arweave one is probably the most annoying.
1554da9
to
95b0bf0
Compare
1f75f21
to
e518a21
Compare
ec71d43
to
7929284
Compare
Signed-off-by: james-a-morris <[email protected]>
Signed-off-by: james-a-morris <[email protected]>
Signed-off-by: james-a-morris <[email protected]>
Signed-off-by: james-a-morris <[email protected]>
7929284
to
431f57a
Compare
Conflict in HubPoolClient that need to be solved |
Signed-off-by: james-a-morris <[email protected]>
Signed-off-by: james-a-morris <[email protected]>
Signed-off-by: james-a-morris <[email protected]>
This PR aims to refactor the common
SortableEvent
interface to make it more common between chain families (EVM/SVM)