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

Market decentralized - broadcast offers #290

Merged
merged 31 commits into from
Jun 9, 2020

Conversation

nieznanysprawiciel
Copy link
Contributor

@nieznanysprawiciel nieznanysprawiciel commented May 29, 2020

Implements task #296
PR based on #269, that should be merged first.

  • Broadcast offer to all connected nodes
    • All nodes that received broadcast, will broadcast it to neighbors
    • Broadcast is not forwarded, if Offer already existed in database on Node
    • Fix in BCastService - create topic on centralized hub
  • Fix unsubscribe Offer/Demand http response. Market api expected string result.
  • Refactor

@nieznanysprawiciel nieznanysprawiciel marked this pull request as ready for review June 1, 2020 11:53
@nieznanysprawiciel
Copy link
Contributor Author

TODO: Merge master after #269 will be merged into master

@tworec tworec changed the base branch from master to market-decentralized/db-models June 2, 2020 19:59
core/market/decentralized/readme.md Show resolved Hide resolved
core/market/decentralized/src/api/provider.rs Outdated Show resolved Hide resolved
core/market/decentralized/src/market.rs Outdated Show resolved Hide resolved
core/market/decentralized/src/matcher/matcher.rs Outdated Show resolved Hide resolved
core/market/decentralized/src/matcher/matcher.rs Outdated Show resolved Hide resolved
core/market/decentralized/src/api/provider.rs Outdated Show resolved Hide resolved
core/market/decentralized/tests/test_offer_broadcast.rs Outdated Show resolved Hide resolved
core/market/decentralized/tests/test_offer_broadcast.rs Outdated Show resolved Hide resolved
Copy link
Contributor

@tworec tworec left a comment

Choose a reason for hiding this comment

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

review finished, no more comments

@nieznanysprawiciel nieznanysprawiciel linked an issue Jun 4, 2020 that may be closed by this pull request
3 tasks
@nieznanysprawiciel nieznanysprawiciel changed the base branch from market-decentralized/db-models to master June 4, 2020 16:34
@tworec tworec merged commit ad92480 into master Jun 9, 2020
@tworec tworec deleted the market-decentralized/broadcast-offers branch June 9, 2020 09:34
@tworec tworec mentioned this pull request Jul 9, 2020
24 tasks
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.

Network Offer Discovery
2 participants