Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 22 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/ats/contracts/.solhint.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"avoid-throw": "error",
"avoid-tx-origin": "error",
"check-send-result": "error",
"compiler-version": ["error", "^0.8.11"],
"compiler-version": ["error", ">=0.8.0 <0.9.0"],
"func-visibility": ["warn", { "ignoreConstructors": true }],
"multiple-sends": "error",
"reentrancy": "error",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

*/

pragma solidity 0.8.18;
pragma solidity >=0.8.0 <0.9.0;
// SPDX-License-Identifier: BSD-3-Clause-Attribution

// solhint-disable max-line-length
Expand Down
2 changes: 1 addition & 1 deletion packages/ats/contracts/contracts/factory/Factory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

*/

pragma solidity 0.8.18;
pragma solidity >=0.8.0 <0.9.0;
// SPDX-License-Identifier: BSD-3-Clause-Attribution

import {IFactory} from '../interfaces/factory/IFactory.sol';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
*/

// SPDX-License-Identifier: MIT
pragma solidity 0.8.18;
pragma solidity >=0.8.0 <0.9.0;

import {
_ISIN_LENGTH,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

*/

pragma solidity 0.8.18;
pragma solidity >=0.8.0 <0.9.0;
// SPDX-License-Identifier: BSD-3-Clause-Attribution

import {IResolverProxy} from '../resolver/resolverProxy/IResolverProxy.sol';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

*/

pragma solidity 0.8.18;
pragma solidity >=0.8.0 <0.9.0;
import {IDiamondCutManager} from './diamondCutManager/IDiamondCutManager.sol';

// SPDX-License-Identifier: BSD-3-Clause-Attribution
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

*/

pragma solidity 0.8.18;
pragma solidity >=0.8.0 <0.9.0;

// SPDX-License-Identifier: BSD-3-Clause-Attribution

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

*/

pragma solidity 0.8.18;
pragma solidity >=0.8.0 <0.9.0;

import {IDiamondLoupe} from '../resolverProxy/IDiamondLoupe.sol';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

*/

pragma solidity 0.8.18;
pragma solidity >=0.8.0 <0.9.0;
import {IDiamondCut} from './IDiamondCut.sol';
import {IDiamondLoupe} from './IDiamondLoupe.sol';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

*/

pragma solidity 0.8.18;
pragma solidity >=0.8.0 <0.9.0;
// SPDX-License-Identifier: BSD-3-Clause-Attribution

import {IStaticFunctionSelectors} from './IStaticFunctionSelectors.sol';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

*/

pragma solidity 0.8.18;
pragma solidity >=0.8.0 <0.9.0;
// SPDX-License-Identifier: BSD-3-Clause-Attribution

import {IStaticFunctionSelectors} from './IStaticFunctionSelectors.sol';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

*/

pragma solidity 0.8.18;
pragma solidity >=0.8.0 <0.9.0;

// SPDX-License-Identifier: BSD-3-Clause-Attribution

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

*/

pragma solidity 0.8.18;
pragma solidity >=0.8.0 <0.9.0;

// SPDX-License-Identifier: BSD-3-Clause-Attribution

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

*/

pragma solidity 0.8.18;
pragma solidity >=0.8.0 <0.9.0;

// SPDX-License-Identifier: BSD-3-Clause-Attribution

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
*/

// SPDX-License-Identifier: MIT
pragma solidity 0.8.18;
pragma solidity >=0.8.0 <0.9.0;

import {_DEFAULT_PARTITION} from '../../constants/values.sol';
import {ICompliance} from '../../../layer_1/interfaces/ERC3643/ICompliance.sol';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
*/

// SPDX-License-Identifier: MIT
pragma solidity 0.8.18;
pragma solidity >=0.8.0 <0.9.0;

import {_DEFAULT_PARTITION} from '../../constants/values.sol';
import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
*/

// SPDX-License-Identifier: MIT
pragma solidity 0.8.18;
pragma solidity >=0.8.0 <0.9.0;

import {
_ERC1410_OPERATOR_STORAGE_POSITION
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
*/

// SPDX-License-Identifier: MIT
pragma solidity 0.8.18;
pragma solidity >=0.8.0 <0.9.0;

import {
BasicTransferInfo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
*/

// SPDX-License-Identifier: MIT
pragma solidity 0.8.18;
pragma solidity >=0.8.0 <0.9.0;

import {_DEFAULT_PARTITION} from '../../constants/values.sol';
import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
*/

// SPDX-License-Identifier: MIT
pragma solidity 0.8.18;
pragma solidity >=0.8.0 <0.9.0;

import {
ZERO_ADDRESS,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
*/

// SPDX-License-Identifier: MIT
pragma solidity 0.8.18;
pragma solidity >=0.8.0 <0.9.0;

import {_ERC1644_STORAGE_POSITION} from '../../constants/storagePositions.sol';
import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
*/

// SPDX-License-Identifier: MIT
pragma solidity 0.8.18;
pragma solidity >=0.8.0 <0.9.0;

import {_ERC20_STORAGE_POSITION} from '../../constants/storagePositions.sol';
import {IERC20} from '../../../layer_1/interfaces/ERC1400/IERC20.sol';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
*/

// SPDX-License-Identifier: MIT
pragma solidity 0.8.18;
pragma solidity >=0.8.0 <0.9.0;

import {_DEFAULT_PARTITION} from '../../../layer_0/constants/values.sol';
import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
*/

// SPDX-License-Identifier: MIT
pragma solidity 0.8.18;
pragma solidity >=0.8.0 <0.9.0;

import {
ERC20VotesStorageWrapper
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
*/

// SPDX-License-Identifier: MIT
pragma solidity 0.8.18;
pragma solidity >=0.8.0 <0.9.0;

import {
_ERC20VOTES_STORAGE_POSITION
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
*/

// SPDX-License-Identifier: MIT
pragma solidity 0.8.18;
pragma solidity >=0.8.0 <0.9.0;

import {
_ERC3643_STORAGE_POSITION,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

*/

pragma solidity 0.8.18;
pragma solidity >=0.8.0 <0.9.0;

import {_DEFAULT_PARTITION} from '../constants/values.sol';
import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

*/

pragma solidity 0.8.18;
pragma solidity >=0.8.0 <0.9.0;
// SPDX-License-Identifier: BSD-3-Clause-Attribution

import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

*/

pragma solidity 0.8.18;
pragma solidity >=0.8.0 <0.9.0;
// SPDX-License-Identifier: BSD-3-Clause-Attribution

import {ClearingStorageWrapper2} from '../clearing/ClearingStorageWrapper2.sol';
Expand Down
Loading