Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 market (auction paradigm 2) to server #298
base: main
Are you sure you want to change the base?
Feat: add market (auction paradigm 2) to server #298
Changes from 5 commits
7370f88
868a955
405f0ad
a84c1ea
da7eaab
97d4e63
71885c9
7ae9cc4
58caf25
7c9965c
4fb3234
2e1fcad
eebc145
72bf7af
c3704ae
af57751
6d19f08
ab999ae
d2f6100
07ea3c1
afb8757
2566361
8c2d4df
3294fc0
f43e817
9f8d6d6
57acf6c
f378d85
9ab15a7
e471afe
abe79eb
d6d1112
6a84fbb
94758a3
180623a
002b928
6f10bfb
ecfb745
a843182
4b14df6
0463660
918db65
37b3890
1d62f65
49442ec
bb6b3be
f2d3dbd
989eb1e
43efb5d
7df405b
26f9df1
dc46a57
9af91d6
c35e612
6192a68
d9b1d51
7ca54ef
0251b99
46d787c
06bd354
e4f0b8b
26284ae
2f77b96
d8cfd25
0d1d257
b608ecf
60d6775
1d09129
4ec7ef4
fb02285
c400c15
c7e1b12
3d11331
8ae8c2c
9665910
7013187
3d9eed9
a58e6c1
a6fe102
a56e2fd
3004910
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Large diffs are not rendered by default.
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.
Use serde to rename the internal fields here (for better api). Maybe take a look at docs to see how to api structure is looking like?
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.
We can talk on this part together
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.
We can also rename this to sth else :-? Maybe like QouteType?