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

feat: wip #218

Closed
wants to merge 13 commits into from
Closed

feat: wip #218

wants to merge 13 commits into from

Conversation

HinsonSIDAN
Copy link
Member

The is a preparatory PR for upcoming V2 upgrade. It reshuffles serialization logics and centralized it, for easier integration for later dependency injection patterns. Also, CSL specific logic is removed and will be documented later. Those apis would be added back per request.

List of removed functions:

export const readTransaction = (tx: string): csl.TransactionJSON => {
  return deserializeTx(tx).to_js_value();
};

Copy link

vercel bot commented May 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
mesh-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 17, 2024 11:21am
mesh-playground ❌ Failed (Inspect) May 17, 2024 11:21am

@jinglescode jinglescode closed this Aug 2, 2024
@jinglescode jinglescode deleted the feature/mesh-core-refactor branch August 2, 2024 10:04
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