Skip to content
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

Keep track of collateral #1836

Merged
merged 10 commits into from
Jul 29, 2019
Merged

Conversation

pmconrad
Copy link
Contributor

Resolves #1089
Resolves #1781

Note: the implementation via secondary index has the downside that subscriptions to asset objects will not get notified whenever the tracked values change. There is a precedent in wallet_api: vesting_balance_object_with_info also contains additional values where changes are ignored on subscriptions.

Note 2: the mechanism applied here, i. e. add the secondary indexes after replay, could be used on other indexes as well, which would help speed up replay. See discussion in #452 for example.

@pmconrad pmconrad added this to the 3.3.0 - Feature Release milestone Jun 29, 2019
@abitmore
Copy link
Member

abitmore commented Jul 1, 2019

Enable the new plugin by default?

@pmconrad
Copy link
Contributor Author

pmconrad commented Jul 1, 2019

Good idea. Still should highlight this in the release notes.

Copy link
Contributor

@jmjatlanta jmjatlanta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code looks good. Tests run fine and are complete. Tested on macOS 10.14 / Boost 1.69. Good job.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants