-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix lock file version * cleanup npm deps * rm not needed solhint ignores * bump solhint and fix rename custom-errors -> gas-custom-errors * turn on struct packing & interface-starts-with-i solhint rule * rm changeset from CODEOWNERS to not ping the root folder owner * add changelog entry
- Loading branch information
Showing
68 changed files
with
2,297 additions
and
2,942 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@chainlink/contracts": patch | ||
--- | ||
|
||
bump solhint and address issues, remove unused imports |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
"prepublishOnly": "pnpm compile && ./scripts/prepublish_generate_abi_folder", | ||
"publish-beta": "pnpm publish --tag beta", | ||
"publish-prod": "npm dist-tag add @chainlink/[email protected] latest", | ||
"solhint": "solhint --max-warnings 20 \"./src/v0.8/**/*.sol\"" | ||
"solhint": "solhint --max-warnings 85 \"./src/v0.8/**/*.sol\"" | ||
}, | ||
"files": [ | ||
"src/v0.8", | ||
|
@@ -37,13 +37,11 @@ | |
"@ethersproject/bignumber": "~5.7.0", | ||
"@ethersproject/contracts": "~5.7.0", | ||
"@ethersproject/providers": "~5.7.2", | ||
"@ethersproject/random": "~5.7.0", | ||
"@nomicfoundation/hardhat-network-helpers": "^1.0.9", | ||
"@nomiclabs/hardhat-ethers": "^2.2.3", | ||
"@nomiclabs/hardhat-etherscan": "^3.1.7", | ||
"@nomiclabs/hardhat-waffle": "2.0.6", | ||
"@openzeppelin/hardhat-upgrades": "1.28.0", | ||
"@openzeppelin/test-helpers": "^0.5.16", | ||
"@typechain/ethers-v5": "^7.2.0", | ||
"@typechain/hardhat": "^7.0.0", | ||
"@types/cbor": "5.0.1", | ||
|
@@ -74,14 +72,13 @@ | |
"prettier": "^3.2.5", | ||
"prettier-plugin-solidity": "1.3.1", | ||
"rlp": "^2.2.7", | ||
"solhint": "^4.1.1", | ||
"solhint": "^4.5.2", | ||
"solhint-plugin-chainlink-solidity": "git+https://github.com/smartcontractkit/chainlink-solhint-rules.git#v1.2.1", | ||
"solhint-plugin-prettier": "^0.1.0", | ||
"solidity-coverage": "^0.8.5", | ||
"ts-node": "^10.9.2", | ||
"tslib": "^2.6.2", | ||
"typechain": "^8.2.1", | ||
"typescript": "^5.3.3" | ||
"typescript": "^5.4.3" | ||
}, | ||
"dependencies": { | ||
"@eth-optimism/contracts": "0.6.0", | ||
|
Oops, something went wrong.