cashubtc / cashu-ts

A TypeScript library for building Cashu wallets
MIT License
58 stars 34 forks source link

update v1.0.0 migration guide #163

Closed gudnuf closed 3 months ago

gudnuf commented 3 months ago

Fixes: v1.0.0 migration guide was outdated for recent changes

Description

Between the time that the migration guide was written and the v1.0.0 release there were a few minor changes.

I upgraded from rc.5 to the release version and found changes to the MintQuoteResponse, MeltQuoteResponse, and return types of receive and receiveTokenEntry

Changes

Updated migration guide with discrepancies I found, but this is not necessarily all of them

PR Tasks