Skip to content

Commit 30987ed

Browse files
committed
chore: update openzeppelin
1 parent b33a8c5 commit 30987ed

11 files changed

Lines changed: 1546 additions & 1179 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ jobs:
7676
uses: ./.github/actions/setup
7777

7878
- name: Run Slither
79-
uses: crytic/slither-action@v0.4.1
79+
uses: crytic/slither-action@v0.4.2
8080
with:
8181
node-version: 24
82-
solc-version: 0.8.33
82+
solc-version: 0.8.34
8383

8484
codespell:
8585
name: Codespell

analysis/description-table/ERC1363.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
| File Name | SHA-1 Hash |
77
|-------------|--------------|
8-
| dist/ERC1363.dist.sol | 48bf3b2341ec1f2bc7096ad96ab95488bd6c4c49 |
8+
| dist/ERC1363.dist.sol | 1bfb36aa43709fa9ecfd506529371dbec061056d |
99

1010

1111
### Contracts Description Table

analysis/description-table/ERC1363Mintable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
| File Name | SHA-1 Hash |
77
|-------------|--------------|
8-
| dist/ERC1363Mintable.dist.sol | 34f28597c02fccf1b41eb33b2dd284b8c8c72e36 |
8+
| dist/ERC1363Mintable.dist.sol | 6ffd52edcc2dfc0cccb3d7a723051830a9ec0d90 |
99

1010

1111
### Contracts Description Table

analysis/uml/ERC1363.svg

Lines changed: 123 additions & 121 deletions
Loading

analysis/uml/ERC1363Mintable.svg

Lines changed: 140 additions & 137 deletions
Loading

dist/ERC1363.dist.sol

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// SPDX-License-Identifier: MIT
22

3-
// Sources flattened with hardhat v2.28.2 https://hardhat.org
3+
// Sources flattened with hardhat v2.28.6 https://hardhat.org
44

55

66

7-
// File @openzeppelin/contracts/interfaces/draft-IERC6093.sol@v5.5.0
7+
// File @openzeppelin/contracts/interfaces/draft-IERC6093.sol@v5.6.1
88

99
// Original license: SPDX_License_Identifier: MIT
1010
// OpenZeppelin Contracts (last updated v5.5.0) (interfaces/draft-IERC6093.sol)
@@ -170,7 +170,7 @@ interface IERC1155Errors {
170170
}
171171

172172

173-
// File @openzeppelin/contracts/token/ERC20/IERC20.sol@v5.5.0
173+
// File @openzeppelin/contracts/token/ERC20/IERC20.sol@v5.6.1
174174

175175
// Original license: SPDX_License_Identifier: MIT
176176
// OpenZeppelin Contracts (last updated v5.4.0) (token/ERC20/IERC20.sol)
@@ -253,7 +253,7 @@ interface IERC20 {
253253
}
254254

255255

256-
// File @openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol@v5.5.0
256+
// File @openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol@v5.6.1
257257

258258
// Original license: SPDX_License_Identifier: MIT
259259
// OpenZeppelin Contracts (last updated v5.4.0) (token/ERC20/extensions/IERC20Metadata.sol)
@@ -281,7 +281,7 @@ interface IERC20Metadata is IERC20 {
281281
}
282282

283283

284-
// File @openzeppelin/contracts/utils/Context.sol@v5.5.0
284+
// File @openzeppelin/contracts/utils/Context.sol@v5.6.1
285285

286286
// Original license: SPDX_License_Identifier: MIT
287287
// OpenZeppelin Contracts (last updated v5.0.1) (utils/Context.sol)
@@ -313,7 +313,7 @@ abstract contract Context {
313313
}
314314

315315

316-
// File @openzeppelin/contracts/token/ERC20/ERC20.sol@v5.5.0
316+
// File @openzeppelin/contracts/token/ERC20/ERC20.sol@v5.6.1
317317

318318
// Original license: SPDX_License_Identifier: MIT
319319
// OpenZeppelin Contracts (last updated v5.5.0) (token/ERC20/ERC20.sol)
@@ -620,7 +620,7 @@ abstract contract ERC20 is Context, IERC20, IERC20Metadata, IERC20Errors {
620620
}
621621

622622

623-
// File @openzeppelin/contracts/utils/introspection/IERC165.sol@v5.5.0
623+
// File @openzeppelin/contracts/utils/introspection/IERC165.sol@v5.6.1
624624

625625
// Original license: SPDX_License_Identifier: MIT
626626
// OpenZeppelin Contracts (last updated v5.4.0) (utils/introspection/IERC165.sol)
@@ -649,7 +649,7 @@ interface IERC165 {
649649
}
650650

651651

652-
// File @openzeppelin/contracts/utils/introspection/ERC165.sol@v5.5.0
652+
// File @openzeppelin/contracts/utils/introspection/ERC165.sol@v5.6.1
653653

654654
// Original license: SPDX_License_Identifier: MIT
655655
// OpenZeppelin Contracts (last updated v5.4.0) (utils/introspection/ERC165.sol)

dist/ERC1363Mintable.dist.sol

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// SPDX-License-Identifier: MIT
22

3-
// Sources flattened with hardhat v2.28.2 https://hardhat.org
3+
// Sources flattened with hardhat v2.28.6 https://hardhat.org
44

55

66

7-
// File @openzeppelin/contracts/interfaces/draft-IERC6093.sol@v5.5.0
7+
// File @openzeppelin/contracts/interfaces/draft-IERC6093.sol@v5.6.1
88

99
// Original license: SPDX_License_Identifier: MIT
1010
// OpenZeppelin Contracts (last updated v5.5.0) (interfaces/draft-IERC6093.sol)
@@ -170,7 +170,7 @@ interface IERC1155Errors {
170170
}
171171

172172

173-
// File @openzeppelin/contracts/token/ERC20/IERC20.sol@v5.5.0
173+
// File @openzeppelin/contracts/token/ERC20/IERC20.sol@v5.6.1
174174

175175
// Original license: SPDX_License_Identifier: MIT
176176
// OpenZeppelin Contracts (last updated v5.4.0) (token/ERC20/IERC20.sol)
@@ -253,7 +253,7 @@ interface IERC20 {
253253
}
254254

255255

256-
// File @openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol@v5.5.0
256+
// File @openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol@v5.6.1
257257

258258
// Original license: SPDX_License_Identifier: MIT
259259
// OpenZeppelin Contracts (last updated v5.4.0) (token/ERC20/extensions/IERC20Metadata.sol)
@@ -281,7 +281,7 @@ interface IERC20Metadata is IERC20 {
281281
}
282282

283283

284-
// File @openzeppelin/contracts/utils/Context.sol@v5.5.0
284+
// File @openzeppelin/contracts/utils/Context.sol@v5.6.1
285285

286286
// Original license: SPDX_License_Identifier: MIT
287287
// OpenZeppelin Contracts (last updated v5.0.1) (utils/Context.sol)
@@ -313,7 +313,7 @@ abstract contract Context {
313313
}
314314

315315

316-
// File @openzeppelin/contracts/token/ERC20/ERC20.sol@v5.5.0
316+
// File @openzeppelin/contracts/token/ERC20/ERC20.sol@v5.6.1
317317

318318
// Original license: SPDX_License_Identifier: MIT
319319
// OpenZeppelin Contracts (last updated v5.5.0) (token/ERC20/ERC20.sol)
@@ -620,7 +620,7 @@ abstract contract ERC20 is Context, IERC20, IERC20Metadata, IERC20Errors {
620620
}
621621

622622

623-
// File @openzeppelin/contracts/utils/introspection/IERC165.sol@v5.5.0
623+
// File @openzeppelin/contracts/utils/introspection/IERC165.sol@v5.6.1
624624

625625
// Original license: SPDX_License_Identifier: MIT
626626
// OpenZeppelin Contracts (last updated v5.4.0) (utils/introspection/IERC165.sol)
@@ -649,7 +649,7 @@ interface IERC165 {
649649
}
650650

651651

652-
// File @openzeppelin/contracts/utils/introspection/ERC165.sol@v5.5.0
652+
// File @openzeppelin/contracts/utils/introspection/ERC165.sol@v5.6.1
653653

654654
// Original license: SPDX_License_Identifier: MIT
655655
// OpenZeppelin Contracts (last updated v5.4.0) (utils/introspection/ERC165.sol)

foundry.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ out = 'out'
44
libs = ['node_modules', 'lib']
55
test = 'test'
66
cache_path = 'cache_forge'
7-
solc_version = '0.8.33'
7+
solc_version = '0.8.34'
88
evm_version = 'osaka'
99
optimizer = true
1010
optimizer-runs = 200

hardhat.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require('solidity-docgen');
99
module.exports = {
1010
defaultNetwork: 'hardhat',
1111
solidity: {
12-
version: '0.8.33',
12+
version: '0.8.34',
1313
settings: {
1414
evmVersion: 'osaka',
1515
optimizer: {

0 commit comments

Comments
 (0)