-
Notifications
You must be signed in to change notification settings - Fork 3
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 limit orders #96
base: main
Are you sure you want to change the base?
Conversation
05274f6
to
a9f1c22
Compare
10fd47a
to
978f457
Compare
chore: added terms and cons transaction signing chore: added constant for sign & terms key refactor: removed terms & cons unused code chore: updated dtos chore: update DTO chore: added status to overview chore: update limit addys chore: remove back indexer fetch chore: handle new architecture chore: typo chore: update status & add error msg chore: add batch cancellation
a69dc9f
to
1df3f54
Compare
17a552c
to
22ff425
Compare
return { | ||
orderId: Helpers.addLeadingZeroesToType(fields.order_id), | ||
user: Helpers.addLeadingZeroesToType(fields.user), | ||
// TODO: - should i convert to string? |
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.
??
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.
event return public key as a vector of bytes, so i left the q if should i convert it to a string value (for future usage mb) or may keep as an array.
@@ -71,7 +71,7 @@ export type DcaClosedOrderEventOnChain = EventOnChain<{ | |||
|
|||
export type DcaExecutedTradeEventOnChain = EventOnChain<{ |
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.
see below comments on moving code to fe
ed3a780
to
b905b13
Compare
b905b13
to
236d394
Compare
Limit Orders
Af Users
DCA
Configs