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 and frontier fork to tip #2285

Merged
merged 1 commit into from
Dec 2, 2023

Conversation

ParthDesai
Copy link
Contributor

@ParthDesai ParthDesai commented Dec 2, 2023

Description

This PR updates substrate fork to c63a8b2 and frontier fork to 37ee453

New changes in substrate fork

  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

New changes in frontier fork

No functional changes, only updating to the above commit for the monorepo to be compiled successfully.

Changes in the monorepo apart from pointing to new commits

Due to upgrade of fdlimit crate the semantics of fdlimit::raise_fd_limit call has changed. So, subspace-farmer's utility function raise_fd_limit is changed to work with new version of the said function.

Code contributor checklist:

@ParthDesai ParthDesai added this pull request to the merge queue Dec 2, 2023
Merged via the queue into main with commit 7ee4687 Dec 2, 2023
10 checks passed
@ParthDesai ParthDesai deleted the update-substrate-fork branch December 2, 2023 09:31
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