From 70eff8946bbcdab49dde202105d2191474b2b6e2 Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Fri, 30 Nov 2018 10:05:59 +0100 Subject: [PATCH 1/3] Update dev-ocean submodule to latest commit --- external/dev-ocean | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/dev-ocean b/external/dev-ocean index 17d9bbaf..947a1a71 160000 --- a/external/dev-ocean +++ b/external/dev-ocean @@ -1 +1 @@ -Subproject commit 17d9bbaffa0dcb29fc2e01794723c245f6f4a57d +Subproject commit 947a1a71e31698bb2dd0be5ae1f5c78bc3dc7b8f From 4e20934f56a306471d44110cb857c2697ed842cf Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Fri, 30 Nov 2018 10:15:09 +0100 Subject: [PATCH 2/3] Add azure-for-brizo page to the TOC --- data/sidebars/tutorials.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/sidebars/tutorials.yml b/data/sidebars/tutorials.yml index 4028837c..a2c64faf 100644 --- a/data/sidebars/tutorials.yml +++ b/data/sidebars/tutorials.yml @@ -4,6 +4,8 @@ link: /tutorials/introduction/ - title: How to Use a Testnet link: /tutorials/use-a-testnet/ + - title: Create Azure Credentials for Brizo + link: /tutorials/azure-for-brizo/ - group: Publish items: From 57a3db16c1df0d0370c0eed9c72899a76b4573a7 Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Fri, 30 Nov 2018 10:47:59 +0100 Subject: [PATCH 3/3] Define Verifier and SEA --- content/concepts/terminology.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/concepts/terminology.md b/content/concepts/terminology.md index 194077b8..2bcf3d49 100644 --- a/content/concepts/terminology.md +++ b/content/concepts/terminology.md @@ -27,6 +27,16 @@ Someone who wants assets. An example is a data scientist working at an economic A service where publishers can list what assets they have, and consumers can see what's available then buy it (or get it for free). The Ocean network supports many marketplaces/tribes. +## Verifier + +A person or a software service that checks some steps in transactions. For example, a verifier might check to see if a cryptographic signature is valid and then get rewarded for doing so. + +## Service Execution Agreement (SEA) + +A contract-like agreement between a provider, a consumer, and a verifier, specifying what data assets are to be delivered (from provider to consumer), the conditions that must be met, and the rewards for fulfilling the conditions. + +We published an [Ocean Protocol blog post that explains SEAs in more detail](https://blog.oceanprotocol.com/exploring-the-sea-service-execution-agreements-65f7523d85e2). + ## More Terminology See the page about Ocean's [Software Components](/concepts/components/).