Skip to content
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

feat: On chain ledger #380

Closed
1 task
Tracked by #51
mudler opened this issue Jun 28, 2024 · 0 comments · Fixed by #392
Closed
1 task
Tracked by #51

feat: On chain ledger #380

mudler opened this issue Jun 28, 2024 · 0 comments · Fixed by #392
Assignees
Labels
enhancement New feature or request triage

Comments

@mudler
Copy link
Contributor

mudler commented Jun 28, 2024

As part of #345 we have decided to go with our on-chain ledger rather then using another third party ledger.

Describe the solution you'd like

The key takeaways are:

  • we have our own ledger that can store a limited set of data in the on-chain ledger. The ledger is implemented similarly to what EdgeVPN uses.
  • The ledger can be used to store a CID (content addressable ID) to reference a data that is carried over with the ledger. that for instance can be used to store big files or content that doesn't fit the ledger (see also Spike: On chain ledger #345 (comment) )
  • The ledger can be written only by trusted nodes, but can be read by all nodes of the network
  • For development, we can also point to an IPFS CID that is then pinned by the oracle nodes. That would allow us to quickly iterate in the short term while we develop a CID system inside our own protocol.

This card is about wrapping up the esperimental PR work in #350 and have it merged in the repository.

Describe alternatives you've considered
Using an external blockchain as a ledger (see discussions in #345)

Additional context
N/A

Acceptance criteria

@mudler mudler added enhancement New feature or request triage labels Jun 28, 2024
@jdutchak jdutchak self-assigned this Jun 28, 2024
@jdutchak jdutchak reopened this Jun 28, 2024
@jdutchak jdutchak linked a pull request Jun 28, 2024 that will close this issue
jdutchak added a commit that referenced this issue Jul 2, 2024
* release notes

* changed version to 0.0.9-beta
@jdutchak jdutchak removed a link to a pull request Jul 2, 2024
@jdutchak jdutchak linked a pull request Jul 2, 2024 that will close this issue
@jdutchak jdutchak reopened this Jul 2, 2024
@mudler mudler mentioned this issue Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants