Skip to content

Commit

Permalink
docs(isc-wiki): place block time under block section in jargon.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Ginowine committed Jun 8, 2024
1 parent fac04f2 commit dcaafcd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions config/jargon.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module.exports = {
access:
'The ability to write to the ledger by issuing blocks. In other contexts, it means who has permission to a particular digital asset.',
blocktime:
'Block Time refers to the average amount of time it takes for a new block to be added to a blockchain. This metric is critical as it determines the network speed and efficiency in processing transactions and maintaining consensus.',
accessibility:
'The ease of use and availability of a system or technology for users.',
'accessible Writing':
Expand Down Expand Up @@ -52,6 +50,8 @@ module.exports = {
'The process of receiving blocks, either created locally by a node or received from a neighbor.',
'block signature':
'Digital signatures attached to blocks to ensure their authenticity.',
'block time':
'Block Time refers to the average amount of time it takes for a new block to be added to a blockchain. This metric is critical as it determines the network speed and efficiency in processing transactions and maintaining consensus.',
'block wrapper':
'The block wrapper is additional data around the typical blocks giving important metadata, including the version, time, and block issuer. This metadata allows nodes to follow the right version of the Tangle, to verify the timestamp of blocks, and to identify the creator of each block.',
'blockchain bottleneck':
Expand Down
4 changes: 2 additions & 2 deletions docs/build/isc/v1.1/docs/getting-started/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ Here are some of the most important properties and limitations of EVM support in

### No Enforced Block Time

There is no guaranteed _blocktime_. A new EVM "block" will be created only when an ISC block is created, and ISC does
not enforce an average block time. This means that block times are variable; a new block will be created as soon as needed.
There is no guaranteed _block time_. A new EVM "_block_" will be created only when an ISC block is created, and ISC does
not enforce an average _block time_. This means that block times are variable; a new block will be created as soon as needed.

### The Magic Contract

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ Here are some of the most important properties and limitations of EVM support in

### No Enforced Block Time

There is no guaranteed _blocktime_. A new EVM "block" will be created only when an ISC block is created, and ISC does
not enforce an average block time. This means that block times are variable; a new block will be created as soon as needed.
There is no guaranteed _block time_. A new EVM "block" will be created only when an ISC block is created, and ISC does
not enforce an average _block time_. This means that block times are variable; a new block will be created as soon as needed.

### The Magic Contract

Expand Down

0 comments on commit dcaafcd

Please sign in to comment.