Skip to content
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

Add trigger-related queries. #1986

Closed
appetrosyan opened this issue Mar 21, 2022 · 0 comments
Closed

Add trigger-related queries. #1986

appetrosyan opened this issue Mar 21, 2022 · 0 comments
Assignees
Labels
iroha2-dev The re-implementation of a BFT hyperledger in RUST

Comments

@appetrosyan
Copy link
Contributor

As of writing triggers can't be queried. We need to add at a minimum:

  • FindTriggerById
  • FindAllTriggers

Optionally also

  • FindTriggersByEvent
    Which returns a list of triggers that would get executed for a specific event, but doesn't actually execute them.
@appetrosyan appetrosyan added the iroha2-dev The re-implementation of a BFT hyperledger in RUST label Mar 21, 2022
@appetrosyan appetrosyan assigned 0x009922 and appetrosyan and unassigned 0x009922 Apr 22, 2022
appetrosyan added a commit to appetrosyan/iroha that referenced this issue Apr 27, 2022
[feature] hyperledger#1986: Add Trigger-related queries.
Signed-off-by: Aleksandr Petrosyan <a-p-petrosyan@yandex.ru>
appetrosyan added a commit to appetrosyan/iroha that referenced this issue Apr 28, 2022
[feature] hyperledger#1986: Add Trigger-related queries.
Signed-off-by: Aleksandr Petrosyan <a-p-petrosyan@yandex.ru>
appetrosyan added a commit to appetrosyan/iroha that referenced this issue Apr 28, 2022
[feature] hyperledger#1986: Add Trigger-related queries.
Signed-off-by: Aleksandr Petrosyan <a-p-petrosyan@yandex.ru>
appetrosyan added a commit to appetrosyan/iroha that referenced this issue Apr 28, 2022
[feature] hyperledger#1986: Add Trigger-related queries.
Signed-off-by: Aleksandr Petrosyan <a-p-petrosyan@yandex.ru>
appetrosyan added a commit to appetrosyan/iroha that referenced this issue May 4, 2022
[feature] hyperledger#1986: Add Trigger-related queries.
Signed-off-by: Aleksandr Petrosyan <a-p-petrosyan@yandex.ru>
appetrosyan added a commit to appetrosyan/iroha that referenced this issue May 5, 2022
[feature] hyperledger#1986: Add Trigger-related queries.
Signed-off-by: Aleksandr Petrosyan <a-p-petrosyan@yandex.ru>
appetrosyan added a commit to appetrosyan/iroha that referenced this issue May 5, 2022
[feature] hyperledger#1986: Add Trigger-related queries.
Signed-off-by: Aleksandr Petrosyan <a-p-petrosyan@yandex.ru>
appetrosyan added a commit to appetrosyan/iroha that referenced this issue May 5, 2022
[feature] hyperledger#1986: Add Trigger-related queries.
Signed-off-by: Aleksandr Petrosyan <a-p-petrosyan@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
Projects
None yet
Development

No branches or pull requests

2 participants