@cfxjs/sirius-next-i18n 0.1.26 → 0.1.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.turbo/turbo-build.log
CHANGED
|
@@ -389,7 +389,6 @@
|
|
|
389
389
|
"r": "r",
|
|
390
390
|
"s": "s",
|
|
391
391
|
"tooltip": {
|
|
392
|
-
"delegationTransaction": "Delegation transaction: Transactions with type 0x4 set a delegation designator (0xef0100 + target address) in the EOA’s code field. When such an EOA receives a call, the EVM executes the bytecode at the designated target address within the context of the EOA, giving the target contract access to the EOA’s storage and balance. This transaction type enables smart contract-like behavior—such as batched transactions (e.g., ERC-20 approvals and swaps) and custom permission control—while preserving the EOA’s original address and signing key. ",
|
|
393
392
|
"delegateTo": "Account’s executable code address",
|
|
394
393
|
"valid": "Indicates if the EOA’s signed EIP-7702 envelope meets all validity checks (signature, nonce, chain ID, etc.). If valid, the account instantly delegates execution to the designated delegated contract."
|
|
395
394
|
}
|
|
@@ -1649,7 +1648,8 @@
|
|
|
1649
1648
|
"txnType": {
|
|
1650
1649
|
"0": "Legacy transaction: Transactions with type 0x0 are legacy transactions that use the transaction format existing before typed transactions were introduced in EIP-2718. They contain the parameters nonce, gasPrice, gasLimit, to, value, data, v, r,and s.",
|
|
1651
1650
|
"1": "Access list transaction: Transactions with type 0x1 are transactions introduced in EIP-2930. They contain, along with the legacy parameters, an accessList parameter, which specifies an array of addresses and storage keys that the transaction plans to access .",
|
|
1652
|
-
"2": "EIP-1559 transaction: Transactions with type 0x2 are transactions introduced in EIP-1559. They use an in-protocol dynamically changing base fee per gas at each pivot block, the base fee per gas is adjusted to address network congestion as measured by a gas target."
|
|
1651
|
+
"2": "EIP-1559 transaction: Transactions with type 0x2 are transactions introduced in EIP-1559. They use an in-protocol dynamically changing base fee per gas at each pivot block, the base fee per gas is adjusted to address network congestion as measured by a gas target.",
|
|
1652
|
+
"4": "Delegation transaction: Transactions with type 0x4 set a delegation designator (0xef0100 + target address) in the EOA’s code field. When such an EOA receives a call, the EVM executes the bytecode at the designated target address within the context of the EOA, giving the target contract access to the EOA’s storage and balance. This transaction type enables smart contract-like behavior—such as batched transactions (e.g., ERC-20 approvals and swaps) and custom permission control—while preserving the EOA’s original address and signing key. "
|
|
1653
1653
|
},
|
|
1654
1654
|
"getRawTxJson": "Get raw Tx JSON"
|
|
1655
1655
|
},
|
|
@@ -389,7 +389,6 @@
|
|
|
389
389
|
"r": "r",
|
|
390
390
|
"s": "s",
|
|
391
391
|
"tooltip": {
|
|
392
|
-
"delegationTransaction": "Delegation transaction: Transactions with type 0x4 set a delegation designator (0xef0100 + target address) in the EOA’s code field. When such an EOA receives a call, the EVM executes the bytecode at the designated target address within the context of the EOA, giving the target contract access to the EOA’s storage and balance. This transaction type enables smart contract-like behavior—such as batched transactions (e.g., ERC-20 approvals and swaps) and custom permission control—while preserving the EOA’s original address and signing key. ",
|
|
393
392
|
"delegateTo": "Account’s executable code address",
|
|
394
393
|
"valid": "Indicates if the EOA’s signed EIP-7702 envelope meets all validity checks (signature, nonce, chain ID, etc.). If valid, the account instantly delegates execution to the designated delegated contract."
|
|
395
394
|
}
|
|
@@ -1649,7 +1648,8 @@
|
|
|
1649
1648
|
"txnType": {
|
|
1650
1649
|
"0": "Legacy transaction: Transactions with type 0x0 are legacy transactions that use the transaction format existing before typed transactions were introduced in EIP-2718. They contain the parameters nonce, gasPrice, gasLimit, to, value, data, v, r,and s.",
|
|
1651
1650
|
"1": "Access list transaction: Transactions with type 0x1 are transactions introduced in EIP-2930. They contain, along with the legacy parameters, an accessList parameter, which specifies an array of addresses and storage keys that the transaction plans to access .",
|
|
1652
|
-
"2": "EIP-1559 transaction: Transactions with type 0x2 are transactions introduced in EIP-1559. They use an in-protocol dynamically changing base fee per gas at each pivot block, the base fee per gas is adjusted to address network congestion as measured by a gas target."
|
|
1651
|
+
"2": "EIP-1559 transaction: Transactions with type 0x2 are transactions introduced in EIP-1559. They use an in-protocol dynamically changing base fee per gas at each pivot block, the base fee per gas is adjusted to address network congestion as measured by a gas target.",
|
|
1652
|
+
"4": "Delegation transaction: Transactions with type 0x4 set a delegation designator (0xef0100 + target address) in the EOA’s code field. When such an EOA receives a call, the EVM executes the bytecode at the designated target address within the context of the EOA, giving the target contract access to the EOA’s storage and balance. This transaction type enables smart contract-like behavior—such as batched transactions (e.g., ERC-20 approvals and swaps) and custom permission control—while preserving the EOA’s original address and signing key. "
|
|
1653
1653
|
},
|
|
1654
1654
|
"getRawTxJson": "Get raw Tx JSON"
|
|
1655
1655
|
},
|
|
@@ -388,7 +388,6 @@
|
|
|
388
388
|
"r": "r",
|
|
389
389
|
"s": "s",
|
|
390
390
|
"tooltip": {
|
|
391
|
-
"delegationTransaction": "委托交易:类型为 0x4 的交易会在 EOA(外部拥有账户)的代码字段中设置一个“委托标识符”(0xef0100 + 目标地址)。当该 EOA 接收到调用时,EVM 会在该 EOA 的上下文中执行目标地址中的字节码,从而使目标合约能够访问该 EOA 的存储和余额。该交易类型实现了类智能合约的功能,例如批量交易(如 ERC-20 授权与交换)和权限管理,同时保留了原始 EOA 的地址和签名能力。",
|
|
392
391
|
"delegateTo": "账户可执行代码地址",
|
|
393
392
|
"valid": "检查 EOA 账户签署的 EIP-7702 信封是否通过所有验证(签名、随机数、链 ID 等);如果通过,账户会立即执行指定的委托合约代码。"
|
|
394
393
|
}
|
|
@@ -1646,7 +1645,8 @@
|
|
|
1646
1645
|
"txnType": {
|
|
1647
1646
|
"0": "传统交易: 0x0交易类型是传统交易, 使用 EIP-2718 引入类型交易之前存在的交易格式。交易包含参数: nonce、gasPrice、gasLimit、to、value、data、v、r和s。",
|
|
1648
1647
|
"1": "访问列表交易: 类型为0x1的交易是EIP-2930引入的交易。除了传统参数外, 还包含一个访问列表参数, 该参数指定了交易计划访问的地址数组和存储键。",
|
|
1649
|
-
"2": "EIP-1559交易: 类型为0x2的交易是EIP-1559引入的交易。交易使用协议中在每个Pivot区块动态变化的基础Gas费用, 基础Gas费用会根据Gas目标进行调整, 以应对网络拥塞。"
|
|
1648
|
+
"2": "EIP-1559交易: 类型为0x2的交易是EIP-1559引入的交易。交易使用协议中在每个Pivot区块动态变化的基础Gas费用, 基础Gas费用会根据Gas目标进行调整, 以应对网络拥塞。",
|
|
1649
|
+
"4": "委托交易:类型为 0x4 的交易会在 EOA(外部拥有账户)的代码字段中设置一个“委托标识符”(0xef0100 + 目标地址)。当该 EOA 接收到调用时,EVM 会在该 EOA 的上下文中执行目标地址中的字节码,从而使目标合约能够访问该 EOA 的存储和余额。该交易类型实现了类智能合约的功能,例如批量交易(如 ERC-20 授权与交换)和权限管理,同时保留了原始 EOA 的地址和签名能力。"
|
|
1650
1650
|
},
|
|
1651
1651
|
"getRawTxJson": "获取原始交易JSON"
|
|
1652
1652
|
},
|