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

[EPIC] Further protocol development roadmap #9

Open
3 tasks
dr-orlovsky opened this issue Oct 4, 2020 · 0 comments
Open
3 tasks

[EPIC] Further protocol development roadmap #9

dr-orlovsky opened this issue Oct 4, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@dr-orlovsky
Copy link
Member

  • Use channel factories so the whole set of transactions can move into a network under single large multiparty channel (with all workers, validators and prospective clients participating it). Additionally channel splits may allow simplification of how new parties join this network. This solves scalability problem.
  • Use RGB with public state to build off-chain information exchange between parties performing computational contract and link it to a transaction graph from a computation channel created by the channel factory. This will simplify interaction & data exchange protocol and will help to build reputational system for the next steps operating over ephemeral LN state (basically reputation is created by the signatures of contract participants with a copy payment transactions attached)
  • Use specially-designed blockchain (with aggregatable history) for consensus on list of availiable validators. It must be PoW, either with a new algo, or with merged mining to bitcoin. This will allow more stable arbitration system utilizing reputation and random selection of participants
@dr-orlovsky dr-orlovsky added enhancement New feature or request help wanted Extra attention is needed labels Oct 4, 2020
@dr-orlovsky dr-orlovsky self-assigned this Oct 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant