Green LWSS 2
For Green LWSS 2, users will be requested to upgrade their colonies to v11, as well as upgrade OneTxPayment
and VotingReputation
. This is not yet available in the app but will be in the new year. Users are recommended to not upgrade on the contract level until they can do so through the app, otherwise their colony will not be accessible.
The xDai ColonyNetwork remains at:
xdai: 0x78163f593D1Fa151B4B7cacD146586aD2b686294
The mainnet address for the Network contract remains unchanged, but we recommend is no longer used.
Functionality
- Emit an event when Arbitrary Transactions are used in a colony to interact with another contract (#1104)
- Add multicall support to the contracts as a whole, which allows a single transaction to make multiple calls on the same contract. This will allow a reduction in gas costs when it is supported by the front-end (#1091)
- Added
nonces
to the Token contract that we deploy, so that it is EIP2612 compatable (#1108) - Add the
ReputationBootstrapping
extension which allows people to configure the starting state of reputation in their colony. This is not yet available in the frontend, or deployed. (#1086)
Fixes
- In order to keep the codebase DRYer, refactored some logic common to extensions (#1061)
- Fix a missing check on
ecrecover
used in the Tasks functionality (which is not exposed currently to users of the app) (#1109) - Use a better (but not perfect) way to randomise the ordering in each reputation cycle when miners are able to submit states or respond to challenges during a dispute. (#1102)