-
Notifications
You must be signed in to change notification settings - Fork 8
Feature/link tag #40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Feature/link tag #40
Conversation
| // linklistId => address => tags | ||
| mapping(uint256 => mapping(address => EnumerableSet.Bytes32Set)) internal _linkedAdressTags; | ||
| // linklistId => address => tags | ||
| mapping(uint256 => mapping(bytes32 => EnumerableSet.Bytes32Set)) internal _linkedUriTags; |
Check warning
Code scanning / Slither
Conformance to Solidity naming conventions
| // linklistId => address => tags | ||
| mapping(uint256 => mapping(bytes32 => EnumerableSet.Bytes32Set)) internal _linkedUriTags; | ||
| // linklistId => linklistId => tags | ||
| mapping(uint256 => mapping(uint256 => EnumerableSet.Bytes32Set)) internal _linkedLinklistTags; |
Check warning
Code scanning / Slither
Conformance to Solidity naming conventions
contracts/libraries/Constants.sol
Outdated
Check warning
Code scanning / Slither
Conformance to Solidity naming conventions
contracts/libraries/Constants.sol
Outdated
Check warning
Code scanning / Slither
Conformance to Solidity naming conventions
Check warning
Code scanning / Slither
Conformance to Solidity naming conventions
| // linklistId => linkKey => tags | ||
| mapping(uint256 => mapping(bytes32 => EnumerableSet.Bytes32Set)) | ||
| internal _linkedCharacterLinkTags; | ||
| // linklistId => linkKey => tags |
Check warning
Code scanning / Slither
Conformance to Solidity naming conventions
| // linklistId => address => tags | ||
| mapping(uint256 => mapping(address => EnumerableSet.Bytes32Set)) internal _linkedAdressTags; |
Check warning
Code scanning / Slither
Conformance to Solidity naming conventions
|
|
||
| // linkKey sets | ||
| // tokenId => linkKeys | ||
| // linklistId => linkKeys |
Check warning
Code scanning / Slither
Conformance to Solidity naming conventions
| // linklistId => linkKey => tags | ||
| mapping(uint256 => mapping(bytes32 => EnumerableSet.Bytes32Set)) internal _linkedNoteTags; | ||
| // linklistId => linkKey => tags | ||
| mapping(uint256 => mapping(bytes32 => EnumerableSet.Bytes32Set)) |
Check warning
Code scanning / Slither
Conformance to Solidity naming conventions
Check warning
Code scanning / Slither
Conformance to Solidity naming conventions
Description
Checklist