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
Presently, the Econia registry is not publicly exposed so as to prevent excessive public queries, and thus transaction collisions against the registry that may result when new markets are registered.
To enable ease of market info lookup, it is proposed that the registry be separated into public and private portions:
here, the public element could be a table without length, such that once a new market is registered it can be looked up via read-only operations as needed. The private element could track number of issued capabilities, markets, etc. and could be updated only when registrants pay for operations with utility coins.
The text was updated successfully, but these errors were encountered:
Presently, the Econia registry is not publicly exposed so as to prevent excessive public queries, and thus transaction collisions against the registry that may result when new markets are registered.
To enable ease of market info lookup, it is proposed that the registry be separated into public and private portions:
here, the public element could be a table without length, such that once a new market is registered it can be looked up via read-only operations as needed. The private element could track number of issued capabilities, markets, etc. and could be updated only when registrants pay for operations with utility coins.
The text was updated successfully, but these errors were encountered: