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

Fix account name index #648 #652

Merged
merged 1 commit into from
Dec 6, 2016
Merged

Fix account name index #648 #652

merged 1 commit into from
Dec 6, 2016

Conversation

mvandeberg
Copy link
Contributor

PR for #648

Account names were indexed on the comparator std::less< std::pair< uint64_t, uint64_t > > which yielded a different sort order than std::less< string >. This replaces the default comparator with a custom comparator that has the correct behavior and overloads it such that we can index account names by a string as well.

@theoreticalbts
Copy link
Contributor

AFAICT we never iterate by this index so we should be OK to do this without any hardfork.

@mvandeberg mvandeberg merged commit c651a51 into develop Dec 6, 2016
@mvandeberg mvandeberg deleted the 648-fix-lookup-accounts branch December 14, 2016 22:02
On1x pushed a commit to VIZ-Blockchain/viz-cpp-node that referenced this pull request May 28, 2018
On1x pushed a commit to VIZ-Blockchain/viz-cpp-node that referenced this pull request May 28, 2018
…nfig

Add missing plugins 'tags' into configuration files. steemit#652
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.

2 participants