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

feat: add networking grpc calls to wallet and base node #3100

Merged

Conversation

sdbondi
Copy link
Member

@sdbondi sdbondi commented Jul 16, 2021

Description

  • Add ListConnectedPeers GRPC call to wallet and base node
  • Add GetNetworkStatus GRPC call to wallet and base node
  • Add Identify GRPC call to base node
  • Add avg network latency across all peers to liveness service
  • Add necessary GRPC calls to cucumber and client libs
  • Add basic connectivity cucumber scenarios

Motivation and Context

Opens up more cucumber test and long running daily report possibilities

How Has This Been Tested?

Cucumber tests pass

Checklist:

  • I'm merging against the development branch.
  • I have squashed my commits into a single commit.

@sdbondi sdbondi force-pushed the bn-grpc-connectivity-endpoint branch 7 times, most recently from b74d93d to eff19fd Compare July 20, 2021 07:57
@sdbondi sdbondi changed the title Add networking GRPC calls to wallet and base node feat: add networking grpc calls to wallet and base node Jul 20, 2021
@sdbondi sdbondi force-pushed the bn-grpc-connectivity-endpoint branch from eff19fd to 7b3052a Compare July 20, 2021 08:00
- Add `ListConnectedPeers` GRPC call to wallet and base node
- Add `GetNetworkStatus` GRPC call to wallet and base node
- Add `Identify` GRPC call to base node
- Add avg network latency across all peers to liveness service
- Add `get_base_node_latency` to base node service handle in wallet
- Add necessary GRPC calls to cucumber and client libs
- Add basic connectivity cucumber scenarios
@sdbondi sdbondi force-pushed the bn-grpc-connectivity-endpoint branch from 7b3052a to 85e02d7 Compare July 20, 2021 09:27
@stringhandler stringhandler merged commit 17f37fb into tari-project:development Jul 21, 2021
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