Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@colony/colony-js-contract-loader
Advanced tools
This package exports an interface which is designed to be used for creating an Ethereum smart contract loading mechanism; for example, a contract loader might take a contract name as an argument, then look up some definition of the contract, and return the address of the deployed contract and its ABI definition.
yarn add @colony/colony-js-contract-loader
/* @flow */
import type { IContractLoader } from '@colony/colony-js-contract-loader';
This package is part of the colonyJS monorepo.
Please read our contributing guidelines.
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
)FAQs
Contract loader interfaces
We found that @colony/colony-js-contract-loader demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.