Running more than 20 production blockchains, SKALED is Ethereum-compatible, high performance C++ Proof-of-Stake client, tools and libraries. Uses SKALE consensus as a blockchain consensus core. Includes dynamic Oracle. Implements file storage and retrieval as an EVM extension.
Our current State locks are really convoluted and error prone.
They can potentially lead to performance degradation.
In particular Also eth_calls interfere with block commit. When there are many eth_call
requests, a block can not be committed since they fight for the same state lock.
Our current State locks are really convoluted and error prone. They can potentially lead to performance degradation.
In particular Also eth_calls interfere with block commit. When there are many eth_call requests, a block can not be committed since they fight for the same state lock.