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
We should move from an instantiable flow to allow users who aren't familiar with near to submit blobs. Needs to use namespace and emit events for submissions. Use owner from sdkcontracttools.
Information in the repository:
pk: namespace:id
owner info
base priority (can default to 0 for now, will need soon)
maintainers: bytes[]
Would need functions to register themselves for a fee for sybil resistance.
Only the account owner & maintainers should be able submit blobs here.
Still try to deserialise as minimal as possible, try to just take from the input bytes somehow. Expect that the submit function will look sosmething like (namespace, blob).
Eventually we add onchain priority queue for submit&prove
The text was updated successfully, but these errors were encountered:
dndll
changed the title
Allow a blob submission repository
Blob submission repository
Mar 4, 2024
We should move from an instantiable flow to allow users who aren't familiar with near to submit blobs. Needs to use namespace and emit events for submissions. Use owner from sdkcontracttools.
Information in the repository:
Would need functions to register themselves for a fee for sybil resistance.
Only the account owner & maintainers should be able submit blobs here.
Still try to deserialise as minimal as possible, try to just take from the input bytes somehow. Expect that the submit function will look sosmething like (namespace, blob).
Eventually we add onchain priority queue for submit&prove
The text was updated successfully, but these errors were encountered: