@colony/colony-js-client
Advanced tools
Changelog
v1.14.0
Features
eth_call
for Senders in order to simulate sending the transaction and receive a result or parsed revert error (@colony/colony-js-client
, @colony/colony-js-contract-client
, @colony/colony-js-adapter
, @colony/colony-js-adapter-ethers
)reason
property to transaction receipts (@colony/colony-js-contract-client
)makePaymentFundedFromDomain
(@colony/colony-js-client
)Bug fixes
@colony/colony-js-client
)Changelog
v1.13.2
New Features
verbose
option to ContractClient
(@colony/colony-js-contract-client
)verbose
option to getColonyClient
method (@colony/colony-js-client
)verbose
option to getNetworkClient
method (@colony/colony-js-client
)Bug Fixes
makeExecuteTaskRoleChange
(@colony/colony-js-client
)Changelog
v1.13.1
Bug fixes
@colony/colony-js-client
)Changelog
v1.13.0
New Features
getColonyClient
method (@colony/colony-js-client
)mainnet
option to getNetworkClient
(@colony/colony-js-client
)mainnet
support to network loader (@colony/colony-js-contract-loader-network
)@colony/colony-js-contract-loader-network
)Bug Fixes
DomainAuth
sender to account for defaultValues
(@colony/colony-js-client
)makeExecuteTaskRoleChange
input to use address
(@colony/colony-js-client
)lookupRegisteredENSDomain
for testnets. Domains were previously being returned ending in .eth
on networks where the deployed ENS uses the .test
TLD (@colony/colony-js-client
)getLogs
method to correctly format topic filters (@colony/colony-js-contract-client
)Maintenance
Update getReputation
method for use with mainnet
and goerli
(@colony/colony-js-client
)
Add ColonyRoleSet
event, 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 DomainAuth
sender methods when the current address does not have permission (@colony/colony-js-client
)
Remove rinkeby
deployments 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
)
approve
user
input parameter to address
burn
user
input parameter to address
mint
user
input parameter to address
Updated sender methods in TokenClient
(@colony/colony-js-client
)
getAllowance
user
input parameter to address