Open
Conversation
Proposed Changes for PR Description Standardized Formatting: Removed anchor symbols (¶) from headings and unified the document structure. Code Block Enhancements: * Wrapped the Protobuf definition in a proper protobuf code block for syntax highlighting. Wrapped Solidity examples in solidity blocks to improve readability. Technical Terminology & Grammar: Corrected "runs in the way it is designed" to "executes as designed." Fixed "runs" vs "run" subject-verb agreement errors throughout the text. Changed "Defination" to the correct spelling: Definition. Standardized the node name to FullNode and consistent capitalization of TRON. Clarity Improvements: Clarified the difference between Constant and Inconstant (non-constant) functions. Updated the currency section to clearly state that trx and sun are the supported units within the TVM. Clarified the 21-byte (TRON) vs. 20-byte (EVM) address handling within Solidity code to prevent compiler errors. Protocol Accuracy: Updated descriptions for system variables like block.coinbase (Super Representative address) and msg.value (measured in Sun).
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Technical Terminology & Grammar:
Corrected "runs in the way it is designed" to "executes as designed."
Corrected supernode > super representative
Corrected The only difference with Ethereum > The primary difference from Ethereum