Skip to content
This repository has been archived by the owner on Dec 29, 2018. It is now read-only.

Releases: themuseblockchain/Muse-Source

Soft forking bugfix

19 Jul 14:33
2ba60b7
Compare
Choose a tag to compare

This release fixes a problem with the original STEEM codebase.

Witness nodes should upgrade in order to keep malformed transactions from entering the block chain. As of now, no such transactions have been observed, however, if some appear then all nodes must upgrade within a week.

Bugfix release

27 Jun 19:35
d510281
Compare
Choose a tag to compare

This release fixes a bug in the 0.3.0 release that would cause nodes to hang after a restart, unless option --replay-blockchain was used.

It also includes some logging optimizations.

MUSE Core Release 0.3.0

20 May 08:27
9e5e708
Compare
Choose a tag to compare

This is a consensus-changing release with a hardfork scheduled for 2018-06-07T15:00Z.

This release contains a bug that can cause nodes to get stuck after a restart. As a workaround, always use option --replay-blockchain on restart.

All nodes must upgrade!

Important changes:

  • security fixes ported from BitShares
  • ported disabling of witnesses from STEEM #54
  • publish chain id in P2P connections (preparing to reject unknown chain ids) #57
  • various fixes wrt proposals #45 #83
  • new API to query open proposals #85
  • new plugin to allow tagging of users via custom_json operation #93
  • bugfix wrt basic_authority #82
  • NTP support removed from the code - servers must now synchronize their clocks (as is standard anyway)
  • P2P bugfix ported from STEEM

Release Candidate 2 for 0.3.0

13 May 18:27
9e5e708
Compare
Choose a tag to compare
Pre-release

Contains some bugfixes on top of RC1, mostly API-related.

Release Candidate 1 for 0.3.0

11 May 19:36
f4b8e9d
Compare
Choose a tag to compare
Pre-release

This is a (preliminary) consensus-changing release with a hardfork scheduled for 2018-06-07T15:00Z.

All nodes must upgrade!

Important changes:

  • security fixes ported from BitShares
  • ported disabling of witnesses from STEEM #54
  • publish chain id in P2P connections (preparing to reject unknown chain ids) #57
  • various fixes wrt proposals #45 #83
  • new API to query open proposals #85
  • new plugin to allow tagging of users via custom_json operation #93
  • bugfix wrt basic_authority #82
  • NTP support removed from the code - servers must now synchronize their clocks (as is standard anyway)
  • P2P bugfix ported from STEEM

Maintenance Release

13 Feb 16:36
905b85b
Compare
Choose a tag to compare

This release contains the following bug fixes and improvements.

All nodes are advised to upgrade.

  • more default seed nodes, including a DNS seed #53
  • add chain ID to p2p hello message #56
  • logging of empty blocks during normal operation #59
  • various post-hardfork cleanups, not relevant for consensus #60
  • ported p2p network fixes from Steem #61
  • ported improved startup logic from BitShares, fixing #5
  • updated fc library to latest Steem-fc, ported Boost compatibility updates from BitShares #49
  • partial fix for #63

MUSE 0.2.1 Release

01 Jan 20:46
88b1349
Compare
Choose a tag to compare

This release contains numerous updates, modifications and bugfixes.

It includes a hardfork that is scheduled for 2018-01-17 15:40:00 UTC. All nodes must upgrade before that time.

  • Fixed content payouts #26
  • Fixed friendship score calculation #20
  • Replaced broken content_remove operation with content_disable #23
  • Fixed handling of third_party flag #24
  • Fixed total_supply tracking #18
  • Modify payout schedule #22
    • Hardfork 1 was never activated, thus payouts are still way lower than desired
    • total inflation is now 4.75% annually
    • 20% of total inflation is paid out to witnesses
    • 30% of total inflation is paid to the vesting fund
    • 50% of total inflation is paid out to content
    • Curation rewards were removed
  • Replaced the optional copyright field in content metadata with a generic JSON field #15
  • Fixed content_operation #42