blochchain integration #463
dzmitry-lahoda
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
in blockchain, we need to be very secure.
we have the next gates in place:
0. we use rust
reproducible builds - as in other places
multi-signature DAO, so several people who hold a stake in the protocol should sign the proposed verified build to be published. all parties stake so that DAO take stake when somebody misbehaves (e.g. spams with proposals:)
so what we lack is on-chain web of trust
Solana(so another chain can work too):
sure you can do that in git, but git is centralized (until it migrated to ipfs or every hosts his own ipv6 enabled server it is - GitHub is centralized - imagine removal by MS some white hat trust account)
but that is not all. how to build an incentive layer on top of git? hard. Solana is easier.
another topic - on blockchain we have to trust 3rd parties for now. but the solution is more or less clear solana-labs/solana-program-library#2713
but not for dependencies review.
Economical incentive for crev reviews (for sure it is not work as is, but may be something like this) :
Beta Was this translation helpful? Give feedback.
All reactions