MoveVM
-
Aggregator: How the Aptos Blockchain Enables Parallel Execution Sorting Under High Load
Aptos Labs' new Move feature, Aggregators, enables parallel execution of smart contracts on the Aptos blockchain even in the presence of read-write conflicts. Since going live on the mainnet, Apto...
-
Daily MOVE: Multi-signature V2 Enhancement
This AIP proposes to enhance Multi-Sign V2 by: (1) Limiting the maximum number of pending transactions. (2) Introducing a batch operation feature. (3) Implicitly voting on transaction execution. Macro Overview This AIP proposes to add the ability to...
-
MOVE of the Day: Proof Services for Keyless Accounts
This AIP is an extension of AIP-61: Keyless Accounts and allows a user to have a wallet tied to an OpenID account and sign transactions for the blockchain through its OIDC provider rather than through a key. As summarized in AIP-61...
-
MOVE of the Day: No Secret Key Accounts
Currently, the only way to secure your Aptos account is to keep the secret key (SK) attached to it safe. However, this task is much less simple than it sounds. In practice, it is easy for users to lose their private keys (for example, in the first...
-
EVM <> MoveVM, a new design for Blockchain
By rootMUD 0x01 Ethereum and EVM The Ethereum blockchain was born on July 30, 2015. Since its inception, Ethereum has been the icon of the "smart contract blockchain". It has gone through...