Skip to content

GoShimmer-0.9.1

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jun 10:56
· 747 commits to develop since this release
f028843

v0.9.1 - 2022-06-22

This release introduces the rate setter which allows nodes to estimate their fair rate of block creation and makes removing proof-of-work possible. Congestion is completely handled by the rate-setter and congestion control algorithms (capped at 30 BPS). Access mana is not decaying and is pledged to the node until it's re-pledged to another node. The release also includes new time concepts which make the network more resilient against mana going offline which in the past caused confirmations to stop permanently.

The snapshot has been changed and thus the ledger state is fully reset.

  • Fix mount volume (#2300)
  • Remove pow in default config.json (#2299)
  • Update TSC to compare tangle time with time of confirmed message. (#2167)
  • Adds rate setter in data flow (#1557)
  • Update congestion control documentation (#2097)
  • AccessMana is now Mana1 (#2271)
  • Fix: faucet waits longer for messages to be booked (#2280)
  • Correct pre-devnet and devnet identities in snapshot generation tool (#2279)