-
Notifications
You must be signed in to change notification settings - Fork 278
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] #2050: Add role-related queries. #2126
[feature] #2050: Add role-related queries. #2126
Conversation
b80093b
to
7654a69
Compare
[feature] hyperledger-iroha#1986: Add Trigger-related queries. Signed-off-by: Aleksandr Petrosyan <[email protected]>
Signed-off-by: Aleksandr Petrosyan <[email protected]>
Signed-off-by: Aleksandr Petrosyan <[email protected]>
CHANGELOG.rst
Outdated
@@ -761,3 +761,4 @@ Other | |||
``proposal_creation_timeout``. | |||
Update sample config file to have not deprecated DB connection params. | |||
|
|||
Error: Keyboard Interrupt. Bailing out. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this belong in a changelog?
…ies. Signed-off-by: Aleksandr Petrosyan <[email protected]>
Codecov Report
@@ Coverage Diff @@
## iroha2-dev #2126 +/- ##
==============================================
+ Coverage 76.61% 76.74% +0.12%
==============================================
Files 182 182
Lines 25916 26058 +142
==============================================
+ Hits 19856 19997 +141
- Misses 6060 6061 +1
Continue to review full report at Codecov.
|
…ger-iroha#2126) Signed-off-by: Aleksandr Petrosyan <[email protected]>
…ger-iroha#2126) Signed-off-by: Aleksandr Petrosyan <[email protected]>
…ger-iroha#2126) Signed-off-by: Aleksandr Petrosyan <[email protected]>
…ger-iroha#2126) Signed-off-by: Aleksandr Petrosyan <[email protected]>
…ger-iroha#2126) Signed-off-by: Aleksandr Petrosyan <[email protected]>
…ger-iroha#2126) Signed-off-by: Aleksandr Petrosyan <[email protected]>
…ger-iroha#2126) Signed-off-by: Aleksandr Petrosyan <[email protected]>
…ger-iroha#2126) Signed-off-by: Aleksandr Petrosyan <[email protected]>
…ger-iroha#2126) Signed-off-by: Aleksandr Petrosyan <[email protected]>
…ger-iroha#2126) Signed-off-by: Aleksandr Petrosyan <[email protected]>
…ger-iroha#2126) Signed-off-by: Aleksandr Petrosyan <[email protected]>
Signed-off-by: Aleksandr Petrosyan [email protected]
Description of the Change
Add a few more queries.
Issue
Closes #2050
Closes #1986
Benefits
Can now query both roles and triggers.
Possible Drawbacks
None