Bridge Working Group Update [2021-03-05] #515
Unanswered
alexauroradev
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The video of the call is available here
The forum discussion is available here
Agenda
Status, current goal
Release in 10 days: core bridge, ERC20 connector and FE; continuing the work on
eth-connector
Planned items:
Done:
Weekly update
Alex Shevchenko
Marcelo Fornet
Eugene Kapun
AdminControlled
:SSTORE
.Kirill Abramov
AdminControlled
Pierre-Alain Ouvrard
Next week
Discussion
mint
function work?deposit
functions: one is#[payable]
and is able to create an accout and the other is not#[payable]
#[payable] registerAccount(tokenAccount, userAccount)
function in the Factory + non-payabledeposit
UPDATE: Checked with Illia and Eugene on the
#[payable]
functions. Making#[payable] mint
will still allow the attachment of 0 yoctoNEAR and thus won't cause the confusion for the user. So, FE will determine whether the account is created and if not, it will attach non-zero deposit. Everything will be done in a single transaction, no need to do batched transactions.Beta Was this translation helpful? Give feedback.
All reactions