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
Is your feature request related to a problem? Please describe.
To reduce the amount of EVM memory consumed by a single PersonalInfo contract and to increase the tx throughput of the PersonalInfo register(), issuers should not use a shared PersonalInfo contract, but should use their own PersonalInfo instead.
In the current implementation, the PersonalInfo contract registered in the Token contract can be set by the API POST parameter, and the API user can only use the existing deployed PersonalInfo contract.
Describe the solution you'd like
Allow issuers to use their own PersonalInfo contract.
Deploy a new PersonalInfo contract for each issuer.
Use the above PersonalInfo contract address when the issuer deploys a newer token contract.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
The text was updated successfully, but these errors were encountered: