-
Notifications
You must be signed in to change notification settings - Fork 10
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
ARCO-205: use cache for updating txs in metamorph #601
Conversation
} | ||
|
||
// UnmarshalJSON Custom method to unmarshall the UpdateStatus struct | ||
func (u *UpdateStatus) UnmarshalJSON(data []byte) error { |
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.
Do you use them?
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.
This methods are automatically used by overwriting default methods which cannot marshal/unmarshal chainhash.Hash and error
Quality Gate failedFailed conditions |
* ARCO-205: use cache for updating txs in metamorph * ARCO-105: update tests * ARCO-205: fix serialization * ARCO-205: update serialization * ARCO-205: fix PR comments * ARCO-205: change fields for marshalling to private * ARCO-205: revert changes * ARCO-205: remove log
* ARCO-205: use cache for updating txs in metamorph * ARCO-105: update tests * ARCO-205: fix serialization * ARCO-205: update serialization * ARCO-205: fix PR comments * ARCO-205: change fields for marshalling to private * ARCO-205: revert changes * ARCO-205: remove log
Description of Changes
Use cache in metamorph to update tx
Linked Issues / Tickets
ARCO-205
Testing Procedure
Describe the tests you've added or any testing steps you've taken.
Checklist:
CHANGELOG.md
with my changes