Skip to content

Tags: FreePay/3cities

Tags

v0.0.104

Toggle v0.0.104's commit message
fixup

v0.0.103

Toggle v0.0.103's commit message
Fix self deposit link

v0.0.102

Toggle v0.0.102's commit message
Enhance service verification request/response

v0.0.101

Toggle v0.0.101's commit message
Add more debug info to service fromProto

v0.0.100

Toggle v0.0.100's commit message
Add debug info to service fromProto

v0.0.99

Toggle v0.0.99's commit message
Request that parent window keep iframe open during signing

To help avoid potential data loss of dropped transaction details after
signing.

v0.0.98

Toggle v0.0.98's commit message
Show "Ways to pay" unconditionally

Previously, 3cities showed the full tokens and chains accepted for
payment only if the sender's wallet had no payment options.

It's now shown unconditionally to help users better plan their payments.
Eg. if a user has only one payment method but they want to discover how
they could otherwise pay.

v0.0.97

Toggle v0.0.97's commit message
Disable suggestAutoExecute and autoClickIfNeverClicked

suggestAutoExecute and autoClickIfNeverClicked are two transactions
features that help ensure the user only has to click the button once,
regardless of any needed EIP-712 signatures or network additions or
switches.

These features offer a delightful UX where almost all users only have to
click the button once.

However, these features have a critical bug since the recent upgrade to
wagmi v2 where unexpected ExecuteTokenTransfer renders can cause
execute() to be called twice in a row, leading to the user being
prompted to sign duplicate payment transactions (and duplicate payment
if they sign both).

This disables suggestAutoExecute and autoClickIfNeverClicked until they
can be rebuilt safely.

v0.0.96

Toggle v0.0.96's commit message
Don't depend on forge to run 'yarn build' in root

v0.0.95

Toggle v0.0.95's commit message
Update README