1. Jul 18, 2016
  2. Jul 17, 2016
  3. Jul 16, 2016
  4. Jul 15, 2016
  5. Jul 14, 2016
    • Tomasz Drwięga's avatar
      Updating UI · 66f8038b
      Tomasz Drwięga authored
      66f8038b
    • asynchronous rob's avatar
      d5d0cb0b
    • asynchronous rob's avatar
      In-memory trie operations (#1408) · 517c705a
      asynchronous rob authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * small cleanups in trie
      
      * Memory trie skeleton
      
      * decode nodes from RLP
      
      * memorytrie -> memorytriedb
      
      * implement Trie for MemoryTrie
      
      * partially implement insert
      
      * implement trie insertion
      
      * don't load whole trie into memory, lookup across memory and db
      
      * re-implement insertion and lazily load necessary nodes from DB
      
      * node removal w/o fixing
      
      * reduce churn in node storage
      
      * finish remove implementation
      
      * committing the in-memory trie
      
      * reload root node after commit
      
      * generate elastic arrays when converting nodes to rlp
      
      * port triedbmut tests over to memorytriedb, fix a few bugs.
      
      * hash count and dirty flag
      
      * initial attempt for node inspection
      
      * back to skeleton
      
      * inspection framework
      
      * implement insertion
      
      * no panic paths in insert
      
      * implement deletion without fixing
      
      * node fixing
      
      * commit nodes to db
      
      * tracing targets and bugfix
      
      * get tests to pass with a lot of tracing
      
      * set playpen iterations to 10
      
      * remove some tracing statements
      
      * make TrieMut::root take &mut self
      
      * replace triedbmut with memorytriedb
      
      * treat empty insert value as removal
      
      * add test for null insert
      
      * fix some style concerns
      
      * trie: use nodehandle for root_node, minor cleanup
      517c705a
    • Gav Wood's avatar
      Fix "pending" parameter on RPC block requests (#1602) · 598833d1
      Gav Wood authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * Initial commit.
      
      * Pending blocks work.
      
      * Address grumbles.
      
      * Fix up for new API.
      598833d1
    • Gav Wood's avatar
      Allow RPC to use solc to compile solidity (#1607) · 2b193f00
      Gav Wood authored
      * Allow use to use solc to compile solidity.
      
      * Remove unneeded commemt.
      
      [si:skip]
      
      * Address grumble and disable incorrect tests.
      2b193f00
    • Nikolay Volf's avatar
      IPC RPC deriving for traits (#1599) · be7c771e
      Nikolay Volf authored
      * sorting out the multi-interface dispatch scenario
      
      * codegen expansion for traits
      
      * fix rwlock
      be7c771e