Save in database the input and output of InternalTransactions#6511
Save in database the input and output of InternalTransactions#6511roseshahar wants to merge 1 commit intotronprotocol:developfrom
Conversation
|
Thanks for your PR However, this change has already involved the adjustment of protocol layer behavior. According to the governance process of TRON, any change related to the agreement needs to be submitted and discussed with the corresponding TIP (TRON Improvement Proposal) first. After the community reaches a consensus, it will enter the code implementation phase. At present, no TIP or community discussion record corresponding to this PR has been seen, so this PR does not meet the entry conditions. It is recommended that you start a TIP and specify the background, motivation, compatibility impact and upgrade scheme of the change. After the TIP is discussed and approved, we can continue to promote the implementation of the code level. |
|
@lxcmyf Thank you for your time! I have opened a TIP PR: tronprotocol/tips#817 Also - are you sure that this is a protocol layer change? This PR only changes how the specific |
What does this PR do?
Add input (
data) and output of InternalTransactions (i.e. traces in EVM)You can learn about the attributes of a trace here
Why are these changes required?
Since TRON doesn't save these specific fields in its database, indexers are unable to fetch very important actions that happen inside the network, like function calls and contract deployments via factories.
This PR has been tested by:
Follow up
Extra details