Skip to content

Roadmap

Dave Hoover edited this page May 17, 2016 · 17 revisions
"Make no little plans; they have no magic to stir [our] blood..."
--Daniel Burnham

Getting to 1.0

To me, when a project runs on Ethereum, reaching version 1.0 means that its primary contract address is set permanently, and that any future modifications to its behavior will only happen via other smart contracts whose permissions are explicit.

Open questions:

  • Should there be any way for any party to update a specific version of a library?
  • How do we incorporate source code and documentation?
  • Can we store Serpent "libraries"? (does Serpent have a concept of libraries?)
  • How does blockchain sharding affect this approach to code reuse?
Clone this wiki locally