-
Notifications
You must be signed in to change notification settings - Fork 793
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.14.3 #536
Merged
Merged
Steem 0.14.3 #536
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
Custom ops can fail fast on producing nodes. Updated the follow plugin to throw exceptions on bad ops (handled by custom op code).
20160913 follow
#426 CI testing automation is slow
Fix deleting blog_object when comment is deleted #440
Fix and document get_replies_by_last_update #445
381 vop fixes
Posts in "@user/posts" are now stored as author/permlink.
Backported to develop as part of #476
Validate posting auth and check for account auth existence as a soft …
Update fc on develop to match shared-db branch
refactored documentation
does not run tests as part of main docker build
Update mining stats display #282
Removed addresses that were not responding ( multiple probes done over a week ), replaced with current when possible, added nodes provided by community ( thanks to @wackou for maintaining list ) IPs replaced with hostnames where applicable. Sorted by current approval rate for their providers ( where possible )
…s-list Improved and updated Steem seed nodes list
- Follow new plugin constructor API - Create impl class for plugin as well as API - Attach to on_applied_block() by default as this is so common
newplugin.py: Updates to new plugin template
Update compile-time constants
Remove deterministic_openssl_rand
Convert last_hardfork variable to uint32_t
Allow debug node to generate blocks without editing database
Fix mining threads #525
bytemaster
approved these changes
Oct 31, 2016
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.
Documentation changes
Functionality changes
Bugfixes
Architecture changes