You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4th is executor foreign functions and their payload. This one shouldn't be mixed with the previous ones. And this one doesn't have to be stabilized for the time being because it is low level and user is always required to use some of the provided macros to.
5th is iroha_schema where we could also say that schema doesn't need to be stabilized because users will always be required to use one of iroha clients but here I don't find that argument entirely convincing
Proposed changes
not sure. Let's figure out what is the scope of change needed here and if we need to do some refactoring
Motivation
structs and APIs that cannot be used by client shouldn't be accessible by the client, etc.
The text was updated successfully, but these errors were encountered:
logically, there is 3 apis:
4th is executor foreign functions and their payload. This one shouldn't be mixed with the previous ones. And this one doesn't have to be stabilized for the time being because it is low level and user is always required to use some of the provided macros to.
5th is
iroha_schema
where we could also say that schema doesn't need to be stabilized because users will always be required to use one of iroha clients but here I don't find that argument entirely convincingProposed changes
not sure. Let's figure out what is the scope of change needed here and if we need to do some refactoring
Motivation
structs and APIs that cannot be used by client shouldn't be accessible by the client, etc.
The text was updated successfully, but these errors were encountered: