-
Notifications
You must be signed in to change notification settings - Fork 29
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
feat: Add support for bool
(valueType) and Boolean
(valueContent)
#266
Conversation
@CJ42 the standard mentions Shall we:
I think 3. is the way to go? |
@Hugoo that's a very good point to have spotted! 👌 However, we should either:
So in the LSP2 standard, change In Solidity But in plain English 🗣️ -> the term So maybe we should allow both in the Standard? Let's have @frozeman input on this. |
@Hugoo we changed |
Implemented |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think there are still a few missing things
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## develop #266 +/- ##
===========================================
+ Coverage 83.04% 83.81% +0.77%
===========================================
Files 18 18
Lines 979 1075 +96
Branches 218 232 +14
===========================================
+ Hits 813 901 +88
- Misses 91 96 +5
- Partials 75 78 +3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
What kind of change does this PR introduce (bug fix, feature, docs update, ...)?
⭐ Feature
What is the current behaviour (you can also link to an open issue here)?
It is not possible to use erc725.js library to:
bool
or an array ofbool[]
as value types.Boolean
in the ERC725Y JSON Schema provided.What is the new behaviour (if this is a feature change)?
bool
andbool[]
as value type.Boolean
Other information:
Supersedes + closes #212
closes issue #202