-
Notifications
You must be signed in to change notification settings - Fork 36
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
Naming Methods Mint/Melt #145
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Any reason why you call one |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Naming Methods Mint/Melt
Fixes: #143
Description
Feedback from the hackday was that naming of some user facing methods of
CashuWallet
were not clearly named. This PR addresses this issue. It also changes the names of correspondingCashuMint
methods to reflect the protocol spec more closely.Changes
CashuWallet.mintQuote
toCashuWallet.createMintQuote
CashuMint.mintQuote
toCashuMint.postMintQuote
CashuWallet.getmintQuote
toCashuWallet.checkMintQuote
meltQuote
andgetMeltQuote
PR Tasks
npm run test
--> no failing unit testsnpm run format