Skip to content

Releases: poanetwork/posdao-contracts

POSDAO on xDai v0.2.2

19 Mar 11:03
Compare
Choose a tag to compare
  • New changeMiningAddress and changeStakingAddress functions.
  • Refactorings and minor improvements.

POSDAO on xDai v0.2.1

30 Dec 08:16
Compare
Choose a tag to compare

This release updates the ValidatorSetAuRa contract implementation to add a minor fix related to reportMalicious mechanism.

Previous ValidatorSetAuRa implementation: https://blockscout.com/poa/xdai/address/0x804fd653320996631804cfC563b95d31dD072747/contracts

Current (new) ValidatorSetAuRa implementation: https://blockscout.com/poa/xdai/address/0xF7bf3339dE9B4c21289AAe221Bd9CC68A7886E46/contracts

Upgrading transaction: https://blockscout.com/poa/xdai/tx/0xf2918e8904fe999784095f3707098ca6c4c6afc83b2536d67d473ee55a799439/logs

POSDAO on xDai v0.2.0

16 Dec 10:30
Compare
Choose a tag to compare

The release upgrades the StakingAuRa and BlockRewardAuRa contract implementations to switch them from a non-bridged STAKE token contract to the bridged one.

Now, POSDAO uses the bridged STAKE token for staking.

POSDAO on xDai v0.1.9

02 Dec 09:20
Compare
Choose a tag to compare

This release updates the StakingAuRa contract implementation: now it supports using transferAndCall function of the staking token ERC677 contract for stake and addPool operations.

Previous StakingAuRa implementation: https://blockscout.com/poa/xdai/address/0x563166Ef3A06f57b0D3400d7662835296Ad66524/contracts

Current (new) StakingAuRa implementation: https://blockscout.com/poa/xdai/address/0xa753E6Df2c7205a615F2EeDe52275aDC0a9fda22/contracts

Upgrading transaction: https://blockscout.com/poa/xdai/tx/0x43e3fa49c8ec45265210292eccbf90e8dbb892a65d6c6040804fefb39d9c12e9/logs

POSDAO on xDai v0.1.8

29 Oct 12:13
Compare
Choose a tag to compare

POSDAO on xDai v0.1.7

27 Aug 07:47
Compare
Choose a tag to compare

This release updates the StakingAuRa contract implementation due to the changes in the withdrawal mechanism for the initial validators which makes sure they cannot withdraw initial stake. This is only for initial validators. They can withdraw their stakes which are above the irreducible balance (initial stake).

Previous StakingAuRa implementation: https://blockscout.com/poa/xdai/address/0x864CC9cCb74686Ffa3EC35c6314AA728ef917D84/contracts

Current (new) StakingAuRa implementation: https://blockscout.com/poa/xdai/address/0x563166Ef3A06f57b0D3400d7662835296Ad66524/contracts

Upgrading transaction: https://blockscout.com/poa/xdai/tx/0x429fddd29ce14237da9bbfbba6b0e2bd8a5250f59b6f4e86b9fce6e1bb042f5f/internal_transactions

POSDAO on xDai v0.1.6

28 May 13:31
Compare
Choose a tag to compare

This release updates the StakingAuRa contract implementation due to a small fix in the StakingAuRa.areStakeAndWithdrawAllowed getter. The previous release of this getter returned false one block later than expected after a staking window had closed (i.e. disallow period was one block less than it was defined in stakeWithdrawDisallowPeriod).

Previous StakingAuRa implementation: https://blockscout.com/poa/xdai/address/0x365F19752F3deBAF29DCC61D5001AA4f311d700e/contracts

Current (new) StakingAuRa implementation: https://blockscout.com/poa/xdai/address/0x864CC9cCb74686Ffa3EC35c6314AA728ef917D84/contracts

Upgrading transaction: https://blockscout.com/poa/xdai/tx/0x330b50d8d5bc04f543add9d6bf305b2b58515ca356a514200d874e918de5e5b9/internal_transactions

POSDAO on xDai v0.1.5

06 May 11:54
Compare
Choose a tag to compare

This release contains an extended ERC677 token contract: the permit feature was added to ERC677BridgeTokenRewardable contract and the new STAKE token contract was deployed at the address 0xAb84415fBB0D35abc08dee250356F19Bc37aBaeA instead of previous contract.

The balances of StakingAuRa and BlockRewardAuRa contracts have been copied from the old token contract.

POSDAO on xDai v0.1.4

25 Mar 09:25
Compare
Choose a tag to compare

This is the first release of POSDAO contracts deployed on the xDai chain.

Deployment date: 24-03-2020
Activation (hard fork) date: 01-04-2020
Activation (hard fork) block: 9186425

The corresponding PR for chain spec definition: poanetwork/poa-chain-spec#140