-
Notifications
You must be signed in to change notification settings - Fork 277
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
Prune usage of V1 structs from codebase #3887
Labels
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
Comments
To hide internal structure of versioning structs from external users and a public API. |
Stukalov-A-M
added a commit
to Stukalov-A-M/iroha
that referenced
this issue
Jan 31, 2024
…ersioned structs from the public API. Signed-off-by: Stukalov-A-M <[email protected]>
Stukalov-A-M
added a commit
to Stukalov-A-M/iroha
that referenced
this issue
Jan 31, 2024
…ersioned structs from the public API. Signed-off-by: Stukalov-A-M <[email protected]>
Stukalov-A-M
added a commit
to Stukalov-A-M/iroha
that referenced
this issue
Jan 31, 2024
…ersioned structs from the public API. Signed-off-by: Stukalov-A-M <[email protected]>
Stukalov-A-M
added a commit
to Stukalov-A-M/iroha
that referenced
this issue
Jan 31, 2024
…ersioned structs from the public API. Signed-off-by: Stukalov-A-M <[email protected]>
5 tasks
Stukalov-A-M
added a commit
to Stukalov-A-M/iroha
that referenced
this issue
Feb 2, 2024
…ersioned structs from the public API. Signed-off-by: Stukalov-A-M <[email protected]>
Stukalov-A-M
added a commit
to Stukalov-A-M/iroha
that referenced
this issue
Feb 2, 2024
…ersioned structs from the public API. Signed-off-by: Stukalov-A-M <[email protected]>
5 tasks
Stukalov-A-M
added a commit
to Stukalov-A-M/iroha
that referenced
this issue
Feb 5, 2024
…ersioned structs from the public API. Signed-off-by: Stukalov-A-M <[email protected]>
Stukalov-A-M
added a commit
to Stukalov-A-M/iroha
that referenced
this issue
Feb 7, 2024
…ersioned structs from the public API. Signed-off-by: Stukalov-A-M <[email protected]>
Stukalov-A-M
added a commit
to Stukalov-A-M/iroha
that referenced
this issue
Feb 8, 2024
…ersioned structs from the public API. Signed-off-by: Stukalov-A-M <[email protected]>
Stukalov-A-M
added a commit
to Stukalov-A-M/iroha
that referenced
this issue
Feb 8, 2024
…ersioned structs from the public API. Signed-off-by: Stukalov-A-M <[email protected]>
Stukalov-A-M
added a commit
to Stukalov-A-M/iroha
that referenced
this issue
Feb 8, 2024
…ersioned structs from the public API. Signed-off-by: Stukalov-A-M <[email protected]>
Stukalov-A-M
added a commit
to Stukalov-A-M/iroha
that referenced
this issue
Feb 8, 2024
…ersioned structs from the public API. Signed-off-by: Stukalov-A-M <[email protected]>
Stukalov-A-M
added a commit
to Stukalov-A-M/iroha
that referenced
this issue
Feb 12, 2024
…ersioned structs from the public API. Signed-off-by: Stukalov-A-M <[email protected]>
Stukalov-A-M
added a commit
to Stukalov-A-M/iroha
that referenced
this issue
Feb 12, 2024
…ersioned structs from the public API. Signed-off-by: Stukalov-A-M <[email protected]>
Stukalov-A-M
added a commit
to Stukalov-A-M/iroha
that referenced
this issue
Feb 12, 2024
…ersioned structs from the public API. Signed-off-by: Stukalov-A-M <[email protected]>
Stukalov-A-M
added a commit
to Stukalov-A-M/iroha
that referenced
this issue
Feb 13, 2024
…ersioned structs from the public API. Signed-off-by: Stukalov-A-M <[email protected]>
Stukalov-A-M
added a commit
to Stukalov-A-M/iroha
that referenced
this issue
Feb 13, 2024
…ersioned structs from the public API. Signed-off-by: Stukalov-A-M <[email protected]>
Stukalov-A-M
added a commit
to Stukalov-A-M/iroha
that referenced
this issue
Feb 13, 2024
…ersioned structs from the public API. Signed-off-by: Stukalov-A-M <[email protected]>
Stukalov-A-M
added a commit
to Stukalov-A-M/iroha
that referenced
this issue
Feb 13, 2024
…ersioned structs from the public API. Signed-off-by: Stukalov-A-M <[email protected]>
Stukalov-A-M
added a commit
to Stukalov-A-M/iroha
that referenced
this issue
Feb 13, 2024
…ersioned structs from the public API. Signed-off-by: Stukalov-A-M <[email protected]>
Stukalov-A-M
added a commit
to Stukalov-A-M/iroha
that referenced
this issue
Feb 13, 2024
…ersioned structs from the public API. Signed-off-by: Stukalov-A-M <[email protected]>
Stukalov-A-M
added a commit
to Stukalov-A-M/iroha
that referenced
this issue
Feb 13, 2024
…ersioned structs from the public API. Signed-off-by: Stukalov-A-M <[email protected]>
Stukalov-A-M
added a commit
that referenced
this issue
Feb 13, 2024
…from the public API. Signed-off-by: Stukalov-A-M <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Let's see to what extent can we rewrite the code (source code or tests) that destructures versioned enum into a concrete type:
VersionedSignedBlock::V1
must not be used except indata_model
data_model
should depend on a specific versionThe text was updated successfully, but these errors were encountered: