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

Merge shared-db branch into develop #472

Merged
merged 138 commits into from
Nov 4, 2016
Merged

Merge shared-db branch into develop #472

merged 138 commits into from
Nov 4, 2016

Conversation

theoreticalbts
Copy link
Contributor

No description provided.

Michael Vandeberg and others added 30 commits September 15, 2016 12:36
Setting reset account requires owner key. After 60 days of inactivity the reset account can change the owner authority of the account.
Challenging owner authority is enabled but only if being challenged by the reset account.
Account reset is opt-in but accounts are grandfathered in on setting their first reset account by only requiring their posting key. This is so that accounts that were managing their keys separately and lost their owner key can set a reset account and have a chance at securing their account.
This change reduces the amount of dynamic memory allocation used and
reduces string comparisons.
# Conflicts:
#	libraries/app/database_api.cpp
#	libraries/chain/include/steemit/chain/steem_objects.hpp
#	libraries/plugins/follow/follow_plugin.cpp
I don't understand (1) why the parent commit broke the build, or (2) why this commit fixes it.  The linker is a creature of dark magic.
Use find_account() in HF9 logic
Serialize operations in account history
Finish removing std::stringstream from raw_block_api.cpp
Result of running following commands on previous commit:

    find . -name "*.*pp" -type f -print0 | xargs -0 sed -i 's/generic_json_evaluator_registry/custom_operation_interpreter/g'
    find . -name "*.*pp" -type f -print0 | xargs -0 sed -i 's/json_evaluator_registry/generic_custom_operation_interpreter/g'
    find . -name "*.*pp" -type f -print0 | xargs -0 sed -i 's/generic_evaluator/evaluator_base/g'
    find . -name "*.*pp" -type f -print0 | xargs -0 sed -i 's/set_custom_json_evaluator/set_custom_operation_interpreter/g'
    find . -name "*.*pp" -type f -print0 | xargs -0 sed -i 's/_custom_json_evaluators/_custom_operation_interpreters/g'
    find libraries/plugins -name "*.*pp" -type f -print0 | xargs -0 sed -i 's/_evaluator_registry/_custom_operation_interpreter/g'

    git mv libraries/chain/include/steemit/chain/generic_json_evaluator_registry.hpp libraries/chain/include/steemit/chain/custom_operation_interpreter.hpp
    git mv libraries/chain/include/steemit/chain/json_evaluator_registry.hpp libraries/chain/include/steemit/chain/generic_custom_operation_interpreter.hpp
Michael Vandeberg and others added 27 commits October 24, 2016 16:57
Updates shared-db to 0.15.0

# Conflicts:
#	libraries/chain/database.cpp
#	libraries/chain/hardfork.d/0-preamble.hf
#	libraries/chain/hardfork.d/0_15.hf
Copy link
Contributor

@mvandeberg mvandeberg left a comment

Choose a reason for hiding this comment

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

Immediate bugs have been addressed. Steemit.com works when pointing to a shared-db node.

@mvandeberg mvandeberg merged commit c1aa1aa into develop Nov 4, 2016
@mvandeberg mvandeberg deleted the shared-db branch December 14, 2016 22:01
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.

7 participants