oasisprotocol / sapphire-paratime

The Sapphire ParaTime monorepo.
https://oasisprotocol.org/sapphire
Apache License 2.0
34 stars 24 forks source link

Add Viem v2 & Wagmi v2 packages, and remove Ethers dependency #303

Closed CedarMist closed 3 weeks ago

CedarMist commented 4 months ago

Description

Add support for Viem v2 and Wagmi v2. Remove Ethers dependency.

Replaces https://github.com/oasisprotocol/sapphire-paratime/pull/164

Details

netlify[bot] commented 4 months ago

Deploy Preview for oasisprotocol-sapphire-paratime canceled.

Name Link
Latest commit d956ad7de0a2bc1c1d37857a7cf17e4fa6a158f5
Latest deploy log https://app.netlify.com/sites/oasisprotocol-sapphire-paratime/deploys/66a86876ff5f210008cbaece
CedarMist commented 3 months ago

Feedback from Matevz

matevz commented 3 months ago
* tag current branch as 1.x / stable
* new stuff goes as 2.x / beta?

Sleeping over this, I would name the stable branch as clients/js/1.3.x and keep the new refactored codebase inside the main branch. If we find anything worth fixing in the stable branch as well, then we backport the fix from main to clients/js/1.3.x. If the fix is solely for 1.3.x, then we just fix the issue on the branch directly.