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

[Pre-release][on Build] error: no matching function for call to ‘catalyst::BlockChainState::get_tip_segment #7

Closed
ghost opened this issue May 25, 2018 · 2 comments

Comments

@ghost
Copy link

ghost commented May 25, 2018

When trying to build with master branch on May 25th (After merging pull request):

error: no matching function for call to ‘catalyst::BlockChainState::get_tip_segment(const catalyst::api::BlockHeader&, catalyst::Height&, bool) const’
auto timestamps_window = get_tip_segment(prev_info, blocks_count, false);

=> Related to src/Core/BlockChain.hpp
See commit @row47: dirtybits/catalyst@c3b8c62

When rollbacked, compilation succeeds.
Code missing to implement the current function ?

@ghost ghost changed the title [on Build] error: no matching function for call to ‘catalyst::BlockChainState::get_tip_segment [Pre-release][on Build] error: no matching function for call to ‘catalyst::BlockChainState::get_tip_segment May 25, 2018
@dirtybits
Copy link
Owner

Looking into this, thank you.

@ghost
Copy link
Author

ghost commented Jun 6, 2018

Potential fix with migration to 3.11 with pull request #12

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

No branches or pull requests

1 participant