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 2 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
@@ -1,6 +1,8 @@
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
2 changes: 1 addition & 1 deletion docs/build/isc/v1.1/docs/getting-started/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ 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
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.

### The Magic Contract
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ 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
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.

### The Magic Contract
Expand Down
Loading