Skip to content

Commit

Permalink
Merge pull request #17 from 1inch/feature/git-lfs
Browse files Browse the repository at this point in the history
[SC-1349] Add large file examples to Git LFS
  • Loading branch information
zZoMROT authored Dec 13, 2024
2 parents 89b9a8e + 7033858 commit 1daca6b
Show file tree
Hide file tree
Showing 7 changed files with 1,280 additions and 1,521 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
*.sol linguist-language=Solidity
test/dict.json filter=lfs diff=lfs merge=lfs
test/tx-calldata.json filter=lfs diff=lfs merge=lfs
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ node_modules
coverage
hardhat-dependency-compiler
coverage.json
dict.json
tx-calldata.json
build
artifacts
cache
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,12 @@ You can find examples of `dict` and `calldatas` in IPFS:
| `dict.json` | Qmb4fEEdQe9QB4ChBFK8bJVkefCjG4nB91hgQ2kcKsKGWK |
| `tx-calldata.json` | QmQnjk5MKMiC6jZNjWgXKkbCMFFznNYaHRsS281jV94wpe |

Just add this files to `./test` dir
Just add this files to `./test` dir.

Also these files are stored using Git LFS. If they are not pulled by default, you can download them with the following command:
```
git lfs pull
```

## License
This contract is licensed under the MIT license, as indicated by the SPDX-License-Identifier.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
{
"name": "@1inch/calldata-compressor",
"version": "0.0.8",
"version": "0.0.9",
"description": "1inch calldata compressor",
"repository": {
"type": "git",
"url": "[email protected]:1inch/calldata-compressor.git"
},
"license": "MIT",
"dependencies": {
"@openzeppelin/contracts": "5.0.2"
"@openzeppelin/contracts": "5.1.0"
},
"devDependencies": {
"@1inch/solidity-utils": "4.2.1",
"@nomicfoundation/hardhat-chai-matchers": "2.0.2",
"@nomicfoundation/hardhat-ethers": "3.0.5",
"@nomicfoundation/hardhat-network-helpers": "1.0.10",
"@nomicfoundation/hardhat-verify": "2.0.2",
"chai": "4.4.0",
"dotenv": "16.3.1",
"eslint": "8.56.0",
"@1inch/solidity-utils": "6.2.1",
"@nomicfoundation/hardhat-chai-matchers": "2.0.8",
"@nomicfoundation/hardhat-ethers": "3.0.8",
"@nomicfoundation/hardhat-network-helpers": "1.0.12",
"@nomicfoundation/hardhat-verify": "2.0.12",
"chai": "4.5.0",
"dotenv": "16.4.7",
"eslint": "8.57.1",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "16.4.0",
"eslint-plugin-promise": "6.1.1",
"ethers": "6.9.0",
"hardhat": "2.19.2",
"hardhat-dependency-compiler": "1.1.3",
"hardhat-deploy": "0.11.45",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.15.0",
"eslint-plugin-promise": "7.2.1",
"ethers": "6.13.4",
"hardhat": "2.22.17",
"hardhat-dependency-compiler": "1.2.1",
"hardhat-deploy": "0.12.4",
"hardhat-gas-reporter": "1.0.9",
"hardhat-tracer": "2.7.0",
"rimraf": "5.0.5",
"hardhat-tracer": "3.1.0",
"rimraf": "6.0.1",
"solc": "0.8.23",
"solhint": "4.0.0",
"solidity-coverage": "0.8.5"
"solhint": "5.0.3",
"solidity-coverage": "0.8.14"
},
"scripts": {
"clean": "rimraf artifacts cache coverage contracts/hardhat-dependency-compiler",
Expand Down
3 changes: 3 additions & 0 deletions test/dict.json
Git LFS file not shown
3 changes: 3 additions & 0 deletions test/tx-calldata.json
Git LFS file not shown
Loading

0 comments on commit 1daca6b

Please sign in to comment.