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

Rpc sidecar configurable attempts #233

Closed

Conversation

zajko
Copy link
Contributor

@zajko zajko commented Jan 25, 2024

No description provided.

Jakub Zajkowski and others added 18 commits January 5, 2024 13:42

Unverified

This user has not yet uploaded their public signing key.
…eparate binaries and `cargo build` will produce two executable packages.

* Updating schemars version because the old one having bugs (if there is a name collision for components schema only one will be saved)
* Copying casper_types to this project. The reason is that casper_types in release <= 4.0.1 depends on old schemars
* Copying casper_types for 2.0 release to this project. The reason is that rpc sidecar has to use the new types definitions, but for now they are not released (and it's not clear if they will be released prior to node 2.0 release).
* Changing RpcError implementation to fix tests. Some alignments of codestyle to make clippy happy.
* Moving casper-types dependencies to workspace level
Sync changes from node branch
Switch to having a single binary
…ntial_backoff will take a new parameter called max_attempts. I tcan be either "infinite" or a positive, non-zero number.
@zajko zajko closed this Jan 25, 2024
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