Skip to content

docs: fix governance voting period and glossary inaccuracies#628

Open
abn2357 wants to merge 2 commits into
tronprotocol:masterfrom
abn2357:fix_0624
Open

docs: fix governance voting period and glossary inaccuracies#628
abn2357 wants to merge 2 commits into
tronprotocol:masterfrom
abn2357:fix_0624

Conversation

@abn2357

@abn2357 abn2357 commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Summary

Corrects several inaccuracies in the developer docs after cross-checking against the java-tron source.

Governance

  • The on-chain voting period is no longer fixed at 3 days; it is governed by the network parameter PROPOSAL_EXPIRE_TIME (default 3 days), which can itself be modified through governance.

Glossary

  • energyFee / net_fee: clarify the amount is measured in sun (1 TRX = 1,000,000 sun).
  • energyUsage: note that EnergyFee is not included.
  • consume_user_resource_percent: state it is the share paid by the contract caller; the remaining part is paid by the developer.
  • Energy: describe the deterministic per-instruction cost (Energy cost schedule) instead of the inaccurate "1 Energy = 1 microsecond".
  • FeeLimit: fix casing.
  • Super Representative: top 27 witnesses by votes, responsible for producing blocks.
  • Minor grammar and spacing fixes.

Test plan

  • Verified each change against the java-tron source (ProposalCreateActuator, ProposalUtil, ReceiptCapsule, VMActuator, EnergyCost, DynamicPropertiesStore).

abn2357 added 2 commits June 24, 2026 14:43
The on-chain voting period is no longer fixed at 3 days; it is determined
by the network parameter PROPOSAL_EXPIRE_TIME (default 3 days), which can
be modified through governance.
- energyFee/net_fee: clarify the amount is measured in sun (1 TRX = 1,000,000 sun)
- energyUsage: note EnergyFee is not included
- consume_user_resource_percent: state it is the share paid by the caller
- Energy: describe per-instruction deterministic cost instead of microseconds
- FeeLimit: fix casing
- Super Representative: top 27 witnesses by votes
- minor grammar and spacing fixes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant