Skip to content

Fix typo #7

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

Merged
merged 1 commit into from
Jun 3, 2021
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@ Fabric Nodes interact to achieve pre-defined goals. Let's give a quick look at t
Notice that, each phase is essentially an interactive protocol, executed by given parties, used to achieve a specific goal.
A few remarks on the above protocol will help the reader to understand the reasons why we decided to revise it, and the directions we want to follow:
- `Each party should be able to run its own business logic`: The endorsement policy does not say anything about the process that should be used to assemble the RWSet. In particular, it does not say that all endorsers of a given chaincode should run the same business logic. Nor it says that the RWSet should be produced by endorsers. Indeed, the execution phase can be implemented in other ways. For example, the clients could assemble the RWSet directly and then ask the endorsers to `approve` the transaction.
- `Free players`: Fabric nodes have a precise role in the network. In other words, Fabric nodes are not interchangeable. This means that a client cannot endorser, an endorser cannot submit transactions to the ordering service, and so on. Indeed, an endorser is just a network node that possesses a signing secret key accepted by some endorsement policy.
- `Free players`: Fabric nodes have a precise role in the network. In other words, Fabric nodes are not interchangeable. This means that a client cannot endorse the transaction, an endorser cannot submit transactions to the ordering service, and so on. Indeed, an endorser is just a network node that possesses a signing secret key accepted by some endorsement policy.

The above remarks guided us during the design of the Fabric Smart Client.

@@ -127,4 +127,4 @@ We use [`SemVer`](https://semver.org/) for versioning. For the versions availabl

# License

This project is licensed under the Apache 2 License - see the [`LICENSE`](LICENSE) file for details
This project is licensed under the Apache 2 License - see the [`LICENSE`](LICENSE) file for details