Drops-of-Diamond / diamond_drops

WIP on sharding and Ethereum 2.0 with enshrined-in-consensus data availability and Rust: a fast, safe, concurrent and practical programming language
The Unlicense
57 stars 14 forks source link

Refer to Geth-sharding and Py-EVM projects for further projects and mimic #2

Open jamesray1 opened 6 years ago

jamesray1 commented 6 years ago

https://github.com/prysmaticlabs/geth-sharding/projects. Just focus on phase 1 for now.

jamesray1 commented 6 years ago

https://github.com/ethereum/py-evm/projects/3: sharding with no state execution (phase 1). Ignore projects 1 and 2, they are out-of-date, using the old spec.

jamesray1 commented 6 years ago

Refactored to #7, #6, #5, #4 and #1, but keep open as an ongoing thing to check occassionally.

jamesray1 commented 6 years ago

Note that we can use other languages with unsafe Rust.

https://doc.rust-lang.org/book/second-edition/ch19-01-unsafe-rust.html#using-extern-functions-to-call-external-code

jamesray1 commented 6 years ago

https://medium.com/prysmatic-labs/biweekly-development-update-2-d29d0c91e7d0