-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Hotfix event subscribe to support not abi #2142
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #2142 +/- ##
=============================================
- Coverage 42.16% 42.12% -0.05%
- Complexity 4320 4335 +15
=============================================
Files 541 544 +3
Lines 32756 32887 +131
Branches 3561 3583 +22
=============================================
+ Hits 13813 13855 +42
- Misses 17625 17700 +75
- Partials 1318 1332 +14
Continue to review full report at Codecov.
|
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
What does this PR do?
for event subscribe, a developer is able to upload self ABI to parse the event subscribe.
Why are these changes required?
Developers could use upload himself ABI to parse contract trigger from fullnode, which provides very more freedom for developers.
This PR has been tested by:
local
Extra details
tronprotocol/TIPs#34