Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(isc-wiki): add block time to the glossary #1603

Merged
merged 4 commits into from
Jun 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions config/jargon.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,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 _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.
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 _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.
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
Loading