laconicd-deprecated/tests/integration_tests/contracts
Daniel Burckhardt 9bbf356c6b
tests(rpc): add filter tests (#1233)
* tests(rpc): add pending transaction filter test

* tests(rpc): add block filter and event log  test

* tests(rpc): simplify to cluster instead of comparing types

* tests(rpc): wip filter by address

* tests(rpc): add get_logs test

* fix flake8 linter

* fix flake8 linter

* add caching to readme

* add caching to readme

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
2022-08-12 13:57:57 +00:00
..
contracts tests(rpc): add filter tests (#1233) 2022-08-12 13:57:57 +00:00
.gitignore imp(tests): integration tests setup (#1196) 2022-07-27 13:27:07 +00:00
hardhat.config.ts imp(tests): integration tests setup (#1196) 2022-07-27 13:27:07 +00:00
package-lock.json build(deps): bump @openzeppelin/contracts (#1205) 2022-07-27 13:28:35 +00:00
package.json imp(tests): integration tests setup (#1196) 2022-07-27 13:27:07 +00:00
README.md imp(tests): integration tests setup (#1196) 2022-07-27 13:27:07 +00:00
tsconfig.json imp(tests): integration tests setup (#1196) 2022-07-27 13:27:07 +00:00

Sample Hardhat Project

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.

Try running some of the following tasks:

npx hardhat help
npx hardhat test
GAS_REPORT=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js