Skip to content

privVal: Integrate socket client#1237

Merged
ebuchman merged 1 commit intofeature/priv_valfrom
feature/priv_val_socket_client
Feb 28, 2018
Merged

privVal: Integrate socket client#1237
ebuchman merged 1 commit intofeature/priv_valfrom
feature/priv_val_socket_client

Conversation

@xla
Copy link
Contributor

@xla xla commented Feb 22, 2018

Following ADDR 008 the node will connect to an external process to handle signing requests. Operation of the external process is left to the user.

  • introduce alias for PrivValidator interface on socket client
  • integrate socket client in node
  • structure tests

Follow-up to #1204 against #1203.

@xla xla self-assigned this Feb 22, 2018
@xla xla requested review from ebuchman and melekes February 22, 2018 23:53
@xla xla force-pushed the feature/priv_val_socket_client branch from 285cef7 to df927f5 Compare February 23, 2018 00:15
@xla xla changed the title Integrate private validator socket client privVal: Integrate socket client Feb 23, 2018
@codecov-io
Copy link

Codecov Report

Merging #1237 into feature/priv_val will decrease coverage by 0.12%.
The diff coverage is 72.72%.

@@                 Coverage Diff                  @@
##           feature/priv_val    #1237      +/-   ##
====================================================
- Coverage             59.54%   59.42%   -0.13%     
====================================================
  Files                   126      126              
  Lines                 11517    11524       +7     
====================================================
- Hits                   6858     6848      -10     
- Misses                 4006     4023      +17     
  Partials                653      653

Following ADDR 008 the node will connect to an external
process to handle signing requests. Operation of the external process is
left to the user.

* introduce alias for PrivValidator interface on socket client
* integrate socket client in node
* structure tests
* remove unnecessary flag
@xla xla force-pushed the feature/priv_val_socket_client branch from df927f5 to 74d3f7e Compare February 23, 2018 13:02
connDeadlineSeconds = 3
dialRetryIntervalSeconds = 1
dialRetryMax = 10
defaultConnDeadlineSeconds = 3
Copy link
Contributor

Choose a reason for hiding this comment

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

what's the purpose of default prefix if you can't change it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It is possible to overwrite the timeout for the client. Usually the default prefix is used for constants.

@ebuchman ebuchman merged commit edb871f into feature/priv_val Feb 28, 2018
@ebuchman ebuchman deleted the feature/priv_val_socket_client branch February 28, 2018 05:57
cboh4 pushed a commit to scrtlabs/tendermint that referenced this pull request Apr 7, 2025
…ndermint#1237)

Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.25.1 to 1.26.0.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](bufbuild/buf-setup-action@v1.25.1...v1.26.0)

---
updated-dependencies:
- dependency-name: bufbuild/buf-setup-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

4 participants