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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused return param names #199

Merged
merged 2 commits into from Oct 5, 2023
Merged

Remove unused return param names #199

merged 2 commits into from Oct 5, 2023

Conversation

hensha256
Copy link
Collaborator

No description provided.

@zhongeric zhongeric merged commit 3399344 into development Oct 5, 2023
2 checks passed
@rileydcampbell rileydcampbell deleted the audit-n01 branch October 6, 2023 01:50
This was referenced Dec 12, 2023
marktoda added a commit that referenced this pull request Dec 18, 2023
* fix: typos (#190)

This commit fixes a couple typos.

Fixes: N-03

* feat: remove native transfer gas limit (#189)

Gas limit for native transfer can cause some reasonable smart contract
wallets that perform operations in their receive function to be unable
to receive native output from uniswapX. compatibilty preferred here

Resolves M-02

* fix: remove unused imports (#191)

Fixes: N-02

* fix: documentation (#193)

Fixes: L-05

* fix: Add missing natspec (#192)

Fixes: L-04

* fix: enforce dutch decay actually decays (#194)

Previously there was ambiguous undefined behavior for if startTime and
endTime were the same - This commit removes that ambiguity by enforcing
startTime !== endTime

* fix: magic number documentation (#196)

document magic numbers in orderquoter

Fixes: L-08

* feat: improve test coverage (#197)

* Remove unused return param names (#199)

* Remove unused return names

* Update OrderQuoter.sol

* fix: fmt

---------

Co-authored-by: Alice <34962750+hensha256@users.noreply.github.com>
marktoda added a commit that referenced this pull request Jan 23, 2024
* fix: typos (#190)

This commit fixes a couple typos.

Fixes: N-03

* feat: remove native transfer gas limit (#189)

Gas limit for native transfer can cause some reasonable smart contract
wallets that perform operations in their receive function to be unable
to receive native output from uniswapX. compatibilty preferred here

Resolves M-02

* fix: remove unused imports (#191)

Fixes: N-02

* fix: documentation (#193)

Fixes: L-05

* fix: Add missing natspec (#192)

Fixes: L-04

* fix: enforce dutch decay actually decays (#194)

Previously there was ambiguous undefined behavior for if startTime and
endTime were the same - This commit removes that ambiguity by enforcing
startTime !== endTime

* fix: magic number documentation (#196)

document magic numbers in orderquoter

Fixes: L-08

* feat: improve test coverage (#197)

* Remove unused return param names (#199)

* Remove unused return names

* Update OrderQuoter.sol

* fix: fmt

* fix: tests

* fix: lint

* fix: typos

* fix: revert if decay times are equal

* fix: check for 0 address signer

* fix: remove old exclusivityOverride for now

* feat: add tests for override and cosigner

* fix: ensure output overrides length is correct

* feat: tests with successful override

* feat: flatten v2 struct

This commit flattens the V2 struct to maintain the reactor interface
requirement that OrderInfo should be first struct so integrations like
quoters can reliably fetch the reactor address and other order info
fields

Also saves a decent amt of gas from less encoding/decoding

* fix: cleaup

* fix: tests overrides

---------

Co-authored-by: Alice <34962750+hensha256@users.noreply.github.com>
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

3 participants