Skip to content

Conversation

@citizen-stig
Copy link
Member

Description

This increases sequencer/node parallelism.

Before we've been starting the session and then building actuals, because we've been warming up the keys. Our belief is that warming up the keys that close to closing the session does not bring performance benefits.

Change in this PR allows node and sequencer doing the work of converting state accesses into nomt format before starting the session, so commit in the node will wait less.

  • I have updated CHANGELOG.md with a new entry if my PR makes any breaking changes or fixes a bug. If my PR removes a feature or changes its behavior, I provide help for users on how to migrate to the new behavior.
  • I have carefully reviewed all my Cargo.toml changes before opening the PRs. (Are all new dependencies necessary? Is any module dependency leaked into the full-node (hint: it shouldn't)?)

Testing

Existing tests are passing

Docs

No updates

This increases sequencer/node parallelism
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