This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
forked from LedgerHQ/clear-signing-erc7730-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
spec: add support for explicitly declaring excluded fields (LedgerHQ#31)
* spec: add support for explicitly declaring excluded fields This allows validation to properly deal with omitted fields: - field has no formatter and not in `excluded` => descriptor is invalid - field has no formatter and is in `excluded` => OK, descriptor is valid * spec: add support for explicitly declaring excluded fields This allows validation to properly deal with omitted fields: - field has no formatter and not in `excluded` => descriptor is invalid - field has no formatter and is in `excluded` => OK, descriptor is valid * copy
- Loading branch information
1 parent
4418025
commit 63693b8
Showing
2 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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