Coder Social home page Coder Social logo

Comments (11)

jedmccaleb avatar jedmccaleb commented on July 21, 2024

possible implementation: stellar/stellar-core#997
12 character strings as keys
64 bytes as values

from stellar-protocol.

MonsieurNicolas avatar MonsieurNicolas commented on July 21, 2024

What are the actual use cases for this? Until now we had a strict schema for the user (like homeDomain)

from stellar-protocol.

jedmccaleb avatar jedmccaleb commented on July 21, 2024

It could be used for:
associating an encryption key with an account (this is the main thing we need it for now since this is a building block of the kyc stuff and private transactions)
associating other meta data, like name, other ways to contact, etc.
homeDomain could probably be this instead
Making a decentralized keybase.

Also I think there will be a lot of unanticipated things that will be able to use this. It seems like a pretty useful extension point.

from stellar-protocol.

MonsieurNicolas avatar MonsieurNicolas commented on July 21, 2024

Right, I understand it's generic, which quickly turns into garbage-in garbage-out type of situation as it's completely unstructured with no namespace.
I thought that even for kyc there was a need for external stores that deal with identity for example.

from stellar-protocol.

jedmccaleb avatar jedmccaleb commented on July 21, 2024

Well there will be agreement outside the protocol at the application layer about what the keynames mean. Similar to how assets work.

from stellar-protocol.

elliots avatar elliots commented on July 21, 2024

I don't want to just say +1, but that's basically the gist of this comment. This would be useful.

As a compromise between strict schema and garbage, perhaps a namespace field? Still not an actual schema, but would allow (through convention... domain?) for companies to namespace their fields and avoid clashes ('verificationCode' etc).

from stellar-protocol.

sunny-g avatar sunny-g commented on July 21, 2024

In addition 👍 this proposal, in addition to this repo for outlining new proposals, is there a publicly-available roadmap or priority list for when these proposals will be implemented?

Also, might this be a better use for IPFS storage for longer values as opposed to a dedicated protocol change like #32?

from stellar-protocol.

jedmccaleb avatar jedmccaleb commented on July 21, 2024

@sunny-g In this repo we discuss them but just because we are talking about them here doesn't mean that they will get implemented. If the idea is good and makes sense to include we will make an issue in stellar-core or the appropriate repo.

You could certainly use these key value pairs to include links to IPFS storage but it would be linked to a particular account. #32 is for attaching to transactions.

from stellar-protocol.

sunny-g avatar sunny-g commented on July 21, 2024

@jedmccaleb thanks for the prompt response and especially for your patience, I understand the differences now and hope #997 makes it into core soon!

from stellar-protocol.

MikeFair avatar MikeFair commented on July 21, 2024

Isn't this in?
Or is there something about this proposal that's different than the "Manage Data" txn API?

from stellar-protocol.

jedmccaleb avatar jedmccaleb commented on July 21, 2024

yes this is now in

from stellar-protocol.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.