auburn-glider-rc.1
Pre-releaseThe existing Görli testnet deployment is upgraded to this version. Latest Colony contract version is 3. When upgrading your Colony, call colony.upgrade(3)
followed by colony.finishUpgrade2To3()
.
Address for the Network contract remain unchanged:
ColonyNetwork: 0x79073fc2117dD054FCEdaCad1E7018C9CbE3ec0B
Extension factories are new at:
OneTxPaymentFactory: 0xe4aaf13b6a3d84d9d025ef1e8aa1873ecb027322
OldRolesFactory: 0x99f831724f91c5e459e1d07cf80737de1273fc59
Functionality
- Allow users and colonies to update their OrbitDB store address #667
- Enable single transaction payment in subdomain where funds are sourced from the root domain #659
- Introduce the
ArbitrationRole
domain security role #648
Fixes
- Enables
slither
analyser on nightly builds #666 - Fixes to the reputation visualiser tree state not displaying #671
Maintenance
-
Code coverage updates #643
-
Network configuration updates #649
Addedtruffle network
configurations for forks ofgoerli
andmainnet
-goerliFork
andmainnetFork
respectively. Additionally 2 commands for starting each fork
yarn run fork:goerli
yarn run fork:mainnet
-
Package updates:
web3v1
,husky
,truffle-security
,eslint-config-prettier-6.0.0
,eslint-plugin-flowtype-3.11.1
,solidity-parser-antlr-0.4.5
,eth-gas-reporter-0.2.1
,eslint-config-prettier-5.0.0