0.8.2 • Published 8 months ago

chai-link v0.8.2

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

To run the solidity-contract tests run yarn workspace chainlinkv0.5 setup from the root of the repo, then run yarn test from the evm directory. You can also run yarn test <test-file> to run tests for a specific contract.

The actual test script run on CI is in ../tools/ci/truffle_test.

To update the Slither detection database, run yarn build && slither --triage-mode ..