From e952317114c35c03add7f0664e0dc217517b75aa Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Fri, 27 Dec 2024 16:06:37 +0300 Subject: [PATCH 1/3] docs: typo fix Update transaction-processing.md --- docs/transaction-processing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/transaction-processing.md b/docs/transaction-processing.md index b3e7161..6f4ce0c 100644 --- a/docs/transaction-processing.md +++ b/docs/transaction-processing.md @@ -12,4 +12,4 @@ When an application server with the key-value runtime encounters the commit reco ## Concurrent Assumption -This transaction model assumes that the transaction participants are collaborative and will honestly compose the commit record with the correct content. Although this assumption in a decentralized environment is too strong, it is still achievable for specific applications. For example, for an application like Google Docs, a user normally shares the access to others who can be trusted. In case this assumption cannot hold, the code of the transaction can be stored in the ZeroGravity log and some mechanism of verifiable computation like zero-knowledge proof or hardware with trust execution environment (TEE) can be employed by the transaction executors to detect the validity of the commit record. +This transaction model assumes that the transaction participants are collaborative and will honestly compose the commit record with the correct content. Although this assumption in a decentralized environment is too strong, it is still achievable for specific applications. For example, for an application like Google Docs, a user normally shares the access to others who can be trusted. In case this assumption cannot hold, the code of the transaction can be stored in the ZeroGravity log and some mechanism of verifiable computation like zero-knowledge proof or hardware with trusted execution environment (TEE) can be employed by the transaction executors to detect the validity of the commit record. From f78b39be5e5782cc38b2bc141131f17aaeed9c76 Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Fri, 27 Dec 2024 16:07:58 +0300 Subject: [PATCH 2/3] docs: typo fix Update run.md --- docs/run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/run.md b/docs/run.md index a5de009..3be13f1 100644 --- a/docs/run.md +++ b/docs/run.md @@ -4,7 +4,7 @@ ### Setup Environment -Install dependencies Node.js, yarn, hardhat. +Install the dependencies Node.js, yarn, hardhat. - Linux From 9d9e65f4ed8ef1393be3708e0830636540a1c9a6 Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Fri, 27 Dec 2024 16:09:02 +0300 Subject: [PATCH 3/3] docs: typo fix Update onebox-test.md --- docs/onebox-test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/onebox-test.md b/docs/onebox-test.md index 9acbeef..a497703 100644 --- a/docs/onebox-test.md +++ b/docs/onebox-test.md @@ -19,7 +19,7 @@ The blockchain node binaries will be compiled or downloaded from github to `test ## Run Tests -Changes to the `tests` folder and run the following command to run all tests: +Change to the `tests` folder and run the following command to run all tests: ``` python test_all.py