Skip to content

Releases: steemit/steem

Steem 0.14.0

08 Sep 14:26
Compare
Choose a tag to compare
Steem 0.14.0 Pre-release
Pre-release

DO NOT USE 0.14.0

This release is deprecated and is not compatible with the Steem Network.

Steem 0.14.0 rc1

02 Sep 19:27
Compare
Choose a tag to compare
Steem 0.14.0 rc1 Pre-release
Pre-release
v0.14.0rc1

Bump fc

Steem 0.13.0

15 Aug 13:59
Compare
Choose a tag to compare

This release implements a hard fork on Mon, 15 Aug 2016 14:00:00 GMT if the majority of witnesses upgrade.

This hardfork will fix the following issues:

  1. minimal rshares per vote will now be enforced
  2. new proof of work algorithm that prevents short cut calculations

This is a release tagged on master and is identical to the rc3 release tagged on staging.

Steem 0.13.0

12 Aug 20:02
Compare
Choose a tag to compare

This release implements a hard fork on Mon, 15 Aug 2016 14:00:00 GMT if the majority of witnesses upgrade.

This hardfork will fix the following issues:

  1. minimal rshares per vote will now be enforced
  2. new proof of work algorithm that prevents short cut calculations

Steem 0.12.2

24 Jul 02:48
Compare
Choose a tag to compare

This is a soft-fork and an update to Hard Fork 12 to address oversized blocks and transactions.

All witnesses should update as soon as possible.

Steem 0.12.1

22 Jul 20:44
Compare
Choose a tag to compare

This release contains performance improvements for running a local node and is optional. v0.12.0 and v0.12.1 are compatible with each other.

Steem 0.12.0

21 Jul 19:37
Compare
Choose a tag to compare

This hardfork is scheduled for 2016-07-26T15:00:00 UTC (11:00:00 EDT).

This hardfork introduces a number of changes that effect how root comment payouts work. They should not impact how normal users use Steem.

Issue #176

Each root level comment has a reward weight which impacts the end payout of the post. We are targeting 4 posts in 24 hours. Your first 4 posts in 24 hours will not be penalized. After that, they weight is decreased from 100% based on your average posting frequency. Having a frequency just barely higher than 1 every 6 hours will have very little impact, while spamming will be penalized heavily. This change is aimed to increase the quality of content at the cost of quantity.

Issue #177

Each discussion goes through a two stage payout. The first one is nearly identical to what currently happens on a new discussion except that we are weighting payout times by 12 hours instead of 24. This should cycle through currently trending content quicker. There is a second voting period set to 30 days after the first payout. This should help posts that don't have immediate viral success accumulate votes and have more consistent payouts in the long run. After the second payout a discussion becomes "frozen". The discussion is no longer editable and new replies are disabled. Users can still vote on comments in these discussions as a "nod" to the author without costing their posting power or awarding reward shares.

Issue #178

There has been a lot of controversy surrounding liquidity rewards. We are refraining from making a judgment at this point but want to spend more time reviewing their impact. We do believe that in their current form the liquidity rewards are simply too much for the value thy provide. As such, we are temporarily disabling liquidity rewards until we can design a better solution. In the meantime, a transaction fee free market should be incentive enough for users to continue to use the Steem internal market.

Issue #179

The average block size calculation is too high. We are reducing the minimum block size limit from 128k to 64k and changing the average block size threshold from max_block_size / 2 to max_block_size / 4. The net result is that the average block size threshold can be 4 times smaller. If witnesses chose to vote this way, it will make triggering transaction bandwidth limits easier, which is currently not applying except in the most extreme circumstances.

Issue #184

Fixed a bug in the cli wallet that incorrectly allowed the wallet to attempt to broadcast an update account operation from a locked wallet. The broadcast would fail but created a poor user experience.

Issue #186

Added recovery operations to account history so they can be tracked more easily.

Steem 0.11.0

17 Jul 03:31
Compare
Choose a tag to compare

Steem 0.11.0 release!

  • Hardfork 11 scheduled for 2017-07-17T15:00:00 UTC (11:00:00 EDT). All witnesses should update immediately.
  • Adds blockchain support for account recovery #169.

Steem 0.11.0

17 Jul 02:17
Compare
Choose a tag to compare
Steem 0.11.0 Pre-release
Pre-release

-Hardfork 11 enables blockchain level account recovery (see #169).

Note: There is an incorrect hardfork constant. This release should not be ran on a production node.

Steem 0.10.1

16 Jul 16:16
Compare
Choose a tag to compare

This is an optional witness node update that disables posting operations and custom operations from being included during block production.