-
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
[feature] #2125: Add FindAssetDefinitionById query #2265
[feature] #2125: Add FindAssetDefinitionById query #2265
Conversation
e0bcb35
to
e9551e9
Compare
71616a2
to
8b59efb
Compare
Codecov Report
@@ Coverage Diff @@
## iroha2-dev #2265 +/- ##
==============================================
- Coverage 64.74% 64.68% -0.07%
==============================================
Files 131 131
Lines 24624 24659 +35
==============================================
+ Hits 15944 15950 +6
- Misses 8680 8709 +29
Continue to review full report at Codecov.
|
f1c33f1
to
2d3a8dc
Compare
@appetrosyan @s8sato please re-approve I forgot to add the method on client side. |
Signed-off-by: Vladimir Pesterev <pesterev@pm.me>
2d3a8dc
to
48fc783
Compare
Description of the Change
Add a new query to get
AssetDefinitionId
as input and findAssetDefinition
.Issue
Resolves #2125
Benefits
New possibilities for get asset definition.
Possible Drawbacks
None