Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@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.5.4
Released Thu, 05 Jul 2018 13:07:42 GMT
Features
Adapter.getTransactionReceipt
now waits for an in-progress transaction to be mined before attempting to get the receipt (@colony/colony-js-adapter-ethers
, @colony/colony-js-client
)Adapter.getTransactionReceipt
and Adapter.waitForTransaction
now accept a timeout argument (default: 5 minutes) (@colony/colony-js-adapter-ethers
)Bug fixes
0x0
) are now padded to full-length, which resolves an issue with EthersAdapter
(@colony/colony-js-contract-client
)isEmptyHexString
utility function now evaluates the input type (@colony/colony-js-utils
)Maintenance
ColonyClient.createTask
; the given domain ID for the task is now confirmed to exist before proceeding (@colony/colony-js-client
)@colony/colony-js-contract-client
)DomainAdded
event, which is emitted when calling ColonyClient.addDomain
(@colony/colony-js-client
)PotAdded
event, which is emitted when calling ColonyClient.addDomain
and ColonyClient.createTask
(@colony/colony-js-client
)TaskDeliverableSubmitted
and TaskWorkRatingRevealed
events, which are available to listen on via ColonyClient.events
(@colony/colony-js-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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.