Consider removing transaction_cache
in Sumeragi
#3067
Labels
Chore
This is a small task that can be done at any point in time and is easier than others
good first issue
Good for newcomers
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
question
Further information is requested
Refactor
Improvement to overall code quality
this is a good point, but we have
transaction_cache
containing duplicates of transactions. It might still be worth to consider usingArc
for that reason. On the other hand, I can hardly believe thattransaction_cache
in sumeragi is making any difference - especially after these changes are merged. We should remove it if possbileOriginally posted by @mversic in #3043 (comment)
The text was updated successfully, but these errors were encountered: