@colony/colony-js-contract-loader-http
Advanced tools
Changelog
v1.4.0
New features
ContractEvent
events subscription to ContractClient
, allowing for simple events subscription (@colony/colony-js-contract-client
)ColonyClient
, using new event subscriptions (@colony/colony-js-contract-client
)@colony/colony-js-client
)@colony/colony-js-client
)TokenClient
, a means of interacting with a colony's token contract (@colony/colony-js-client
)AuthorityClient
, a means of interacting with a colony's authority contract (@colony/colony-js-client
)token
and authority
when initializing a ColonyClient
(@colony/colony-js-client
)Enhancements
@colony/colony-js-contract-client
)EthersContract
to allow for events subscription with optional transaction hashes (@colony/colony-js-adapter
, @colony/colony-js-adapter-ethers
)@colony/colony-js-contract-client
)Documentation
addGlobalSkill
, addDomain
, setTaskRoleUser
, setTaskDomain
and setTaskSkill
(@colony/colony-js-client
)Changelog
v1.3.0
New features
Added colony-js-contract-loader-fs
: load contracts from the local file-system in node.
Changelog
v1.2.1
Documentation
Enhancements
@colony/colony-js-contract-client
)release
command for the project, streamlined prepublish hooks, simplified and improved babel configBug fixes
@colony/colony-js-contract-client
)@colony/colony-js-contract-client
)Changelog
v1.2.0
Enhancements
ipfsHash
parameter type, to more easily store/retrieve IPFS hashes from the contracts (@colony/colony-js-contract-client
)ipfsHash
type in ColonyClient
: getTask
, createTask
, submitTaskDeliverable
, setTaskBrief
(@colony/colony-js-client
)date
parameter type and implement it in ColonyClient
: getTask
, getTaskWorkRatings
, setTaskDueDate
(@colony/colony-js-client
)ColonyClient.createTask
(@colony/colony-js-client
)Bug fixes
ColonyClient.getTask
were handled properly (@colony/colony-js-client
)@colony/colony-js-contract-client
)Changelog
v1.1.0
Documentation
@colony/colony-js-client
(yarn build:docs
, also runs on precommit hook)New features
ColonyNetworkClient.getMetaColonyClient
ColonyClient.getDomain
bignumber
parameter type for contract methodsrole
parameter type for contract methodsaddParamType
methodEnhancements
null
ColonyNetworkClient
/ColonyClient
to match colonyNetwork
MultisigOperation
, the operation is refreshed to get the latest valuesBug fixes
babel-runtime dependency
Changelog
v1.0.0
Released Tue, 22 May 2018 17:19:06 GMT