-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discuss: Add arbitrary key value storage to actors #178
Comments
Closed
|
discussed with @whyrusleeping
|
Now ready to be spec'ed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A fairly low cost and complexity thing we could add to filecoin would be a simple key value store on each actor (or maybe just account actors). This would allow users to store small bits of data on chain, easily (obviously paying for it). This can be an incredibly useful feature for many reasons, but the primary one i’m thinking through is allowing users to signal things to the network like version, to make it easier to reason about and observe forks. This information would be unverifiable, but serves as a good signal.
I’m always a big proponent of leaving protocols open for extensibility, and I feel that this gives us a lot of it
The text was updated successfully, but these errors were encountered: