Web3Auth / mpc-core-kit

15 stars 4 forks source link

Implicit atomic mutation #125

Closed ieow closed 1 month ago

ieow commented 2 months ago

Currently for manual Sync = false, tkey is updating metadata for every mutation ( some mpc function invoked multiple mutation). with manual sync = true, developer have to call commitChanges after every mpc function call that invoked mutation.

adding implicit atomic mutation so that for mpc function that invoked multiple mutation will only invoke once after all local mutation is done for manual Sync = false in mpc-core-kit.

himanshuchawla009 commented 1 month ago

merged in v3