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
There are certain default Move VM features that we do not want to have active in our initial release. This includes:
Alternative authentication methods. Disabled until understood.
JWK_CONSENSUS
KEYLESS_ACCOUNTS
KEYLESS_ACCOUNTS_WITH_PASSKEYS
KEYLESS_BUT_ZKLESS_ACCOUNTS
Execution Performance Enhancements.
COIN_TO_FUNGIBLE_ASSET_MIGRATION — We know that we don't want this feature at the moment as it is not supported by our recommended method of parsing coin transfer events from the blockchain, which could negatively affect exchange integrations (for example). The following items are disabled in case they result in similar conflicts.
CONCURRENT_FUNGIBLE_ASSETS
CONCURRENT_TOKEN_V2 — Can’t disable? Check it.
DISPATCHABLE_FUNGIBLE_ASSET
CONCURRENT_FUNGIBLE_BALANCE
Other:
GAS_PAYER_ENABLED — Not sure if the Mempool supports this yet. Disabled until tested.
The text was updated successfully, but these errors were encountered:
There are certain default Move VM features that we do not want to have active in our initial release. This includes:
Alternative authentication methods. Disabled until understood.
Execution Performance Enhancements.
Other:
The text was updated successfully, but these errors were encountered: