-
Notifications
You must be signed in to change notification settings - Fork 30
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
refactor: support getDataBatch
of 5.0.0 ERC725 release
#294
refactor: support getDataBatch
of 5.0.0 ERC725 release
#294
Conversation
lgtm |
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.
LGTM. Added few questions in comment that can be discussed after
// https://github.com/ERC725Alliance/ERC725/blob/v5.1.0/docs/ERC-725.md#erc725y | ||
sig: '0xdedff9c6', | ||
gas: numberToHex(2000000), | ||
gasPrice: numberToHex(100000000), |
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 we will need to make it dynamic at some point no? cc @CallumGrindle @magalimorin18
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.
whats this being used for? The lib doesn't send any transactions does it?
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## develop #294 +/- ##
===========================================
+ Coverage 83.04% 83.76% +0.71%
===========================================
Files 18 18
Lines 979 1084 +105
Branches 218 241 +23
===========================================
+ Hits 813 908 +95
- Misses 91 96 +5
- Partials 75 80 +5
|
What kind of change does this PR introduce (bug fix, feature, docs update, ...)?
Support
getDataBatch
of 5.0.0 ERC725 release- Update ERC725Y interfaceId
- Update function selector for getDataBatch
- Reference the new version of ERC725Y as
ERC725Y_BATCH
until we remove old version and rename to normalERC725Y
Other information: