-
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
Write a macro to remove bloat from custom validators #3856
Labels
high-priority
This bug must be fixed ASAP
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
Comments
Apply this macro in |
5 tasks
ilchu
added a commit
to ilchu/iroha
that referenced
this issue
Sep 18, 2023
…oilerplate Signed-off-by: Ilia Churin <[email protected]>
ilchu
added a commit
to ilchu/iroha
that referenced
this issue
Sep 18, 2023
…oilerplate Signed-off-by: Ilia Churin <[email protected]>
ilchu
added a commit
to ilchu/iroha
that referenced
this issue
Sep 18, 2023
…oilerplate Signed-off-by: Ilia Churin <[email protected]>
4 tasks
ilchu
added a commit
to ilchu/iroha
that referenced
this issue
Sep 18, 2023
…oilerplate Signed-off-by: Ilia Churin <[email protected]>
ilchu
added a commit
to ilchu/iroha
that referenced
this issue
Oct 19, 2023
…oilerplate Signed-off-by: Ilia Churin <[email protected]>
ilchu
added a commit
to ilchu/iroha
that referenced
this issue
Oct 24, 2023
…oilerplate Signed-off-by: Ilia Churin <[email protected]> [fix] Missing doc lints Signed-off-by: Ilia Churin <[email protected]> [refactor] Migrating to derive macros Signed-off-by: Ilia Churin <[email protected]>
ilchu
added a commit
to ilchu/iroha
that referenced
this issue
Oct 25, 2023
…oilerplate Signed-off-by: Ilia Churin <[email protected]> [fix] Missing doc lints Signed-off-by: Ilia Churin <[email protected]> [refactor] Migrating to derive macros Signed-off-by: Ilia Churin <[email protected]>
ilchu
added a commit
to ilchu/iroha
that referenced
this issue
Oct 27, 2023
…oilerplate Signed-off-by: Ilia Churin <[email protected]> [fix] Missing doc lints Signed-off-by: Ilia Churin <[email protected]> [refactor] Migrating to derive macros Signed-off-by: Ilia Churin <[email protected]>
mversic
pushed a commit
to ilchu/iroha
that referenced
this issue
Oct 31, 2023
…oilerplate Signed-off-by: Ilia Churin <[email protected]> [fix] Missing doc lints Signed-off-by: Ilia Churin <[email protected]> [refactor] Migrating to derive macros Signed-off-by: Ilia Churin <[email protected]>
ilchu
added a commit
to ilchu/iroha
that referenced
this issue
Nov 4, 2023
…oilerplate Signed-off-by: Ilia Churin <[email protected]> [fix] Missing doc lints Signed-off-by: Ilia Churin <[email protected]> [refactor] Migrating to derive macros Signed-off-by: Ilia Churin <[email protected]>
ilchu
added a commit
to ilchu/iroha
that referenced
this issue
Nov 4, 2023
…oilerplate Signed-off-by: Ilia Churin <[email protected]> [fix] Missing doc lints Signed-off-by: Ilia Churin <[email protected]> [refactor] Migrating to derive macros Signed-off-by: Ilia Churin <[email protected]>
mversic
pushed a commit
to ilchu/iroha
that referenced
this issue
Nov 6, 2023
…oilerplate Signed-off-by: Ilia Churin <[email protected]> [fix] Missing doc lints Signed-off-by: Ilia Churin <[email protected]> [refactor] Migrating to derive macros Signed-off-by: Ilia Churin <[email protected]>
ilchu
added a commit
to ilchu/iroha
that referenced
this issue
Nov 8, 2023
…oilerplate Signed-off-by: Ilia Churin <[email protected]> [fix] Missing doc lints Signed-off-by: Ilia Churin <[email protected]> [refactor] Migrating to derive macros Signed-off-by: Ilia Churin <[email protected]>
ilchu
added a commit
to ilchu/iroha
that referenced
this issue
Nov 9, 2023
…oilerplate Signed-off-by: Ilia Churin <[email protected]> [fix] Missing doc lints Signed-off-by: Ilia Churin <[email protected]> [refactor] Migrating to derive macros Signed-off-by: Ilia Churin <[email protected]>
ilchu
added a commit
that referenced
this issue
Nov 9, 2023
Signed-off-by: Ilia Churin <[email protected]> [fix] Missing doc lints Signed-off-by: Ilia Churin <[email protected]> [refactor] Migrating to derive macros Signed-off-by: Ilia Churin <[email protected]>
mversic
pushed a commit
to mversic/iroha
that referenced
this issue
Nov 13, 2023
…oilerplate Signed-off-by: Ilia Churin <[email protected]> [fix] Missing doc lints Signed-off-by: Ilia Churin <[email protected]> [refactor] Migrating to derive macros Signed-off-by: Ilia Churin <[email protected]>
ilchu
added a commit
to ilchu/iroha
that referenced
this issue
Nov 13, 2023
…oilerplate Signed-off-by: Ilia Churin <[email protected]> [fix] Missing doc lints Signed-off-by: Ilia Churin <[email protected]> [refactor] Migrating to derive macros Signed-off-by: Ilia Churin <[email protected]>
mversic
added a commit
that referenced
this issue
Nov 13, 2023
Co-authored-by: Ilia Churin <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
high-priority
This bug must be fixed ASAP
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
If one compares different validators in tests, one can see there is a lot of bloat that one has to write to make a custom validator. Let's remove this difficult and confusing manual effort from the user by providing a macro
The text was updated successfully, but these errors were encountered: