-
Notifications
You must be signed in to change notification settings - Fork 95
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
Feat/add price to limit order #472
Conversation
c914180
to
75f62ad
Compare
there are a couple of conflicts 🙈 |
c0bcd99
to
a0f03c2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. please resolve conflicts and it seems to be good to go
Integration tests are not passing due to some linter error in dev-contracts, please fix them |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please attach a successful test run
https://github.com/neutron-org/neutron-tests/actions/runs/9280203744/attempts/4 |
Allow limit orders to be placed by specifying a price instead of a tick
Tests still breaking because of pending rounding changes.
neutron-sdk changes: neutron-org/neutron-sdk#143
integration-test changes: neutron-org/neutron-integration-tests#294