Skip to content
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

Encapsulate access to data model #1982

Closed
mversic opened this issue Mar 17, 2022 · 1 comment
Closed

Encapsulate access to data model #1982

mversic opened this issue Mar 17, 2022 · 1 comment
Assignees
Labels
api-changes Changes in the API for client libraries Enhancement New feature or request iroha2-dev The re-implementation of a BFT hyperledger in RUST

Comments

@mversic
Copy link
Contributor

mversic commented Mar 17, 2022

In order to have uniform API when writing client applications or smart contracts through FFI data model structures need to be encapsulated so that their inner structure isn't revealed to the caller, rather the caller is instructed to use getter and setter functions to inspect and/or modify structures in the data model

@mversic mversic added Enhancement New feature or request iroha2-dev The re-implementation of a BFT hyperledger in RUST api-changes Changes in the API for client libraries labels Mar 17, 2022
@mversic mversic self-assigned this Mar 17, 2022
@dmitrivenger
Copy link

@appetrosyan - Please review the PR one more time.

mversic added a commit to mversic/iroha that referenced this issue May 2, 2022
…uctures (hyperledger#2077)

Signed-off-by: Marin Veršić <marin.versic101@gmail.com>
appetrosyan pushed a commit to appetrosyan/iroha that referenced this issue May 4, 2022
appetrosyan pushed a commit to appetrosyan/iroha that referenced this issue May 12, 2022
appetrosyan pushed a commit to appetrosyan/iroha that referenced this issue May 12, 2022
appetrosyan pushed a commit to appetrosyan/iroha that referenced this issue May 12, 2022
appetrosyan pushed a commit to appetrosyan/iroha that referenced this issue May 12, 2022
appetrosyan pushed a commit to appetrosyan/iroha that referenced this issue May 12, 2022
…uctures (hyperledger#2077)

Signed-off-by: Marin Veršić <marin.versic101@gmail.com>
mversic added a commit to mversic/iroha that referenced this issue May 13, 2022
…uctures (hyperledger#2077)

Signed-off-by: Marin Veršić <marin.versic101@gmail.com>
mversic added a commit to mversic/iroha that referenced this issue May 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-changes Changes in the API for client libraries Enhancement New feature or request iroha2-dev The re-implementation of a BFT hyperledger in RUST
Projects
None yet
Development

No branches or pull requests

3 participants