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

Remove SETTLE_TAKE_PAIR command #371

Merged
merged 2 commits into from
Nov 21, 2024
Merged

Remove SETTLE_TAKE_PAIR command #371

merged 2 commits into from
Nov 21, 2024

Conversation

hensha256
Copy link
Contributor

While efficient, its hard for people to identify when to use it safely and when you cannot. Better to remove it and keep people safe(r).

Comment on lines 32 to 34
uint256 constant CLOSE_CURRENCY = 0x17;
uint256 constant CLEAR_OR_TAKE = 0x18;
uint256 constant SWEEP = 0x19;

Choose a reason for hiding this comment

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

should the subsequent actions be shifted up to replace it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

given we do a big renumbering in #384 i feel like it makes sense to do that there as we're merging that now too

@hensha256 hensha256 merged commit 8acce8b into main Nov 21, 2024
3 checks passed
@hensha256 hensha256 deleted the remove-settle-take-pair branch November 21, 2024 20:36
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.

3 participants