-
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
Consider making Asset-related operations generic #2204
Labels
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
Refactor
Improvement to overall code quality
Comments
appetrosyan
added
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
Refactor
Improvement to overall code quality
labels
May 13, 2022
Erigara
added a commit
to Erigara/iroha
that referenced
this issue
Jun 6, 2022
Signed-off-by: Shanin Roman <shanin1000@yandex.ru>
Erigara
added a commit
to Erigara/iroha
that referenced
this issue
Jun 7, 2022
Signed-off-by: Shanin Roman <shanin1000@yandex.ru>
Erigara
added a commit
to Erigara/iroha
that referenced
this issue
Jun 7, 2022
Signed-off-by: Shanin Roman <shanin1000@yandex.ru>
Erigara
added a commit
to Erigara/iroha
that referenced
this issue
Jun 7, 2022
Signed-off-by: Shanin Roman <shanin1000@yandex.ru>
Erigara
added a commit
to Erigara/iroha
that referenced
this issue
Jun 10, 2022
Signed-off-by: Shanin Roman <shanin1000@yandex.ru>
Erigara
added a commit
to Erigara/iroha
that referenced
this issue
Jun 10, 2022
Signed-off-by: Shanin Roman <shanin1000@yandex.ru>
Erigara
added a commit
that referenced
this issue
Jun 10, 2022
Signed-off-by: Shanin Roman <shanin1000@yandex.ru>
omkar-mohanty
pushed a commit
to omkar-mohanty/iroha
that referenced
this issue
Jun 11, 2022
Signed-off-by: Shanin Roman <shanin1000@yandex.ru> Signed-off-by: omkar-mohanty <franzohouser@gmail.com>
omkar-mohanty
pushed a commit
to omkar-mohanty/iroha
that referenced
this issue
Jun 11, 2022
Signed-off-by: Shanin Roman <shanin1000@yandex.ru> Signed-off-by: omkar-mohanty <franzohouser@gmail.com>
BAStos525
pushed a commit
to BAStos525/soramitsu-iroha
that referenced
this issue
Jul 8, 2022
Signed-off-by: Shanin Roman <shanin1000@yandex.ru> 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
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
Refactor
Improvement to overall code quality
Right now we have multiple very similar implementations of
impl Execute for Mint<Asset, u32 | u64 | u128>
, which have the potential of going out of sync with each other.We need to refactor our existing implementations to make the triples of
impl Mint
,impl Burn
andimpl Transfer
a generic blanket implementation.The text was updated successfully, but these errors were encountered: