laconicd-deprecated/tests/integration_tests/contracts
Freddy Caceres ccbaf1fe05
imp(tests): prune node integration tests (#1212)
* first pass

* extra comment

* fixed pruned node tests. Fix getBalance on pruned. Fix BaseFee on pruned.

* fix tests execution

* check logs on tests

* address pr comments

* address comments

* Update rpc/namespaces/ethereum/eth/api.go

* update error msg check

* fix lint

* fix linter

* fix linter

* fix py lint

* test lint

* fix lint

* pin golangcli version

* pin golanci version

* pin lint to version 0.48

* fix linter

* fix last linter last file

Co-authored-by: ramacarlucho <ramirocarlucho@gmail.com>
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
2022-08-08 10:17:10 +02:00
..
contracts imp(tests): prune node integration tests (#1212) 2022-08-08 10:17:10 +02: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