MeshJS / mesh

An open-source library to advance Web3 development on Cardano
https://meshjs.dev
Apache License 2.0
200 stars 55 forks source link

feat: wip #218

Closed HinsonSIDAN closed 1 month ago

HinsonSIDAN commented 3 months ago

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();
};
vercel[bot] commented 3 months ago

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