From a95c3236b8fd94c8546954ce63367df29de33a02 Mon Sep 17 00:00:00 2001 From: Greg Lee Date: Sat, 28 Apr 2018 10:47:11 -0400 Subject: [PATCH] Moved images to being hosted on GitHub --- TechnicalWhitePaper.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TechnicalWhitePaper.md b/TechnicalWhitePaper.md index bde985c5..e7aa3ea5 100644 --- a/TechnicalWhitePaper.md +++ b/TechnicalWhitePaper.md @@ -165,7 +165,7 @@ EOS.IO software allows accounts to define what combination of keys and/or accoun ### Named Permission Levels - + Using the EOS.IO software, accounts can define named permission levels each of which can be derived from higher level named permissions. Each named permission level defines an authority; an authority is a threshold multi-signature check consisting of keys and/or named permission levels of other accounts. For example, an account's "Friend" permission level can be set for an Action on the account to be controlled equally by any of the account's friends. @@ -181,7 +181,7 @@ When delivering an Action of type "**Action**", from **@alice** to **@bob** the Once a mapping is identified then signing authority is validated using the threshold multi-signature process and the authority associated with the named permission. If that fails, then it traverses up to the parent permission and ultimately to the owner permission, **@alice.owner**. - + #### Default Permission Groups @@ -424,7 +424,7 @@ Authentication is the read-only process of verifying that an Action can be appli EOS.IO software is designed to facilitate inter-blockchain communication. This is achieved by making it easy to generate proof of Action existence and proof of Action sequence. These proofs combined with an application architecture designed around Action passing enables the details of inter-blockchain communication and proof validation to be hidden from application developers, enabling high level abstractions to be presented to developers. - + ## Merkle Proofs for Light Client Validation (LCV) @@ -463,4 +463,4 @@ Another example of SegWit would be for Steem blog posts. Under this model a post # Conclusion -The EOS.IO software is designed from experience with proven concepts and best practices, and represents fundamental advancements in blockchain technology. The software is part of a holistic blueprint for a globally scalable blockchain society in which decentralized applications can be easily deployed and governed. \ No newline at end of file +The EOS.IO software is designed from experience with proven concepts and best practices, and represents fundamental advancements in blockchain technology. The software is part of a holistic blueprint for a globally scalable blockchain society in which decentralized applications can be easily deployed and governed.