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

Fix TLB to match the separation of extended actions #6

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

behrang
Copy link

@behrang behrang commented Jul 6, 2024

Wallet extended actions were previously put before the normal actions. In the new design, they are separated, which I think is more streamlined. However, the TLB does not match the code, because it still allows normal actions to be defined inside extended actions, which makes the code to throw an exception in this case.

This new version of TLB tries to improve this, so that anyone reading the TLB has better understanding of how should the structure of the messages be.

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.

1 participant