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

Add fields to grpc TradeInfo proto & wrapper #4696

Merged
merged 3 commits into from
Oct 29, 2020

Conversation

ghubstan
Copy link
Contributor

@ghubstan ghubstan commented Oct 24, 2020

Checking trade status via the api requires additional proto msg fields.

#4692 should be reviewed and merged before this one.

Copy link
Member

@sqrrm sqrrm left a comment

Choose a reason for hiding this comment

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

utACK

Is it really worth having this TradeInfo structure rather than using Trade itself?

@sqrrm sqrrm merged commit 3356c8f into bisq-network:master Oct 29, 2020
@ghubstan
Copy link
Contributor Author

utACK

Is it really worth having this TradeInfo structure rather than using Trade itself?

It seems so because the client cannot depend on core, where Trade lives. But I will investigate.

@sqrrm
Copy link
Member

sqrrm commented Oct 29, 2020

That's probably right actually, there's a lot of stuff in Trade that you wouldn't want to expose. This way you get more control of what's exposed.

@ghubstan ghubstan deleted the 1-add-grpc-trade-proto-fields branch November 2, 2020 15:05
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.

2 participants