Mempool
멤풀
Transactions
6 references
노드가 저장하고 중계하는 유효하고 확인되지 않은 트랜잭션 집합입니다. 채굴자/검증자는 일반적으로 새 블록에 포함할 트랜잭션을 mempool에서 선택합니다.
6개 백서 섹션에 등장
$SOL
Solana
Abstract
...ower BFT consensus mechanism, a data plane optimized for streaming (Turbine), a mempool-less transaction forwarding protocol (Gulf Stream), a parallel smart contract r...
Outline
... the transaction forwarding protocol that eliminates the need for a traditional mempool. We explain how the predetermined leader schedule, made possible by PoH's trust...
Network Design
...m is Solana's transaction forwarding protocol, which eliminates the traditional mempool used by most blockchain networks. In a conventional blockchain, transactions ar...
Conclusion
...sing lockouts anchored to verifiable PoH timestamps. Gulf Stream eliminates the mempool by leveraging the predictable leader schedule that PoH enables. Turbine uses er...
$BCH
Bitcoin Cash
Transaction Throughput and Scalability
...erence between a block and the transactions a receiving node already has in its mempool. Canonical Transaction Ordering (CTOR), implemented in November 2018, requires ...
Network Architecture
...oximately 99.6 percent compression for typical blocks.
The network's relay and mempool policies are designed to support reliable zero-confirmation transactions. Nodes...