• Tomasz Drwięga's avatar
    Transaction Pool re-implementation (#6994) · 1d920673
    Tomasz Drwięga authored
    * Initial design and some tests.
    
    * Insertion & limits.
    
    * Constructing pending block.
    
    * Change to PendingIterator.
    
    * Removing/cancelling transactions.
    
    * Full status.
    
    * Culling transactions.
    
    * Use bigint.
    
    * Add listener tests.
    
    * Clean up listener types.
    
    * Split into multiple files.
    
    * Add copyright notice.
    
    * Documentation.
    
    * Don't require ownership.
    
    * Fix cull to remove from by_hash.
    
    * Make the queue generic over transactions.
    
    * Address code review.
    
    * Update wasm submodules.
    
    * Fix review grumbles.
    
    * Add some docs.
    1d920673
This project manages its dependencies using Cargo. Learn more