You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lack of changes in older applications as we do not change erc20 name
No communication to end user is needed
Not accepted payments on old driver will be automatically migrated to the new one.
Change is transparent for SDK
Drawbacks:
We split network - new payment driver need to propagate through network and achieve > 50%. We need to phase out AR migration to new payment driver over time.
Accepted but not settled payments on old driver will not be automatically migrated to the new one - payments will stuck forever. It should impact very small amount of users.
Payment Driver - Backward compatibility
erc20
.protocol.version
, which will limit Requestors to accept only new Providers (version ≥ 2)protocol.version
, which will limit Provider to accept only new Requestors (version ≥ 2)Benefits:
erc20
nameDrawbacks:
Source: https://hackmd.io/ghBbvjtkTnujJPbgm977YA?view
Acceptance Criteria:
erc20next
toerc20
ProtocolVersion
toplatform
in the offerProtocolVersion
in the demand to prevent interacting with old providersThe text was updated successfully, but these errors were encountered: