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

refactor: Upgrade actix-web #4268

Merged
merged 3 commits into from May 5, 2021
Merged

Conversation

miraclx
Copy link
Contributor

@miraclx miraclx commented May 1, 2021

Fixes #4240

@miraclx miraclx requested a review from frol May 1, 2021 15:58
Copy link
Collaborator

@frol frol left a comment

Choose a reason for hiding this comment

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

Great! We only need to make sure all the existing tests pass. Let's run nayduck: https://github.com/near/nearcore/blob/master/nightly/nayduck.py

Just sign up on the nayduck website and run python nightly/nayduck.py (and post the link to the build)

Cargo.toml Show resolved Hide resolved
Copy link
Collaborator

@bowenwang1996 bowenwang1996 left a comment

Choose a reason for hiding this comment

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

@frol why do we want to upgrade to some beta version? Is it better to wait for a stable release?

Copy link
Contributor

@chefsale chefsale left a comment

Choose a reason for hiding this comment

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

LGTM :) yes, only not sure if we want to use beta? Agree with @bowenwang1996.

@miraclx
Copy link
Contributor Author

miraclx commented May 4, 2021

@frol
Copy link
Collaborator

frol commented May 5, 2021

@bowenwang1996 we are already on actix betas (that was to migrate to tokio 1.x). This upgrade needed to acquire some new configuration options of awc (actix client), such as configurable size of payload to fix jsonrpc-client, and potentially resolve telemetry issue.

@frol frol added the automerge label May 5, 2021
@near-bulldozer near-bulldozer bot merged commit 6da6f34 into near:master May 5, 2021
@miraclx miraclx deleted the update-actix-web branch May 5, 2021 21:13
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.

Update actix-web dependencies
5 participants