Commit Graph

  • 5232046fce docs: revise README with ChatGPT Paul Razvan Berg 2023-02-25 12:57:06 +02:00
  • f21a3a6c68 build: upgrade to Solidity v0.8.19 Paul Razvan Berg 2023-02-25 12:40:24 +02:00
  • be349dae78 chore: delete Husky configuration Paul Razvan Berg 2023-02-25 11:50:28 +02:00
  • fa0aa1cc7d chore: update VSCode settings Paul Razvan Berg 2023-02-22 16:13:18 +02:00
  • 084e321b7a chore: enable Solhint rule "named-parameters-mapping" Paul Razvan Berg 2023-02-17 19:09:35 +02:00
  • 70be85961a build: upgrade Node.js deps Paul Razvan Berg 2023-02-17 19:21:35 +02:00
  • 90105bbf51 style: format test contract with forge fmt Paul Razvan Berg 2023-02-16 13:00:51 +02:00
  • c333dd8213 chore: run "forge fmt" on every commit Paul Razvan Berg 2023-02-16 12:43:43 +02:00
  • 25db8b8c4c build: upgrade Node.js deps Paul Razvan Berg 2023-02-11 13:14:43 +02:00
  • 3893c89e4a build: pin "prb-math" submodule to "v3" branch Paul Razvan Berg 2023-02-08 22:42:39 +02:00
  • 2a5b358823 chore: unignore html files Paul Razvan Berg 2023-02-08 10:57:56 +02:00
  • 17bf1a26d2 ci: add missing Foundry install Paul Razvan Berg 2023-02-07 20:10:50 +02:00
  • 2629cc0785 build: upgrade to Yarn v3.4.1 Paul Razvan Berg 2023-02-07 19:59:19 +02:00
  • 4bd096541a feat: add identity function "id" in "Foo" contract Paul Razvan Berg 2023-02-07 13:05:27 +02:00
  • d9208373a1 refactor: use mnemonic in deployment script Paul Razvan Berg 2023-02-05 14:07:12 +02:00
  • e0967de8c5 refactor: rename Foo to DeployFoo Paul Razvan Berg 2023-02-05 13:09:47 +02:00
  • a3a2d3d951 refactor: change pragma to ">=0.8.18" Paul Razvan Berg 2023-02-05 13:06:26 +02:00
  • 94d778dafb build: upgrade to solc v0.8.18 Paul Razvan Berg 2023-02-04 20:59:02 +02:00
  • 003fcb32de build: change "branch" to "v1" for "forge-std" Paul Razvan Berg 2023-02-02 17:21:01 +02:00
  • 92c82710c1 ci: simplify syntax for "on:" Paul Razvan Berg 2023-01-26 13:33:39 +02:00
  • 479ef4fbdc feat: add "even-better-toml" in VSCode settings Paul Razvan Berg 2023-01-26 13:19:46 +02:00
  • af8aec11d4 forge install: prb-math Paul Razvan Berg 2023-01-23 12:54:01 +02:00
  • ca42016fa3 feat: commit VSCode settings Paul Razvan Berg 2023-01-23 12:38:32 +02:00
  • adcec923c6 style: add "tabWidth" Prettier override for Solidity Paul Razvan Berg 2023-01-19 16:18:14 +02:00
  • 2fcb6ac057 style: set default "tabWidth" to 4 Paul Razvan Berg 2023-01-19 16:14:42 +02:00
  • 45e7248c37 ci: add fuzz seed to avoid burning rpc requests Paul Razvan Berg 2023-01-17 20:16:05 +02:00
  • 49b82cbcd4 ci: expose env vars in GitHub workflow Paul Razvan Berg 2023-01-17 19:58:43 +02:00
  • 0efda5eabb test: add Ethereum Mainnet fork test Paul Razvan Berg 2023-01-17 19:49:14 +02:00
  • b9342870e7 docs: capitalize GitHub username Paul Razvan Berg 2023-01-16 13:40:22 +02:00
  • 53d045743d feat: add "[etherscan]" and "[rpc_endpoints]" configuration Paul Razvan Berg 2023-01-08 22:15:38 +02:00
  • 3b962e32b8 chore: remove ETH_FROM from ".env.example" Paul Razvan Berg 2023-01-08 22:11:42 +02:00
  • eec4fa2b75 chore: delete "override_spacing" option in Foundry config Paul Razvan Berg 2023-01-08 11:54:29 +02:00
  • fb77ad3549 chore: reorder imports Paul Razvan Berg 2023-01-07 11:50:02 +02:00
  • b67c427d3b test: add fuzz test Paul Razvan Berg 2023-01-07 11:47:59 +02:00
  • c0d28ea3f4 chore: do not run Prettier over "*.sol" files Paul Razvan Berg 2023-01-04 23:31:44 +02:00
  • 29b210d4ed build: upgrade to latest forge-std Paul Razvan Berg 2023-01-04 14:15:20 +02:00
  • 6b4024acb2 chore: replace "variable_override_spacing" with "override_spacing" Paul Razvan Berg 2023-01-04 14:14:35 +02:00
  • abb4f402c9 chore: add more "fmt" rules in Foundry config Paul Razvan Berg 2023-01-03 22:49:02 +02:00
  • 53190331f6 docs: reference VSCode integration guide Paul Razvan Berg 2023-01-03 21:24:39 +02:00
  • 6d027d098b refactor: substitute "forge fmt" for "prettier-plugin-solidity" Paul Razvan Berg 2023-01-03 21:18:14 +02:00
  • 0ebca896c8 test: run fuzz 1,000 times by default Paul Razvan Berg 2023-01-03 16:30:03 +02:00
  • a4eb52abc5 chore: git ignore "*.html" and "lcov.info" files Paul Razvan Berg 2023-01-02 13:53:24 +02:00
  • d04a587232 chore: update copyright year in license Paul Razvan Berg 2023-01-01 13:25:47 +02:00
  • 5bf329715e ci: fuzz 10,000 times Paul Razvan Berg 2022-12-24 16:10:31 +02:00
  • 3bd0c90840 ci: be more specific in "build --sizes" step Paul Razvan Berg 2022-12-21 13:16:08 +02:00
  • d7a4c6c70f docs: mention coverage command in README Paul Razvan Berg 2022-12-20 19:42:12 +02:00
  • 0d39c55f7d build: upgrade to latest forge-std Paul Razvan Berg 2022-12-17 18:13:27 +02:00
  • f8f39f0bd8 ci: use Foundry action from "foundry-rs" org Paul Razvan Berg 2022-12-16 14:59:16 +02:00
  • 0777b7fea7 build: upgrade to prb-test v0.3.1 Paul Razvan Berg 2022-12-16 14:53:23 +02:00
  • 60e93a0342 build: upgrade to prb-test v0.2.1 Paul Razvan Berg 2022-12-04 20:52:23 +02:00
  • 1068a5e60e build: upgrade to prb-test v0.2.0 Paul Razvan Berg 2022-12-04 10:17:32 +02:00
  • 0fb4789197 chore: surround values with double quotes in ".yarnrc.yml" Paul Razvan Berg 2022-11-28 13:29:02 +02:00
  • f61f97f26b chore: pass "files" as string in Prettier config Paul Razvan Berg 2022-11-28 13:22:51 +02:00
  • a793146917 chore: rename script to "prettier:write" Paul Razvan Berg 2022-11-27 16:03:19 +02:00
  • 4554e07f93 chore: simplify prettier command in lintstaged Paul Razvan Berg 2022-11-27 13:40:57 +02:00
  • b33a33c2a6 chore: simplify prettier scripts in "package.json" Paul Razvan Berg 2022-11-27 13:39:22 +02:00
  • bfe3ebc2f1 chore: remove "endOfLine" from Prettier config Paul Razvan Berg 2022-11-27 13:34:46 +02:00
  • db9eb3962d build: upgrade to prettier-plugin-solidity v1.0.0 Paul Razvan Berg 2022-11-21 12:46:00 +02:00
  • ab14bc361d chore: add "src" to remappings Paul Razvan Berg 2022-11-20 16:34:27 +02:00
  • 05be6a476b test: rename test contract to "FooTest" Paul Razvan Berg 2022-11-18 21:50:45 +02:00
  • a65cf640c6 build: bump "forge-std" to v1.0.0 Paul Razvan Berg 2022-11-01 10:34:03 +02:00
  • 71eb689478 chore: reorder imports alphabetically Paul Razvan Berg 2022-10-31 18:34:49 +02:00
  • 292a8fe663 style: enable "useTabs" Prettier rule Paul Razvan Berg 2022-10-31 18:33:56 +02:00
  • d65aac1506 build: add resolution for "@solidity-parser/parser" Paul Razvan Berg 2022-10-30 18:46:48 +02:00
  • 7797762cb1 chore: add generic lint script Paul Razvan Berg 2022-10-30 18:43:47 +02:00
  • 26000b31e5 build: upgrade dev deps Paul Razvan Berg 2022-10-30 18:40:01 +02:00
  • 0e421efe5a build: upgrade to yarn v3.2.4 Paul Razvan Berg 2022-10-30 18:39:19 +02:00
  • ac363e567b chore: add "clean" script Paul Razvan Berg 2022-10-30 18:36:33 +02:00
  • 303db78fe2 chore: simplify scripts in "package.json" Paul Razvan Berg 2022-10-30 18:34:34 +02:00
  • be98f12067 chore: change testnet to Sepolia Paul Razvan Berg 2022-10-30 18:28:21 +02:00
  • 702979aa1c build: upgrade to prb-test v0.1.3 Paul Razvan Berg 2022-10-29 16:37:43 +03:00
  • d9294fdf54 chore: update "fuzz" object in Foundry config Paul Razvan Berg 2022-10-29 13:08:59 +03:00
  • 124aa29492 style: run Prettier over Markdown files Paul Razvan Berg 2022-10-16 12:55:21 +03:00
  • 34b65a2622 chore: fix lint-staged config Paul Razvan Berg 2022-10-16 12:44:50 +03:00
  • d651e10bbb ci: use LTS version in CI script Paul Razvan Berg 2022-10-15 22:30:41 +03:00
  • d6a299a692 chore: use "yml" extension for lintstaged config Paul Razvan Berg 2022-10-15 22:26:25 +03:00
  • 90c6754330 refactor: set "proseWrap" to "always" in Prettier config Paul Razvan Berg 2022-10-12 15:02:44 +03:00
  • fc7320c454 Add rename script and GitPod badge (#5) Ahmed Ali 2022-10-04 15:21:35 +05:00
  • e5f2f4a795 build: use solc 0.8.17 Paul Razvan Berg 2022-09-25 19:02:36 +03:00
  • a9f8114260 chore: fix indenting for *.sol in .editorconfig Paul Razvan Berg 2022-09-15 00:57:35 +02:00
  • 4712a7c71b build: disable bytecode hash Paul Razvan Berg 2022-08-15 15:50:16 +03:00
  • 3abaf8aa40 test: import and use Cheats from Forge Std Paul Razvan Berg 2022-07-31 12:25:58 +03:00
  • fab4e2e0a5 Merge pull request #2 from 0xYYY/0xyyy/fix-readme Paul Razvan Berg 2022-07-21 12:16:11 +03:00
  • 0ecb7c63e9 fix README repo link 0xYYY 2022-07-19 23:54:57 +08:00
  • 2529d0b2c0 ci: set fuzzer to run 1,000 times Paul Razvan Berg 2022-07-19 13:18:02 +03:00
  • e855765627 style: indent toml with 2 spaces Paul Razvan Berg 2022-07-19 12:45:53 +03:00
  • 4aca913cb2 docs: add more details about Forge Paul Razvan Berg 2022-07-19 00:06:26 +03:00
  • 43e1e113f4 feat: initial commit Paul Razvan Berg 2022-07-16 14:36:29 +03:00