Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
New translations glossary.md (Japanese)
Browse files Browse the repository at this point in the history
  • Loading branch information
klaytndocs committed May 14, 2024
1 parent 6cebffe commit 95ee8bd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions i18n/ja/docusaurus-plugin-content-docs/current/learn/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ A design document providing information to Klaytn stakeholders regarding new fea

Some of typical examples of KIP are [KIP-7](http://kips.klaytn.foundation/KIPs/kip-7), [KIP-17](http://kips.klaytn.foundation/KIPs/kip-17), and [KIP-37](http://kips.klaytn.foundation/KIPs/kip-37).

### Klaytn State

This is the world state of accounts in Klaytn containing the balances, storage variables of the account and the hash of the code or bytecode depending on if the account is an EOA or SCA.

### Klaytn virtual machine (KLVM)

A virtual state machine that executes Klaytn smart contracts. It is a quasi-Turing-complete stack-based virtual machine that is derived from the Ethereum Virtual Machine (EVM). The KLVM is responsible for processing and executing smart contracts on the Klaytn blockchain.
Expand Down Expand Up @@ -144,6 +148,14 @@ A node in a Klaytn service chain that provides a public interface for interactin

See also [endpoint node (EN)](#endpoint-node-en), [service chain](#service-chain).

### state migration

This process involves removing unnecessary or outdated data from the blockchain to reduce the amount of required storage space and improve efficiency.

### transaction pool

A critical component for managing pending and queued transactions awaiting inclusion in the next blocks within the network.

### validator

A node that verifies the accuracy of data contained in new blocks and ensures that blocks are processed efficiently across the network. In Klaytn's permissionless validation structure, anyone can act as a block validator if they meet certain qualifications while maintaining the existing Governance Council structure and roles.

0 comments on commit 95ee8bd

Please sign in to comment.