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 GetInventory messages #4643

Merged
merged 2 commits into from Oct 14, 2020

Conversation

chimp1984
Copy link
Contributor

@chimp1984 chimp1984 commented Oct 14, 2020

This will be used for monitoring seed nodes.
Instead of requesting all data (we cannot request all in fact as it is too large)
we request the number of items the node has.

This code will not have any impact atm. It will be triggered once a new monitor module gets added which
will send the GetInventoryRequest to the seeds.

It would be nice to get it into 1.4.0 as then we have it already deployed for the seed nodes. Otherwise they will need to update in a few days again once the new monitor is running. The new monitor project will be a PR to master and coming soon as well :-)

Update: Here is the light weight monitor: https://github.com/chimp1984/bisq/tree/add-InventoryMonitor-module
Will wait with making a PR until I can test it with seeds once that PR is merged.

This will be used for monitoring seed nodes.
Instead of requesting all data (we cannot request all in fact as it is too large)
we request the number of items the node has.

This code will not have any impact atm. It will be triggered once a new monitor module gets added which
will send the GetInventoryRequest to the seeds.
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

@sqrrm sqrrm merged commit c41bfd7 into bisq-network:release/v1.4.0 Oct 14, 2020
@ripcurlx ripcurlx added this to the v1.4.0 milestone Oct 14, 2020
@chimp1984 chimp1984 deleted the add-get-inventory-msg branch October 15, 2020 00:46
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.

None yet

3 participants