Releases: poanetwork/posdao-contracts
POSDAO on xDai v0.2.2
POSDAO on xDai v0.2.1
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
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
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
This release updates the TxPermission
contract implementation due to its optimizations.
Previous TxPermission implementation: https://blockscout.com/poa/xdai/address/0xD788988e49977A6f7c9374c29286B627B0B1D2c9/contracts
Current (new) TxPermission implementation: https://blockscout.com/poa/xdai/address/0x369Df7F48F6662d08Cc78af543776f4dB568d353/contracts
Upgrading transaction: https://blockscout.com/poa/xdai/tx/0x43fd11a92155f3ef45eb6ed51b16c8a9a977e17fa176a2e943336d1d8fdc1ec6/logs
POSDAO on xDai v0.1.7
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
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
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
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