Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

DAWN-376 account history scope refactor fix #1111

Merged

Conversation

brianjohnson5972
Copy link
Contributor

Fixed refactor of account history processing of applied blocks.
#1046

@@ -467,7 +467,7 @@ void account_history_plugin::plugin_startup()
db.add_index<transaction_history_multi_index>();

my->chain_plug->chain().applied_block.connect ([&impl = my](const chain::block_trace& trace) {
impl->applied_block(trace.block);
impl->applied_block(trace);
Copy link
Contributor

Choose a reason for hiding this comment

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

I vote we add explicit to block.hpp block_trace(const signed_block& s); constructor.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I agree, added.

@heifner heifner merged commit 537871c into EOSIO:eos-noon Jan 16, 2018
@brianjohnson5972 brianjohnson5972 deleted the 376-account-history-scope-refactor-fix branch August 8, 2018 16:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants