Steem 0.14.3 - #536
Merged
Merged
Conversation
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
On1x
pushed a commit
to VIZ-Blockchain/viz-cpp-node
that referenced
this pull request
May 28, 2018
On1x
added a commit
to VIZ-Blockchain/viz-cpp-node
that referenced
this pull request
Aug 12, 2026
…teemit#536) Require loan >= pm_min_liquidity in the pm_leverage_open evaluator. validate() only checks loan>0, so without a floor a Sybil could open unbounded near-zero loan positions on one market, each consuming a slice of the capped leverage fund and a settlement force-close slot -> a liquidation backlog that throttles PM cron throughput for ~N/cap blocks (see the leverage_sybil_settlement_is_cap _throttled coverage added in PR #151). A minimum loan bounds the global open position count to fund_total / pm_min_liquidity, so the backlog is bounded by construction. Reuses the existing median-voted pm_min_liquidity (no new chain property or serialization change); governance can still raise the floor. Adds the leverage_min_loan_floor_enforced consensus_sim case: a sub-floor loan is rejected, a loan exactly at the floor is accepted (so PR #151's Sybil case, which borrows exactly pm_min_liquidity, still opens).
On1x
added a commit
to VIZ-Blockchain/viz-cpp-node
that referenced
this pull request
Aug 19, 2026
…e per-transaction re-walks
This file contains hidden or 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
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