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

Remove persist submodule #1473

Merged
merged 3 commits into from
Jun 15, 2024
Merged

Commits on Jun 14, 2024

  1. feat!: rm persist submodule

    Remove `PersistBackend`, `PersistBackendAsync`, `StageExt` and
    `StageExtAsync`. Remove `async` feature flag and dependency. Update
    examples and wallet.
    evanlinjin committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    1eca568 View commit details
    Browse the repository at this point in the history
  2. feat(chain)!: add take convenience method to Append trait

    This is useful if the caller wishes to use the type as a staging area.
    
    This is breaking as `Append` has a `Default` bound now.
    evanlinjin committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    feb27df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0bf45b View commit details
    Browse the repository at this point in the history