Post
Topic
Board Announcements (Altcoins)
Extended interpretation of EVM
by
pathankp
on 21/03/2019, 11:19:22 UTC
Greetings, colleagues! Today we will talk about extended interpretation of EVM in GONT.

gVM и GONT VM:
gVM comes with a primary knowledge of the external service (pre-compiled contracts) unlike EVM Ethereum. EVM knows nothing about the service. Pre-compiled GONT contracts are little or no different from EVM Solidity contracts. In both cases, there is almost no contract change space after deploy.

Concepts:
GONT VM is a global virtual blockchain machine.
gVM is a single micro-machine inside GONT VM.
Cell is the bound of the ownership of one user inside GONT VM. Cell is displayed on ONTO slice in GONT Tree.
GPS (GONT Processors States) is a new routing protocol inside the GONT VM boundary. Routing of external messages among gVM coresGONT VM is divided into a great number of gVM.

The number of gVM cores is not limited yet. After having developed each core in each cell, we get the statistics of the service gas consumption at the output.

An approximate number of loads per gVM core is about 1000 - 10 000, gas meanings (1000 - 10 000 GONT Tree nodes).