ExecPath needs to be reset for every new session #281

Open
opened 2025-02-03 10:05:31 +01:00 by Alfred-mk · 1 comment
Member
  • When a new session is started, signified by an empty input, the pending bytecode to execute is reset.
  • This causes the menu to move to the top node. However, it does this by appending the top node to the current path.
  • This then causes potential issues as the ExecPath can look like [root main my_account pin_management root main _first] after a reset instead of [root main _first]
- When a new session is started, signified by an empty input, the pending bytecode to execute is reset. - This causes the menu to move to the top node. However, it does this by appending the top node to the current path. - This then causes potential issues as the ExecPath can look like [root main my_account pin_management root main _first] after a reset instead of [root main _first]
Alfred-mk added the
Kind/Bug
Priority
High
Activity
Doing
labels 2025-02-03 10:06:04 +01:00
Alfred-mk self-assigned this 2025-02-03 10:06:12 +01:00
Author
Member

Some of the errors:

unknown symbol: transaction_reset
unknown symbol: authorize_account

Some of the errors: unknown symbol: transaction_reset unknown symbol: authorize_account
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: urdt/ussd#281
No description provided.