ref-fvm icon indicating copy to clipboard operation
ref-fvm copied to clipboard

EVM runtime: Implement value transfers

Open karim-agha opened this issue 2 years ago • 2 comments

Sending tokens between two accounts without invoking any contract. This should be all implemented on the bridge level.

karim-agha avatar Jun 14 '22 15:06 karim-agha

Do we want to model intra-EVM and cross runtime value transfers differently?

raulk avatar Jun 15 '22 00:06 raulk

In this iteration we're using the bridge as the source of truth about EVM accounts balances, so it needs to go through the bridge to map EVM addresses to FIL addresses (if they exist). Also sending to an EVM account that doesn't have a FIL mapped account will trap the funds on the bridge until the mapping is discovered.

karim-agha avatar Jun 15 '22 08:06 karim-agha

@raulk Do we need this for M2.1?

maciejwitowski avatar Oct 07 '22 12:10 maciejwitowski

This was from the days of bridges. f4 makes this moot.

Stebalien avatar Oct 07 '22 14:10 Stebalien