Skip to content

feat(1742): implement state hooks#1773

Open
mmyslblocky wants to merge 20 commits intomainfrom
feat/1742-implement-state-hooks
Open

feat(1742): implement state hooks#1773
mmyslblocky wants to merge 20 commits intomainfrom
feat/1742-implement-state-hooks

Conversation

@mmyslblocky
Copy link
Copy Markdown
Contributor

Issue #1742

Signed-off-by: mmyslblocky <michal.myslinski@blockydevs.com>
…:hiero-ledger/hiero-cli into feat/1739-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>
@mmyslblocky mmyslblocky requested a review from a team as a code owner April 8, 2026 10:38
@mmyslblocky mmyslblocky changed the base branch from main to feat/1739-schedule-transaction-implementation April 8, 2026 10:39
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 8, 2026

Unit Test Results

1 187 tests  +49   1 187 ✅ +49   1m 25s ⏱️ -19s
  121 suites + 5       0 💤 ± 0 
    1 files   ± 0       0 ❌ ± 0 

Results for commit c73d1c7. ± Comparison against base commit 91d9f04.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 8, 2026

Integration Test Results

37 tests  ±0   35 ✅ ±0   3m 45s ⏱️ -7s
21 suites ±0    2 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit c73d1c7. ± Comparison against base commit 91d9f04.

♻️ This comment has been updated with latest results.

Signed-off-by: mmyslblocky <michal.myslinski@blockydevs.com>
Signed-off-by: mmyslblocky <michal.myslinski@blockydevs.com>
Comment on lines +90 to +101
public customHandlerHook(
_args: CommandHandlerArgs,
_params: CustomHandlerHookParams,
_commandName: string,
): Promise<HookResult> {
return Promise.resolve({
breakFlow: false,
result: {
message: 'success',
},
});
}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what's that?

Comment on lines +67 to +70
const scheduledMirrorTx = transactionRecord.transactions.find(
(tx) => tx.scheduled === true,
);
const accountId = scheduledMirrorTx?.entity_id ?? undefined;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we need this?

Base automatically changed from feat/1739-schedule-transaction-implementation to main April 9, 2026 10:17
mmyslblocky and others added 5 commits April 9, 2026 12:32
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants