Parallelization

Intro

Klyntar was created to implement best practices. That is why parallel transaction execution was implemented.

We have 4 types of transactions available below. Currently, parallel transaction execution is supported for:

Transaction type
Description
Implementation status

TX

Default address to address coins transfer

WVM_DEPLOY

Contract deployment to WASM vm

WVM_CALL

Call smart-contract in WASM vm

EVM_CALL

Interaction with EVM

In the interface of explorer you can see the execution type of transaction. This is example of parallel transaction:

And this transaction is not parallel - it was executed in a sync way

Parallel execution for native transactions and WASM vm

See Transfer coins from native KLY environment to EVM

Parallel execution for EVM

See Transfer coins from EVM to native KLY environment

Last updated

Was this helpful?