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

Steem 0.16.0 #639

Merged
merged 226 commits into from
Nov 30, 2016
Merged

Steem 0.16.0 #639

merged 226 commits into from
Nov 30, 2016

Conversation

mvandeberg
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 25 commits November 23, 2016 14:53
p2p and database have a co-dependency on shutdown. This breaks the co…
Fix follow api calls and add follow count #574
Fix return type of get_active_witnesses()
Add chain_id reporting to network hello message #612
More application shutdown stability #613
Can specify shared file location with —shared-file-dir option #626
Soft fork to prevent tx spamming #523
The shared file directory is used when running in read only mode
Can't use /etc/hosts hostnames for endpoints #634
@mvandeberg mvandeberg merged commit 9ff5d76 into master Nov 30, 2016
@mvandeberg mvandeberg deleted the 20161129-steem_v0_16_0 branch November 30, 2016 14:57
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
…nations

Add paginations to social_network::get_account_votes. steemit#639
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.

9 participants