Move credit-only and Move proposals to the implemented section of the book (#5308) (#5309)

automerge
This commit is contained in:
mergify[bot]
2019-07-27 15:41:18 -07:00
committed by Grimes
parent a834e9ae10
commit 70b15317a9

View File

@ -59,10 +59,8 @@
- [Economic Design MVP](ed_mvp.md) - [Economic Design MVP](ed_mvp.md)
- [References](ed_references.md) - [References](ed_references.md)
- [Cluster Test Framework](cluster-test-framework.md) - [Cluster Test Framework](cluster-test-framework.md)
- [Credit-only Accounts](credit-only-credit-debit-accounts.md)
- [Validator](validator-proposal.md) - [Validator](validator-proposal.md)
- [Simple Payment and State Verification](simple-payment-and-state-verification.md) - [Simple Payment and State Verification](simple-payment-and-state-verification.md)
- [Embedding the Move Langauge](embedding-move.md)
- [Cross-Program Invocation](cross-program-invocation.md) - [Cross-Program Invocation](cross-program-invocation.md)
- [Implemented Design Proposals](implemented-proposals.md) - [Implemented Design Proposals](implemented-proposals.md)
@ -77,3 +75,5 @@
- [Reliable Vote Transmission](reliable-vote-transmission.md) - [Reliable Vote Transmission](reliable-vote-transmission.md)
- [Repair Service](repair-service.md) - [Repair Service](repair-service.md)
- [Testing Programs](testing-programs.md) - [Testing Programs](testing-programs.md)
- [Credit-only Accounts](credit-only-credit-debit-accounts.md)
- [Embedding the Move Langauge](embedding-move.md)