-
Notifications
You must be signed in to change notification settings - Fork 279
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
Refactor endpointN
macros
#2132
Labels
good first issue
Good for newcomers
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
macros
Comments
appetrosyan
added
good first issue
Good for newcomers
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
macros
labels
Apr 21, 2022
ilchu
added a commit
to ilchu/iroha
that referenced
this issue
May 24, 2022
Signed-off-by: Ilia Churin <churin.ilya@gmail.com>
ilchu
added a commit
to ilchu/iroha
that referenced
this issue
May 24, 2022
Signed-off-by: Ilia Churin <churin.ilya@gmail.com>
ilchu
added a commit
to ilchu/iroha
that referenced
this issue
May 24, 2022
Signed-off-by: Ilia Churin <churin.ilya@gmail.com>
ilchu
added a commit
to ilchu/iroha
that referenced
this issue
May 24, 2022
Signed-off-by: Ilia Churin <churin.ilya@gmail.com>
ilchu
added a commit
to ilchu/iroha
that referenced
this issue
May 24, 2022
Signed-off-by: Ilia Churin <churin.ilya@gmail.com>
ilchu
added a commit
to ilchu/iroha
that referenced
this issue
May 24, 2022
Signed-off-by: Ilia Churin <churin.ilya@gmail.com>
ilchu
added a commit
to ilchu/iroha
that referenced
this issue
May 26, 2022
Signed-off-by: Ilia Churin <churin.ilya@gmail.com>
ilchu
added a commit
to ilchu/iroha
that referenced
this issue
May 26, 2022
Signed-off-by: Ilia Churin <churin.ilya@gmail.com>
ilchu
added a commit
to ilchu/iroha
that referenced
this issue
May 26, 2022
Signed-off-by: Ilia Churin <churin.ilya@gmail.com>
ilchu
added a commit
to ilchu/iroha
that referenced
this issue
May 26, 2022
Signed-off-by: Ilia Churin <churin.ilya@gmail.com>
ilchu
added a commit
to ilchu/iroha
that referenced
this issue
May 30, 2022
Signed-off-by: Ilia Churin <churin.ilya@gmail.com>
ilchu
added a commit
to ilchu/iroha
that referenced
this issue
May 31, 2022
Signed-off-by: Ilia Churin <churin.ilya@gmail.com>
ilchu
added a commit
to ilchu/iroha
that referenced
this issue
May 31, 2022
Signed-off-by: Ilia Churin <churin.ilya@gmail.com>
ilchu
added a commit
to ilchu/iroha
that referenced
this issue
May 31, 2022
Signed-off-by: Ilia Churin <churin.ilya@gmail.com>
ilchu
added a commit
to ilchu/iroha
that referenced
this issue
May 31, 2022
Signed-off-by: Ilia Churin <churin.ilya@gmail.com>
appetrosyan
pushed a commit
that referenced
this issue
Jun 1, 2022
BAStos525
pushed a commit
to BAStos525/soramitsu-iroha
that referenced
this issue
Jul 8, 2022
Signed-off-by: Ilia Churin <churin.ilya@gmail.com> Signed-off-by: BAStos525 <jungle.vas@yandex.ru>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
good first issue
Good for newcomers
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
macros
In torii routing we have a macro that produces
endpoint
s with a specific number of data items.This macro's usability can be greatly improved by refactoring it to be a procedural macro with more explicit (and readable) syntax.
The text was updated successfully, but these errors were encountered: