Skip to content

Commit

Permalink
feat: polish storage-check
Browse files Browse the repository at this point in the history
  • Loading branch information
zugdev committed Oct 19, 2024
1 parent b44ea46 commit c95eaa0
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 26 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/core-contracts-storage-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- development
- fix-core-contracts-storage-check
pull_request:

jobs:
Expand All @@ -15,8 +14,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 2 # Ensure we can access the previous commit


- name: Install Foundry
uses: onbjerg/foundry-toolchain@v1
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/diamond-storage-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- development
- fix-core-contracts-storage-check
paths:
- '**.sol'
pull_request:
Expand All @@ -19,7 +18,6 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 2

- name: Install Foundry
uses: onbjerg/foundry-toolchain@v1
Expand Down
2 changes: 0 additions & 2 deletions packages/contracts/src/dollar/core/ERC20Ubiquity.sol
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ abstract contract ERC20Ubiquity is
ERC20PermitUpgradeable,
ERC20PausableUpgradeable
{
// this is a non-colliding change

/// @notice Token symbol
string private _symbol;

Expand Down
7 changes: 0 additions & 7 deletions packages/contracts/src/dollar/core/ThisIsATest.sol

This file was deleted.

2 changes: 0 additions & 2 deletions packages/contracts/src/dollar/libraries/LibAppStorage.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import "./Constants.sol";

/// @notice Shared struct used as a storage in the `LibAppStorage` library
struct AppStorage {
// this is a non-colliding change

// reentrancy guard
uint256 reentrancyStatus;
// others
Expand Down
10 changes: 0 additions & 10 deletions packages/contracts/src/dollar/libraries/LibThisIsATest.sol

This file was deleted.

0 comments on commit c95eaa0

Please sign in to comment.