Wiki
Biturai Trading Wiki
The Biturai crypto encyclopedia: AI-assisted, data-informed, and continuously quality-audited.
The Ethereum Petersburg Hard Fork Explained
The Petersburg hard fork was a crucial, reactive upgrade for the Ethereum network, designed to fix a critical bug from the preceding Constantinople hard fork. It ensured network stability and predictable evolution by disabling a
Frontier: Explaining Ethereum's Initial Network Phase
Frontier marked the official launch of the Ethereum network on July 30, 2015, establishing the foundational blockchain for smart contracts and decentralized applications. This initial, experimental phase laid the crucial groundwork for all
Ethereum's Byzantium Hard Fork Explained
The Byzantium hard fork was a significant update to the Ethereum blockchain, implemented in October 2017. It introduced several changes aimed at improving the network's efficiency, security, and preparing for future developments.
Ethereum's Constantinople Hard Fork Explained
The Constantinople hard fork was a significant upgrade to the Ethereum blockchain, implemented in early 2019. It introduced several Ethereum Improvement Proposals aimed at improving efficiency and preparing for future transitions.
Ethereum's Istanbul Hard Fork Explained
The Istanbul hard fork was a significant upgrade to the Ethereum network, implemented in December 2019. It introduced six Ethereum Improvement Proposals to enhance network efficiency, security, and prepare for future developments.
Ethereum's Berlin Hard Fork Explained
The Berlin hard fork was a significant network upgrade for Ethereum, implementing several Ethereum Improvement Proposals to optimize smart contract functionality and adjust transaction fees. This update aimed to enhance network efficiency
The Ethereum London Hard Fork Explained
The Ethereum London Hard Fork was a significant network upgrade in August 2021, primarily introducing EIP-1559 to reform transaction fees. This update aimed to make gas fees more predictable and efficient while preparing the network for
Ethereum's Prague/Electra (Pectra) Upgrade Explained
The Pectra upgrade is a significant hard fork for Ethereum, combining updates to both its execution and consensus layers. It aims to enhance scalability, security, and user experience by improving validator operations, account abstraction,
Gasless Transactions: Understanding Meta-Transactions
Gasless transactions allow users to interact with decentralized applications without directly paying network gas fees. A third party, known as a relayer, covers the gas cost on the user's behalf, creating a smoother and more accessible
Social Recovery Wallets Explained
Social recovery wallets offer a secure method for regaining access to digital assets without relying solely on a single seed phrase. They enable users to designate trusted individuals or other wallets as guardians to assist in the recovery
Session Keys: Temporary Permissions in Smart Wallets
Session keys are temporary, limited-permission cryptographic keys that allow smart wallets to delegate specific actions without exposing the primary private key. They enhance security and user experience by enabling automated tasks within
Understanding UserOperations in Account Abstraction
UserOperations are pseudo-transaction objects that enable smart contract accounts to define custom rules for blockchain interactions, moving beyond the limitations of traditional accounts. They are processed by an alternative
ERC-4337 Bundlers: UserOperation Aggregation Explained
Bundlers are off-chain actors in the ERC-4337 ecosystem that aggregate individual user requests, known as UserOperations, into a single blockchain transaction. They play a pivotal role in enabling account abstraction on Ethereum by
ERC-4337 and EIP-7702: Two Paths to Account Abstraction
Account Abstraction aims to enhance Ethereum user experience by allowing smart contracts to manage accounts. ERC-4337 and EIP-7702 are distinct yet complementary approaches to achieving this goal, each addressing different layers of the
EIP-3074: EOA Delegation with AUTH and AUTHCALL
EIP-3074 introduces new EVM opcodes, AUTH and AUTHCALL, enabling Externally Owned Accounts (EOAs) to delegate transaction control to smart contracts. This allows EOAs to gain advanced features like gas sponsorship and batch transactions,
EIP-165: Standard Interface Detection in Ethereum
EIP-165 defines a standardized method for smart contracts to declare which interfaces they support. This enables dynamic interaction and verification of contract capabilities at runtime.
EIP-2535: The Diamond Standard for Modular Contracts
EIP-2535 introduces the Diamond Standard, a modular architecture for smart contracts that overcomes the 24KB size limit and enables fine-grained upgrades. It allows a single contract address to delegate functionality to multiple
EIP-1967: Standardized Proxy Storage Slots
EIP-1967 standardizes where upgradeable proxy contracts store essential information like the logic contract address. This prevents storage conflicts and allows block explorers to accurately interpret and display the underlying
EIP-1167: Minimal Proxy Contracts (Clones) Explained
EIP-1167 introduces a standard for minimal proxy contracts, enabling cost-effective and efficient cloning of smart contract functionality on Ethereum. These 'clones' delegate all function calls to a single, pre-deployed implementation
EIP-2612: Permit for Gasless Token Approvals
EIP-2612 is an extension to the ERC-20 token standard that allows users to approve token spending through an off-chain signed message, eliminating the need for a separate on-chain approval transaction. This innovation significantly reduces