Open
Conversation
Signed-off-by: mmyslblocky <michal.myslinski@blockydevs.com>
…:hiero-ledger/hiero-cli into feat/1739-schedule-transaction-implementation
…39-schedule-transaction-implementation
Signed-off-by: mmyslblocky <michal.myslinski@blockydevs.com>
Signed-off-by: mmyslblocky <michal.myslinski@blockydevs.com>
Signed-off-by: mmyslblocky <michal.myslinski@blockydevs.com>
Signed-off-by: mmyslblocky <michal.myslinski@blockydevs.com>
Signed-off-by: mmyslblocky <michal.myslinski@blockydevs.com>
Signed-off-by: mmyslblocky <michal.myslinski@blockydevs.com>
Signed-off-by: mmyslblocky <michal.myslinski@blockydevs.com>
Signed-off-by: mmyslblocky <michal.myslinski@blockydevs.com>
Signed-off-by: mmyslblocky <michal.myslinski@blockydevs.com>
Signed-off-by: mmyslblocky <michal.myslinski@blockydevs.com>
matevszm
reviewed
Apr 8, 2026
rozekmichal
reviewed
Apr 8, 2026
Signed-off-by: mmyslblocky <michal.myslinski@blockydevs.com>
Signed-off-by: mmyslblocky <michal.myslinski@blockydevs.com>
piotrswierzy
requested changes
Apr 9, 2026
Comment on lines
+90
to
+101
| public customHandlerHook( | ||
| _args: CommandHandlerArgs, | ||
| _params: CustomHandlerHookParams, | ||
| _commandName: string, | ||
| ): Promise<HookResult> { | ||
| return Promise.resolve({ | ||
| breakFlow: false, | ||
| result: { | ||
| message: 'success', | ||
| }, | ||
| }); | ||
| } |
Comment on lines
+67
to
+70
| const scheduledMirrorTx = transactionRecord.transactions.find( | ||
| (tx) => tx.scheduled === true, | ||
| ); | ||
| const accountId = scheduledMirrorTx?.entity_id ?? undefined; |
Base automatically changed from
feat/1739-schedule-transaction-implementation
to
main
April 9, 2026 10:17
Signed-off-by: mmyslblocky <michal.myslinski@blockydevs.com>
…s' of github.com:hiero-ledger/hiero-cli into feat/1742-implement-state-hooks
…e plugin Signed-off-by: mmyslblocky <michal.myslinski@blockydevs.com>
Signed-off-by: Piotr Swierzy <piotr.swierzy@blockydevs.com>
…iero-ledger/hiero-cli into feat/1742-implement-state-hooks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue #1742