v1.13.0
New Features
- Add
getColonyClientmethod (@colony/colony-js-client) - Add
mainnetoption togetNetworkClient(@colony/colony-js-client) - Add
mainnetsupport to network loader (@colony/colony-js-contract-loader-network) - Add version 2 deployment to network loader (
@colony/colony-js-contract-loader-network)
Bug Fixes
- Fix
DomainAuthsender to account fordefaultValues(@colony/colony-js-client) - Fix
makeExecuteTaskRoleChangeinput to useaddress(@colony/colony-js-client) - Patch
lookupRegisteredENSDomainfor testnets. Domains were previously being returned ending in.ethon networks where the deployed ENS uses the.testTLD (@colony/colony-js-client) - Fix
getLogsmethod to correctly format topic filters (@colony/colony-js-contract-client)
Maintenance
-
Update
getReputationmethod for use withmainnetandgoerli(@colony/colony-js-client) -
Add
ColonyRoleSetevent, which replaces the existing role set events as the output of any methods which previously used them. The existing events remain in the client for the purpose of parsing logs which were created by previous versions of the contract (@colony/colony-js-client) -
Improve thrown error for
DomainAuthsender methods when the current address does not have permission (@colony/colony-js-client) -
Remove
rinkebydeployments from network loader, as they are no longer supported (@colony/colony-js-contract-loader-network) -
Remove unused network support from
getNetworkClient(@colony/colony-js-client) -
Updated caller methods in
TokenClient(@colony/colony-js-client)- Updated
approve- Changed
userinput parameter toaddress
- Changed
- Updated
burn- Changed
userinput parameter toaddress
- Changed
- Updated
mint- Changed
userinput parameter toaddress
- Changed
- Updated
-
Updated sender methods in
TokenClient(@colony/colony-js-client)- Updated
getAllowance- Changed
userinput parameter toaddress
- Changed
- Updated