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

Remove links to the outdated spec #1021

Merged
merged 1 commit into from
Apr 29, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ also known as the "Feuerland" client. It's based on the [Bitcoin C++
client](https://github.com/bitcoin/bitcoin) and introduces major improvements
and features such as:

* Replace Proof of Work (PoW) with [Esperanza Proof of Stake (PoS)](
https://github.com/dtr-org/unit-e-project/blob/master/specs/spec_v1.0.md#block-proposal).
* Replace Proof of Work (PoW) with Esperanza Proof of Stake (PoS).
Unlike most blockchain projects, that's a complete rewrite
of the consensus, leaving no trace of PoW while keeping the UTXO model and
other areas (blockchain, p2p, wallet) functioning, potentially
Expand All @@ -41,8 +40,7 @@ and features such as:
design best practices. Allowing good testability and being able to do future
modifications with confidence, including changes in the complex consensus
layer
* [Finality](
https://github.com/dtr-org/unit-e-project/blob/master/specs/spec_v1.0.md#block-finalization)
* Finality
is enabled by finalizer nodes, voting every epoch (currently 50
blocks), with advanced on-chain lifecycle (deposit, vote, slash, withdraw) on
top of UTXO, using custom advanced scripts. Security is maintained through
Expand Down