Skip to content

Bitgreen v1.2.1

Compare
Choose a tag to compare
@abhath-labs abhath-labs released this 26 Jun 10:00
· 18 commits to develop since this release
9328437

What's Changed

Release Notes

Notable Changes :

  • Staking rewards are reflected in the user wallet now, previously the rewards were only reflected in the parachain staking module, we have now modified this to also reflect on the user reserved balance,
  • Duplicate delegations are disabled, you cannot use the same address to run a collator and to delegate to another/same collator. Existing delegations will not be removed but any new duplicate delegations will fail.
  • Withdraw unbond is now permissionless, if a candidate has unbonded, and has gone past the expiry window then any account can call withdraw unbond and release the candidate and all the delegator funds.
  • Added a delegate_more function, this call will allow you to incease the amount delegated to an already existing delegation.
  • Bug fixes related to candidates getting kicked due to inactivity.

Docker Image

docker pull ghcr.io/bitgreen/bitgreen-node:1.2.1

Collator Note : This is only a runtime upgrade, you are not required to update binary.

Full Changelog: v1.1.6...v1.2.1