137 Commits

Author SHA1 Message Date
Noah Jelich
33170c760b add back hardhat-deploy (#192)
* add hardhat-deploy back

* linter fixes
2024-03-12 20:01:56 +02:00
njelich
2bf04a7385 removed hardhat-deploy due to compilation issue 2024-02-06 16:43:09 +01:00
Paul Razvan Berg
dd3603e73c build: switch to bun for dep management 2023-12-31 11:41:12 +02:00
Isaac Frank
f43ec3c566 refactor: replace greeter with lock contract (#182)
* refactor: replace greeter with lock contract

* test: reorder test

* fix: fix type error

docs: improve parameter wording

---------

Co-authored-by: Paul Razvan Berg <paul.razvan.berg@gmail.com>
2023-12-31 11:18:48 +02:00
Klaus
41eafa7071 updating dependencies 2023-12-17 14:44:49 -03:00
Franco Victorio
1e00b9449a Remove dotenv in favor of configuration variables (#178)
* convert env variables to configuration variables

* modify docs and re-add env variable for test scenario

* update lock file

* add infura api key in ci

* update solidity-coverage package

* update readme with GitHub secrets

* remove quotes from mnemonic command

* Remove dotenv

* Run typechain in postcompile instead of postinstall

* Update ci.yml

* docs: polish README

---------

Co-authored-by: Christopher Dedominici <18092467+ChristopherDedominici@users.noreply.github.com>
Co-authored-by: Paul Razvan Berg <paul.razvan.berg@gmail.com>
2023-11-27 00:26:47 +02:00
Franco Victorio
fad71edac5 Update dependencies to use ethers v6 2023-06-13 12:39:08 +02:00
Paul Razvan Berg
1db1c844ed docs: polish README
chore: use "const" instead of "let" to fix linting errors
2023-05-28 12:45:49 +03:00
denhampreen
77f682038c refactor: Use hardhat deploy to deploy the Greeter contract 2023-05-23 18:51:15 +02:00
denhampreen
f88a246804 fix: conflicting pnpm deploy command 2023-05-23 18:02:02 +02:00
Paul Razvan Berg
a019d98293 chore: update "package.json" 2023-05-10 15:40:42 +03:00
Paul Razvan Berg
7e81990b93 build: switch from yarn to pnpm
chore: simplify globs in ignore files
2023-03-23 16:35:47 +02:00
Paul Razvan Berg
c28bdf19da build: upgrade to yarn v3.4.1 2023-03-01 13:43:07 +02:00
Paul Razvan Berg
7298ff7428 chore: delete Husky configuration
build: add "rimraf" dev dep
build: remove "shx" dev dep
build: remove unused Node.js deps
chore: delete Commitlint configuration
chore: delete unneeded ".solhintignore" file
chore: delete Lint Staged config
chore: use "rimraf" instead of "shx" in the clean script
docs: delete "Conventional Commits" section in README
docs: delete "Git Hooks" section in README
docs: update README with latest set-up
2023-02-25 11:55:53 +02:00
Paul Razvan Berg
38ff13bdf6 build: upgrade Prettier and Solhint 2023-02-17 19:22:37 +02:00
Paul Razvan Berg
058f4f620d build: upgrade dev deps 2022-11-28 13:12:06 +02:00
Paul Razvan Berg
ce4d8050c8 chore: rename script to "prettier:write" 2022-11-27 16:03:44 +02:00
Paul Razvan Berg
92c9101d83 chore: simplify scripts in "package.json" 2022-11-27 13:53:51 +02:00
Klaus Hott
6f0bb6c182 chore: updating deps 2022-11-18 20:32:01 +13:00
Klaus Hott
59d6019668 chore: updating prettier-plugin-solidity and other deps 2022-11-04 10:33:48 +13:00
Paul Razvan Berg
64432062b5 build: add resolution for "@solidity-parser/parser" 2022-10-30 18:46:15 +02:00
Paul Razvan Berg
8337acaf1b refactor: move typechain bindings to "types" directory 2022-09-25 13:51:24 +03:00
Klaus Hott
fa2e4a11e8 chore: updating deps 2022-08-09 22:58:34 +12:00
Klaus Hott
a587d0bf91 ci: using DOTENV_CONFIG_PATH to run yarn typechain in postinstall 2022-07-29 22:48:33 +12:00
Klaus Hott
33c5e57f77 chore: update dependencies 2022-07-29 18:26:57 +12:00
Klaus Hott
81a9cff141 chore: removing shelljs since it's not used 2022-07-22 18:14:06 +12:00
Klaus Hott Vidal
12234fdb7c Fixing CI configuration (#123)
* chore: update dependencies

* ci: fixing the CI configuration
2022-07-19 10:33:02 +03:00
Klaus Hott Vidal
d87d3ff687 Hardhat + Solidity for syntax highlighting (#122)
* chore: update dependencies

* docs: suggesting the use of hardhat-solidity for syntax highlighting
2022-07-18 17:22:12 +03:00
Paul Razvan Berg
b78764ce99 docs: polish README, add new sections like "Features"
build: rename package to "@prb/hardhat-template"
build: upgrado to yarn v3.2.1
ci: add dummy CI workflow
docs: add badges in README
docs: add "Sensible Defaults" section
docs: change license to MIT
docs: nest "Syntax Highlighting" under new "Tips" section
docs: reorder comments in "Usage" section
refactor: refer to repo as "Hardhat Template"
refactor: upgrade to solidity v0.8.15
2022-07-16 16:44:31 +03:00
Paul Razvan Berg
10d2753916 chore: remove stale references to "yaml" extension 2022-07-16 13:39:54 +03:00
Ahmed Ali
28c8b3159a refactor: migrate to hardhat-chai-matchers and hardhat-toolbox
* chore: resolve conflicts

* refactor: migrate to hardhat chai matchers with loadFixture from hardhat helpers

* refactor: update deps and use hardhat toolbox

* docs: remove waffle related stuff
2022-07-12 16:08:46 +03:00
Klaus Hott Vidal
9a446dc455 Generating types after install and keeping them outside the repo (#116)
* chore: update deps

* build: generating types after install and keeping them outside the repo

* refactor: moving the mnemonic and infuraApiKey back to the top of the script
2022-07-11 12:43:04 +03:00
Paul Razvan Berg
f96a415d8a chore: use "yml" extension instead of "yaml" 2022-07-01 12:18:16 +03:00
Klaus Hott
0724c4fd51 refactor: generates fresh types after clean 2022-06-30 13:01:46 +12:00
Klaus Hott
f733804bb5 chore: update dependencies 2022-06-30 12:54:35 +12:00
Paul Razvan Berg
bae71ccf76 build: upgrade dependencies 2022-06-12 10:30:38 +03:00
Paul Razvan Berg
982ac6acc6 build: upgrade dependencies
chore: update types
2022-05-29 21:23:45 +03:00
Paul Razvan Berg
7eed7a5374 build: upgrade deps 2022-04-03 12:32:08 +03:00
Paul Razvan Berg
86f48ec691 chore: remove stale "@codechecks/client" dep 2022-04-03 12:28:24 +03:00
Paul Razvan Berg
5ce9ca7567 chore: update author.url 2022-04-03 11:31:19 +03:00
Paul Razvan Berg
0fe5d39be7 chore: track all contract types in version control
build: upgrade dependencies
docs: change Greeter license from "MIT" to "UNLICENSED"
refactor: regenerate the types using the latest typechain
2022-03-30 12:23:46 +03:00
Paul Razvan Berg
66e676d0f0 chore: run prettier over "yaml" and "yml" files 2022-03-25 19:09:00 +02:00
Paul Razvan Berg
45df588aea build: upgrade dependencies 2022-03-24 17:26:32 +02:00
Paul Razvan Berg
e72b0d9e7d style: configure "prettier-plugin-sort-imports"
build: add "prettier-plugin-sort-imports" dep
2022-03-18 13:34:55 +00:00
Paul Razvan Berg
750dc15b7b chore: change package name to "@prb/solidity-template" 2022-03-14 20:17:48 +00:00
Paul Razvan Berg
62fbfc271b build: upgrade to yarn v3.2.0 2022-03-14 20:13:02 +00:00
Paul Razvan Berg
5cf49fa041 fix: add missing bracket in "hardhat.config.ts"
refactor: change APIKEY to API_KEY
style: order fields alphabetically in "hardhat.config.ts"
2022-02-21 10:54:37 +02:00
Robsonsjre
b796dd7fa6 add hardhat etherscan plugin 2022-02-21 10:53:24 +02:00
Klaus Hott
f8220a593b fix: avoid cleaning the coverage files 2022-02-18 19:33:43 +13:00
Klaus Hott
e3a5a9989d fix: cleaning up the types generated by the coverage 2022-02-18 19:13:19 +13:00