Skip to content
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

docs: Adjustments for length #337

Merged
merged 4 commits into from
Jan 23, 2023

Conversation

0xJurassicPunk
Copy link
Contributor

No description provided.

@@ -460,7 +460,8 @@ contract LooksRareProtocol is
) internal {
if (totalProtocolFeeAmount != 0) {
if (affiliate != address(0)) {
// Check whether affiliate program is active and whether to execute a affiliate logic (and adjust downward the protocol fee if so)
// Check whether affiliate program is active and whether to execute a affiliate logic
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// Check whether affiliate program is active and whether to execute a affiliate logic
// Check whether the affiliate program is active and whether to execute the affiliate logic

@@ -460,7 +460,8 @@ contract LooksRareProtocol is
) internal {
if (totalProtocolFeeAmount != 0) {
if (affiliate != address(0)) {
// Check whether affiliate program is active and whether to execute a affiliate logic (and adjust downward the protocol fee if so)
// Check whether affiliate program is active and whether to execute a affiliate logic
// If so, it adjusts downward the protocol fee.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// If so, it adjusts downward the protocol fee.
// If so, it adjusts the protocol fee downward.

@@ -221,7 +221,8 @@ contract OrderValidatorV2A {

validationCodes[0] = _checkValidityMakerAskWhitelists(makerAsk.currency, makerAsk.strategyId);

// It can exit here if the strategy doesn't exist. However, if the strategy isn't valid, it can continue the execution.
// It can exit here if the strategy does not exist.
// However, if the strategy is not valid, it can continue the execution.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe make not valid invalid to shorten it further

@@ -507,7 +509,8 @@ contract OrderValidatorV2A {
* @param collection Address of the collection
* @param assetType Asset type in the maker order
* @return validationCode Validation code
* @dev This function may return false positives (i.e. assets that are tradable but don't implement the proper interfaceId). Use with care.
* @dev This function may return false positives
// (i.e. assets that are tradable but do not implement the proper interfaceId).
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

* instead of //

@0xJurassicPunk 0xJurassicPunk merged commit 0c8449d into LooksRare:master Jan 23, 2023
@0xJurassicPunk 0xJurassicPunk deleted the docs-update-120 branch January 23, 2023 02:33
@@ -86,8 +86,13 @@ contract ExecutionManager is InheritedStrategy, NonceManager, StrategyManager, I
}

/**
<<<<<<< HEAD
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@0xJurassicPunk yoooooo 😂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants