Skip to content

Commit

Permalink
Deploying to gh-pages from @ 3921f58 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan1844 committed Sep 20, 2024
1 parent 374b68a commit b2f934b
Show file tree
Hide file tree
Showing 7 changed files with 150 additions and 121 deletions.
2 changes: 1 addition & 1 deletion developers/governance/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ <h2 id="initiate-a-discussion-on-a-proposal">Initiate a discussion on a proposal
<p>Below are the specifications of how to write an issue for proposal discussion.</p>
<h3 id="title">Title<a class="headerlink" href="#title" title="Permanent link">&para;</a></h3>
<p>We hope that all users of the TRON ecosystem can participate in network governance. In order to be able to better publicize in the community, it is recommended to name the proposal and put the name at the beginning of the title. Here is an example:</p>
<div class="highlight"><pre><span></span><code>Palma Upgrade: proposal to change the unit price of energy to 420 sun
<div class="highlight"><pre><span></span><code>Palma Upgrade: proposal to change the unit price of energy to 210 sun
</code></pre></div>
<h3 id="body">Body<a class="headerlink" href="#body" title="Permanent link">&para;</a></h3>
<p>In the issue body, the content of the proposal should be introduced in detail, including motivation, estimated time to initiate the proposal vote and effective time of the proposal, how to initiate a proposal vote, technical specifications or background information of the proposal, etc.</p>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -224,5 +224,5 @@ <h1 id="welcome-to-the-java-tron-user-manual">Welcome to the Java-tron user manu

<!--
MkDocs version : 1.3.0
Build Date UTC : 2024-08-16 08:23:06.502234+00:00
Build Date UTC : 2024-09-20 08:23:48.937071+00:00
-->
161 changes: 95 additions & 66 deletions mechanism-algorithm/resource/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion releases/history/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2300,7 +2300,7 @@ <h4 id="1-add-apis-to-support-stake-20">1. Add APIs to support Stake 2.0<a class
</ul>
<h4 id="2-add-energy-estimation-api">2. Add energy estimation API<a class="headerlink" href="#2-add-energy-estimation-api" title="Permanent link">&para;</a></h4>
<p>In versions prior to GreatVoyage-v4.7.0.1 (Aristotle), users can estimate the energy consumption for executing smart contract transactions through the <code>/wallet/triggerconstantcontract</code> interface, and then set the <code>feelimit</code> parameter of the transaction according to the estimated consumption. However, since some smart contract transactions may call other smart contracts, it is possible that the estimated <code>feelimit</code> parameter is inaccurate.</p>
<p>Therefore, the GreatVoyage-v4.7.0.1(Aristotle) version adds an energy estimation interface <code>/wallet/estimateenergy</code>, and the <code>feelimit</code> estimated by this interface is reliable in any case. The <code>energy_required</code> field in the return value of this interface indicates the estimated amount of energy required for the successful execution of this smart contract transaction. So user can calculate the <code>feelimit</code> parameter based on this field: <code>feelimit</code> = <code>energy_required</code> * energy unit price, currently the unit price of energy is 420 sun.</p>
<p>Therefore, the GreatVoyage-v4.7.0.1(Aristotle) version adds an energy estimation interface <code>/wallet/estimateenergy</code>, and the <code>feelimit</code> estimated by this interface is reliable in any case. The <code>energy_required</code> field in the return value of this interface indicates the estimated amount of energy required for the successful execution of this smart contract transaction. So user can calculate the <code>feelimit</code> parameter based on this field: <code>feelimit</code> = <code>energy_required</code> * energy unit price, currently the unit price of energy is 210 sun.</p>
<p>If the execution of the estimated interface call fails for some reason, the value of the <code>energy_required</code> field will be 0, and this field will not be displayed in the return value. At this time, you can check the reason for the execution failure for the estimated interface call through the <code>result</code> field.</p>
<p>After the GreatVoyage-v4.7.0.1 (Aristotle) version is successfully deployed, this API is closed by default. To open this interface, the two configuration items <code>vm.estimateEnergy</code> and <code>vm.supportConstant</code> must be enabled in the node configuration file at the same time. The default values of <code>vm.estimateEnergy</code> and <code>vm.supportConstant</code> are both false.</p>
<p>An example of <code>/wallet/estimateenergy</code> call is as follows:</p>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

102 changes: 51 additions & 51 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,257 +2,257 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://tronprotocol.github.io/documentation-en/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/glossary/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/api/http/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/api/rpc/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/architecture/database/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/architecture/event/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/clients/tron-grid/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/clients/wallet-cli-command/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/clients/wallet-cli/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/contracts/compiler/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/contracts/contract/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/contracts/trc20/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/contracts/tvm/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/developers/advanced-configuration/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/developers/archive-manifest/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/developers/code-structure/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/developers/contribution/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/developers/demo/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/developers/deployment/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/developers/governance/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/developers/gpg/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/developers/incentives/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/developers/issue-workflow/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/developers/java-tron/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/developers/litefullnode/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/developers/resources/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/developers/run-in-idea/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/developers/tips/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/faq/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/getting_started/getting_started_with_javatron/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/introduction/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/introduction/dpos/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/introduction/overview/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/mechanism-algorithm/account/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/mechanism-algorithm/dex/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/mechanism-algorithm/multi-signatures/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/mechanism-algorithm/resource/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/mechanism-algorithm/shielded-TRC20-contract/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/mechanism-algorithm/shielded-transaction/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/mechanism-algorithm/sr/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/mechanism-algorithm/system-contracts/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/mechanism-algorithm/trc10/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/releases/history/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/releases/signature_verification/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/releases/upgrade-instruction/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/using_javatron/backup_restore/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/using_javatron/connecting_to_tron/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/using_javatron/installing_javatron/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/using_javatron/metrics/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/using_javatron/private_network/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://tronprotocol.github.io/documentation-en/using_javatron/toolkit/</loc>
<lastmod>2024-08-16</lastmod>
<lastmod>2024-09-20</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit b2f934b

Please sign in to comment.