Skip to content

feat: Storage API 2.0#220

Merged
xDarksome merged 94 commits into
mainfrom
feat/storage-api-2.0
Jul 3, 2025
Merged

feat: Storage API 2.0#220
xDarksome merged 94 commits into
mainfrom
feat/storage-api-2.0

Conversation

@xDarksome

@xDarksome xDarksome commented Jun 12, 2025

Copy link
Copy Markdown
Member

Description

New version of Storage API for WCN 2.0

Additionally:

  • 2.0 version of RPC machinery

How Has This Been Tested?

Unit

Due Diligence

  • Breaking change
  • Requires a documentation update
  • Requires a e2e/integration test update

@xDarksome xDarksome marked this pull request as ready for review June 27, 2025 16:44
@xDarksome xDarksome requested review from heilhead and nopestack June 27, 2025 16:44
Comment thread crates/storage_api2/src/operation.rs Outdated
#[derive(Clone, Debug, From, EnumDiscriminants, PartialEq, Eq)]
#[strum_discriminants(name(Name))]
#[strum_discriminants(derive(Ordinalize))]
pub enum Operation<'a> {

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

I thought we were simplifying type signatures with this one

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Is a single parameter too complex? I was talking about lifetimes in RPC machinery impls.

@nopestack nopestack left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

👍

@xDarksome xDarksome merged commit d9bdf38 into main Jul 3, 2025
12 checks passed
@xDarksome xDarksome deleted the feat/storage-api-2.0 branch July 3, 2025 09:21
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.

4 participants