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
Allow the user to sign a maxNumBatch parameter when sending a L2 transaction.
Proposals implementation:
Add new param to transaction maxNumBatch which would be chosen by the user
Add numBatchOffset and internally compute the maxNumBatch
Atomic transactions
All the rq should be added to allow the user to link transactions.
Proposals implementation:
when a L2 transaction is done, return the necessary data which could be shared afterwards to link transactions. Therefore allow a single object as a parameter to link transactions
Add single parameters just related to atomic transactions and sign them internally
The text was updated successfully, but these errors were encountered:
Add new param to transaction maxNumBatch which would be chosen by the user
Atomic transactions
Add single parameter (linkedTransaction) just related to atomic transaction and sign them internally.
We will review user/develop flow afterwards and select the best way to incorporate atomic transaction data in higher layer in the library
New features
maxNumBatch
Allow the user to sign a
maxNumBatch
parameter when sending a L2 transaction.maxNumBatch
which would be chosen by the usernumBatchOffset
and internally compute themaxNumBatch
Atomic transactions
All the
rq
should be added to allow the user to link transactions.The text was updated successfully, but these errors were encountered: