World State (Permissioned Chains)
Key value view of current ledger data maintained by permissioned frameworks like Hyperledger Fabric to speed queries compared to scanning full block history.
Key value view of current ledger data maintained by permissioned frameworks like Hyperledger Fabric to speed queries compared to scanning full block history.
Durability technique where updates are first recorded to an append only log before applying to state; used in node databases and indexers for crash recovery.
Hash based signature scheme considered post quantum resistant; used as a building block in stateful schemes like XMSS and SPHINCS+.
Form of elliptic curves commonly used in cryptography, such as secp256k1 for Bitcoin and ECDSA; different forms trade speed and security properties.
Encryption scheme where a message can be decrypted by providing a witness to an NP statement’s truth, proposed for time lock and on chain puzzles.
Early peer to peer messaging layer for Ethereum clients aimed at private dapp communications; largely superseded by newer protocols and off chain services.
Open source automatic speech recognition model known for robustness across accents and noise; often used to transcribe crypto podcasts and dev calls.
Schedule that gradually increases the learning rate at the start of training to stabilize optimization, commonly combined with cosine decay or step schedules.
L2 regularization technique that penalizes large parameter values to reduce overfitting; often decoupled from momentum in modern optimizers like AdamW.
Training regime using noisy, partial, or indirect labels like heuristics and distant supervision to scale datasets when full annotation is expensive.
Subword tokenization algorithm used by BERT like models to balance vocabulary size and coverage by splitting rare words into learned pieces.