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

Update substrate fork #5

Merged
merged 1 commit into from
Dec 2, 2023
Merged

Conversation

ParthDesai
Copy link

@ParthDesai ParthDesai commented Dec 2, 2023

Description

This PR updates substrate fork to commit c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c. This brings in two main changes:

  1. Addition of recorded_keys function in ProofRecorder to get the keys. PR: Add function to get recorded keys from proof recorder instance polkadot-sdk#8
  2. Prevent panic if the fdlimit call to increase the file descriptor limit fails. Backported from upstream PR: Do not panic if the fdlimit call to increase the file descriptor limit fails paritytech/polkadot-sdk#2155

Overall, the changes are not related to frontier. But, we need to update the fork in order for monorepo to be compiled successfully.

Note

I had to run cargo update --package thiserror as there was conflict between thiserror crate's version referenced by our fork and version locked in the Cargo.lock file in this repository.

@ParthDesai ParthDesai merged commit 37ee453 into subspace-v4 Dec 2, 2023
1 check passed
@ParthDesai ParthDesai deleted the update-substrate-fork-ref branch December 2, 2023 06:16
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