Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

add a new error to support utility pallet / check_app_id #36

Merged
merged 1 commit into from
Jul 26, 2023

Conversation

Leouarz
Copy link
Contributor

@Leouarz Leouarz commented Jul 21, 2023

No description provided.

@@ -64,6 +64,8 @@ pub enum InvalidTransactionCustomId {
ForbiddenAppId,
/// Max padded length was exceeded.
MaxPaddedLenExceeded,
/// Max recursion was reached for a call with AppId != 0.
MaxRecursionExceeded,
Copy link
Contributor

Choose a reason for hiding this comment

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

Need a corresponding PR for avail repo, mainly about the error code section in the readme, if not anything else.
https://github.com/availproject/avail#transaction-custom-ids

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, here's the corresponding PR with the readme updated:
availproject/avail#177

@Leouarz Leouarz force-pushed the ghali/support-utility branch from 6b61b5a to cb7ecbd Compare July 26, 2023 08:07
@Leouarz Leouarz merged commit fcac624 into main Jul 26, 2023
@fmiguelgarcia fmiguelgarcia deleted the ghali/support-utility branch July 26, 2023 08:34
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants