-
Notifications
You must be signed in to change notification settings - Fork 795
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
Steem 0.16.0 #639
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
…of using try/catch
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
p2p and database have a co-dependency on shutdown. This breaks the co…
605 clean warnings
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
587 read node forward
Fix type of proxied_vsf_votes
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
theoreticalbts
approved these changes
Nov 30, 2016
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.