From 740e2015c912fe6ddfb5fae4fd16828413a3c9da Mon Sep 17 00:00:00 2001 From: ethan1844 <96821439+ethan1844@users.noreply.github.com> Date: Sun, 13 Oct 2024 15:14:17 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=205aaf3?= =?UTF-8?q?ae26be7700783791f5199017e9e8b1a3872=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- mechanism-algorithm/resource/index.html | 12 +- releases/history/index.html | 441 ++++++++++++++---------- search/search_index.json | 2 +- sitemap.xml | 104 +++--- sitemap.xml.gz | Bin 710 -> 710 bytes 6 files changed, 313 insertions(+), 248 deletions(-) diff --git a/index.html b/index.html index a059d1f..bc8375f 100644 --- a/index.html +++ b/index.html @@ -224,5 +224,5 @@

欢迎访问Java-tron用户手册! diff --git a/mechanism-algorithm/resource/index.html b/mechanism-algorithm/resource/index.html index 47f08ea..da65249 100644 --- a/mechanism-algorithm/resource/index.html +++ b/mechanism-algorithm/resource/index.html @@ -288,25 +288,25 @@

1. Energy的获取与消耗质押获得能量

freezeBalanceV2 frozen_balance [ResourceCode:0 BANDWIDTH,1 ENERGY]
 
-

通过质押TRX获取的Energy 额度 = 为获取Energy质押的TRX / 整个网络为获取Energy质押的TRX 总额 * 150_000_000_000。

+

通过质押TRX获取的Energy 额度 = 为获取Energy质押的TRX / 整个网络为获取Energy质押的TRX 总额 * 180_000_000_000。

也就是所有用户按质押的TRX数量平分固定额度的Energy,示例:

如全网只有两个人A,B分别质押2TRX,2TRX。
 
 二人质押获得的可用Energy分别是
 
-A: 75_000_000_000 且energy_limit 为75_000_000_000
+A: 75_000_000_000 且energy_limit 为90_000_000_000
 
-B: 75_000_000_000 且energy_limit 为75_000_000_000
+B: 75_000_000_000 且energy_limit 为90_000_000_000
 
 当第三人C质押1TRX时。
 
 三人质押获得的可用Energy调整为
 
-A: 60_000_000_000 且energy_limit调整为60_000_000_000
+A: 60_000_000_000 且energy_limit调整为72_000_000_000
 
-B: 60_000_000_000 且energy_limit调整为60_000_000_000
+B: 60_000_000_000 且energy_limit调整为72_000_000_000
 
-B: 30_000_000_000 且energy_limit 为30_000_000_000
+B: 30_000_000_000 且energy_limit 为36_000_000_000
 

能量的消耗

在执行合约时,逐条指令计算并扣除账户能量,账户能量消耗的优先级如下:

diff --git a/releases/history/index.html b/releases/history/index.html index b71100b..adb3671 100644 --- a/releases/history/index.html +++ b/releases/history/index.html @@ -129,13 +129,37 @@
  • 历史版本