Skip to content

Commit

Permalink
New translations v0.8.2.md (Vietnamese)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaia-docs committed Mar 4, 2025
1 parent 39952de commit 598849a
Showing 1 changed file with 20 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
### Fixes <a id="fixes"></a>

- Changed return value or output of two RPC API functions
- klay_getAccountKey
- Changed to return nil instead of AccountKeyLegacy when the target account does not exist
- klay_getBlockXXX
- Changed the output to have the same block data fields as klay_getBlock's
- klay_getAccountKey
- Changed to return nil instead of AccountKeyLegacy when the target account does not exist
- klay_getBlockXXX
- Changed the output to have the same block data fields as klay_getBlock's
- Adjusted some log levels to reduce log messages
- Fixed data races detected by Go's race detection tool
- Fixed various code bugs
Expand All @@ -34,28 +34,28 @@
- Introduced ComputationCost and ComputationCostLimit to limit the transaction execution time
- Implemented chaindata export and sync to database on EN (can be enabled by `--dbsyncer`)
- Added new RPC API functions
- klay_gasPriceAt
- klay_getCouncilSize
- klay_getCommittee
- klay_getCommitteeSize
- bridge_getServiceChainAccountAddr
- bridge_getServiceChainAccountNonce
- bridge_convertRequestTxHashToHandleTxHash
- klay_gasPriceAt
- klay_getCouncilSize
- klay_getCommittee
- klay_getCommitteeSize
- bridge_getServiceChainAccountAddr
- bridge_getServiceChainAccountNonce
- bridge_convertRequestTxHashToHandleTxHash
- Made TxGasHumanReadable changeable by governance
- Added a new txpool option `—txpool.keeplocals`

### Fixes <a id="fixes"></a>

- Renamed some RPC API functions
- bridge_convertChildChainBlockHashToParentChainTxHash -> bridge_convertServiceChainBlockHashToMainChainTxHash
- bridge_unRegisterBridge -> bridge_deregisterBridge
- bridge_subscribeEventBridge -> bridge_subscribeBridge
- bridge_unsubscribeEventBridge -> bridge_unsubscribeBridge
- bridge_listDeployedBridge -> bridge_listBridge
- klay_getValidators -> klay_getCouncil
- bridge_convertChildChainBlockHashToParentChainTxHash -> bridge_convertServiceChainBlockHashToMainChainTxHash
- bridge_unRegisterBridge -> bridge_deregisterBridge
- bridge_subscribeEventBridge -> bridge_subscribeBridge
- bridge_unsubscribeEventBridge -> bridge_unsubscribeBridge
- bridge_listDeployedBridge -> bridge_listBridge
- klay_getValidators -> klay_getCouncil
- Removed unnecessary RPC API functions
- bridge_deployBridgeOnLocalChain
- bridge_deployBridgeOnParentChain
- bridge_deployBridgeOnLocalChain
- bridge_deployBridgeOnParentChain
- Deleted 'wallet' command from node executables
- Changed block header's extra field to hold only committee addresses
- Fixed governance configuration setting
Expand All @@ -75,3 +75,4 @@
- Enhanced prometheus metrics
- Added micro-benchmarks for VM opcodes and precompiled contracts
- Added more unit tests and updated test codes

0 comments on commit 598849a

Please sign in to comment.