1. Oct 07, 2016
    • Arkadiy Paronyan's avatar
      Backport to beta (#2518) · fe830461
      Arkadiy Paronyan authored
      * Handle reorganizations in the state cache
      
      * Renamed and documented a few methods
      
      * Basic test
      
      * Renamed pending to buffered
      
      * Caching optimizations
      
      * Fixed a test
      
      * Fixed a test
      fe830461
    • Tomasz Drwięga's avatar
      [beta] Fixing RPC Filter conversion to EthFilter (#2501) · 80319108
      Tomasz Drwięga authored
      * Fixing RPC Filter conversion to EthFilter
      
      Conflicts:
      	rpc/src/v1/impls/eth.rs
      	rpc/src/v1/types/filter.rs
      
      * Removing limit
      
      * Fixing rpc tests
      80319108
    • Tomasz Drwięga's avatar
      [beta] Using pending block only if is not old (#2515) · 73a3dac3
      Tomasz Drwięga authored
      * Using pending block only if not old
      
      Conflicts:
      	ethcore/src/miner/miner.rs
      	rpc/src/v1/impls/eth.rs
      	rpc/src/v1/impls/eth_filter.rs
      
      * Fixing compilation issues
      73a3dac3
    • Arkadiy Paronyan's avatar
      Backports into beta (#2512) · bbaf5ed4
      Arkadiy Paronyan authored
      * RocksDB version bump
      
      * Preserve cache on reverting the snapshot (#2488)
      
      * Preserve cache on reverting the snapshot
      
      * Renamed merge_with into replace_with
      
      * Renamed and documented snapshotting methods
      
      * Track dirty accounts in the state (#2461)
      
      * State to track dirty accounts
      
      * Removed clone_for_snapshot
      
      * Renaming stuff
      
      * Documentation and other minor fixes
      
      * Replaced MaybeAccount with Option
      
      * Adjustable stack size for EVM (#2483)
      
      * stack size for io workers & evm threshold
      
      * rust way to remember stack size
      
      * right value
      
      * 24kb size
      
      * some stack reduction
      
      * Fixed overflow panic in handshake_panic (#2495)
      bbaf5ed4
    • Tomasz Drwięga's avatar
      CLI to specify queue ordering strategy (#2494) · 9cf77751
      Tomasz Drwięga authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * Alter gas priorities to include gas_price also
      
      * CLI options and tests
      
      * Adding ordering by gas
      
      * whitespace
      
      [ci:skip]
      9cf77751
    • Nikolay Volf's avatar
      Run inplace upgrades after version update (#2411) · 9b398421
      Nikolay Volf authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * Update migration.rs
      
      In highly unlikely scenario when the bloom update fails it will at least try again on the next run
      
      * proper exchange
      9b398421
  2. Oct 06, 2016
  3. Oct 05, 2016
  4. Oct 04, 2016
  5. Oct 02, 2016
  6. Oct 01, 2016
  7. Sep 30, 2016
  8. Sep 29, 2016
  9. Sep 28, 2016
  10. Sep 27, 2016
  11. Sep 25, 2016
    • Tomasz Drwięga's avatar
      Penalize transactions with gas above gas limit (#2271) · c3741640
      Tomasz Drwięga authored
      * Handle RLP to string UTF-8 decoding errors (#2217)
      
      * Penalize transactions with gas above gas limit
      
      * Avoid penalizing legit transactions
      
      * saturating not overflowing
      
      * Remove crufty code
      
      * Introduce gas price ordering.
      
      * Gas before gas-price, as long as the minimum price is met.
      
      * saturating add
      c3741640