Skip to content

Commit

Permalink
Improve Solidity usability (#277)
Browse files Browse the repository at this point in the history
* Annotate truffle types

* checkpoint

* fix folder name

* Update package-lock

* Bump package-lock

* Fix EVM contracts for publishing

* Setup foundry

* remove lib from gitignore

* Update Solidity so contracts are reusable

* Add Paima L2 contract

* Formalize hardhat plugin

* Solidity docgen POC

* First MDX version of docs

* Implement remaining Solidity doc elements

* Fix typos

* Run prettier over evm-contracts

* Delete old contract folders

* Update release binary to contain new contract folder

* Remove dead packages

* Fix release command for evm-contracts

* update package-lock

* remove deprecated paths

* fix evm-contracts build order

* Unify dotenv versions
  • Loading branch information
SebastienGllmt authored Jan 9, 2024
1 parent 066540c commit 8cd7b58
Show file tree
Hide file tree
Showing 94 changed files with 8,033 additions and 14,451 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ bin
.nx
**/dist
**/build
**/lib
**/*.tsbuildinfo

# logs
Expand Down
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
contract-types/
packaged/
packages/engine/paima-rest/src/tsoa/routes.ts
packages/contracts/evm-contracts/test-lib
packages/contracts/evm-contracts/typechain-types
3 changes: 3 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
{
"files": "*.sol",
"options": {
"tabWidth": 4,
"singleQuote": false,
"arrowParens": "avoid",
"parser": "solidity-parse"
}
}
Expand Down
Loading

0 comments on commit 8cd7b58

Please sign in to comment.