Paul Razvan Berg
6b4024acb2
chore: replace "variable_override_spacing" with "override_spacing"
2023-01-04 14:14:35 +02:00
Paul Razvan Berg
abb4f402c9
chore: add more "fmt" rules in Foundry config
...
chore: run "yarn solhint" instead of just "solhint"
2023-01-03 22:49:02 +02:00
Paul Razvan Berg
53190331f6
docs: reference VSCode integration guide
2023-01-03 21:24:39 +02:00
Paul Razvan Berg
6d027d098b
refactor: substitute "forge fmt" for "prettier-plugin-solidity"
...
build: remove "prettier-plugin-solidity" and "solhint-plugin-prettier" deps
chore: add "fmt" configuration in Foundry config
chore: delete solidity override from Prettier rules
chore: delete solidity rules from Solhint config
chore: modify scripts to run Prettier on all files except "*.sol"
test: document "setUp" function
2023-01-03 21:18:14 +02:00
Paul Razvan Berg
0ebca896c8
test: run fuzz 1,000 times by default
2023-01-03 16:30:03 +02:00
Paul Razvan Berg
a4eb52abc5
chore: git ignore "*.html" and "lcov.info" files
2023-01-02 13:54:45 +02:00
Paul Razvan Berg
d04a587232
chore: update copyright year in license
2023-01-01 13:26:12 +02:00
Paul Razvan Berg
5bf329715e
ci: fuzz 10,000 times
...
test: mark "testExample" function as "external"
2022-12-24 16:10:31 +02:00
Paul Razvan Berg
3bd0c90840
ci: be more specific in "build --sizes" step
2022-12-21 13:16:08 +02:00
Paul Razvan Berg
d7a4c6c70f
docs: mention coverage command in README
2022-12-20 19:42:12 +02:00
Paul Razvan Berg
0d39c55f7d
build: upgrade to latest forge-std
2022-12-19 15:29:38 +02:00
Paul Razvan Berg
f8f39f0bd8
ci: use Foundry action from "foundry-rs" org
2022-12-16 14:59:16 +02:00
Paul Razvan Berg
0777b7fea7
build: upgrade to prb-test v0.3.1
...
build: upgrade to latest forge-std
2022-12-16 14:53:23 +02:00
Paul Razvan Berg
60e93a0342
build: upgrade to prb-test v0.2.1
2022-12-04 20:52:32 +02:00
Paul Razvan Berg
1068a5e60e
build: upgrade to prb-test v0.2.0
...
build: upgrade to latest forge-std
2022-12-04 10:17:32 +02:00
Paul Razvan Berg
0fb4789197
chore: surround values with double quotes in ".yarnrc.yml"
2022-11-28 13:29:02 +02:00
Paul Razvan Berg
f61f97f26b
chore: pass "files" as string in Prettier config
2022-11-28 13:22:51 +02:00
Paul Razvan Berg
a793146917
chore: rename script to "prettier:write"
2022-11-27 16:03:19 +02:00
Paul Razvan Berg
4554e07f93
chore: simplify prettier command in lintstaged
2022-11-27 13:40:57 +02:00
Paul Razvan Berg
b33a33c2a6
chore: simplify prettier scripts in "package.json"
2022-11-27 13:39:22 +02:00
Paul Razvan Berg
bfe3ebc2f1
chore: remove "endOfLine" from Prettier config
...
chore: remove superfluous end line in Foundry config
2022-11-27 13:34:46 +02:00
Paul Razvan Berg
db9eb3962d
build: upgrade to prettier-plugin-solidity v1.0.0
...
build: upgrade other dev deps
2022-11-21 12:46:00 +02:00
Paul Razvan Berg
ab14bc361d
chore: add "src" to remappings
...
The goal is to make paths work with VSCode's "Go to Definition"
2022-11-20 16:34:27 +02:00
Paul Razvan Berg
05be6a476b
test: rename test contract to "FooTest"
2022-11-18 21:50:45 +02:00
Paul Razvan Berg
a65cf640c6
build: bump "forge-std" to v1.0.0
2022-11-01 10:34:03 +02:00
Paul Razvan Berg
71eb689478
chore: reorder imports alphabetically
2022-10-31 18:34:49 +02:00
Paul Razvan Berg
292a8fe663
style: enable "useTabs" Prettier rule
2022-10-31 18:33:56 +02:00
Paul Razvan Berg
d65aac1506
build: add resolution for "@solidity-parser/parser"
2022-10-30 18:46:48 +02:00
Paul Razvan Berg
7797762cb1
chore: add generic lint script
2022-10-30 18:44:12 +02:00
Paul Razvan Berg
26000b31e5
build: upgrade dev deps
2022-10-30 18:40:32 +02:00
Paul Razvan Berg
0e421efe5a
build: upgrade to yarn v3.2.4
2022-10-30 18:39:19 +02:00
Paul Razvan Berg
ac363e567b
chore: add "clean" script
...
build: add "rimraf" dev dep
2022-10-30 18:36:44 +02:00
Paul Razvan Berg
303db78fe2
chore: simplify scripts in "package.json"
2022-10-30 18:34:34 +02:00
Paul Razvan Berg
be98f12067
chore: change testnet to Sepolia
2022-10-30 18:28:21 +02:00
Paul Razvan Berg
702979aa1c
build: upgrade to prb-test v0.1.3
...
build: upgrade to latest forge-std
test: use "StdCheats" instead of "Cheats"
test: use "console2" instead of "console"
2022-10-29 16:37:43 +03:00
Paul Razvan Berg
d9294fdf54
chore: update "fuzz" object in Foundry config
2022-10-29 13:41:24 +03:00
Paul Razvan Berg
124aa29492
style: run Prettier over Markdown files
2022-10-16 12:55:21 +03:00
Paul Razvan Berg
34b65a2622
chore: fix lint-staged config
2022-10-16 12:44:50 +03:00
Paul Razvan Berg
d651e10bbb
ci: use LTS version in CI script
2022-10-15 22:30:41 +03:00
Paul Razvan Berg
d6a299a692
chore: use "yml" extension for lintstaged config
2022-10-15 22:26:25 +03:00
Paul Razvan Berg
90c6754330
refactor: set "proseWrap" to "always" in Prettier config
...
refactor: delete "arrowParens" rule in Prettier config
2022-10-12 15:02:44 +03:00
Ahmed Ali
fc7320c454
Add rename script and GitPod badge ( #5 )
...
* docs: add gitpod badge
* chore: add "rename.sh" script
update README badges and package.json when spinning up template
* ci: add "create.yml" github action
automatically update README badges and package.json with new <user/repo-name> when spinning up the
template and commits "feat: initial commit"
* ci: polish "create.yml" script
Co-authored-by: Paul Razvan Berg <hello@paulrberg.com>
2022-10-04 13:21:35 +03:00
Paul Razvan Berg
e5f2f4a795
build: use solc 0.8.17
2022-09-25 19:02:36 +03:00
Paul Razvan Berg
a9f8114260
chore: fix indenting for *.sol in .editorconfig
2022-09-15 00:57:35 +02:00
Paul Razvan Berg
4712a7c71b
build: disable bytecode hash
...
chore: order fields alphabetically in "foundry.toml"
2022-08-15 15:50:16 +03:00
Paul Razvan Berg
3abaf8aa40
test: import and use Cheats from Forge Std
...
build: update to forge-std v0.3
2022-07-31 12:28:44 +03:00
Paul Razvan Berg
fab4e2e0a5
Merge pull request #2 from 0xYYY/0xyyy/fix-readme
...
fix README repo link
2022-07-21 12:16:11 +03:00
0xYYY
0ecb7c63e9
fix README repo link
2022-07-19 23:54:57 +08:00
Paul Razvan Berg
2529d0b2c0
ci: set fuzzer to run 1,000 times
2022-07-19 13:18:02 +03:00
Paul Razvan Berg
e855765627
style: indent toml with 2 spaces
2022-07-19 12:45:53 +03:00