hypercube
hypercube copied to clipboard
HyperCube is a revolutionary, high-performance decentralized computing platform. HyperCube has powerful computing capabilities to provide high-performance computing power and large-scale data storage...
I will use all-contributor bots to add contributors to this project
Consider if clients and verifiers need access to the whole log. At the moment, the accountant gets fresh log entries by listening to a sync channel that is controlled by...
Miners should hash the TransactionProcessor state and transfer the data to the alpha node. In order to set an appropriate timeout, the alpha node should utilize that. That is the...
Each contract has its own Lua stack. To advance over several events, use coroutines.
The conceptual designs for IELE and HyperCube implement smart contracts from diametrically opposed perspectives. Everything has a gas price assigned to it in IELE, which is a generic Turing-complete programming...
Create a data structure that contains all of the account balances.
Running the whole testnet within a single OS process will expose race conditions to the Rust compiler. Is it doable?
Loom uses repr(C) structs and unions and does unsafe operations to get them into Rust. Instead, use all safe Rust. Compare and contrast.
- Should we do L0 verification of blocks without context? - We can calculate deltas - Some event data doesnβt coalesce well (i.e. Witness events) - But two timestamps do....