1. Sep 29, 2016
    • Arkadiy Paronyan's avatar
    • Tomasz Drwięga's avatar
      Beta Backports (#2396) · 63d3a4dd
      Tomasz Drwięga authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * Removing extras data from retracted blocks. (#2375)
      
      * Removing extras data from retracted blocks.
      
      * Adding a test case
      
      Conflicts:
      	ethcore/src/blockchain/blockchain.rs
      
      * Fixing transaction queue
      
      Conflicts:
      	ethcore/src/miner/transaction_queue.rs
      
      * Prioritizing re-imported transactions (#2372)
      
      * Prioritizing re-imported transactions
      
      * Fixing compilation on beta
      
      Conflicts:
      	Cargo.lock
      	ethcore/src/client/client.rs
      	ethcore/src/miner/transaction_queue.rs
      
      * Post-merge fixes
      63d3a4dd
    • Arkadiy Paronyan's avatar
    • Nikolay Volf's avatar
      Accounts bloom (#2357) · 4d115987
      Nikolay Volf authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * proper bloom
      
      * incremental bloom updates
      
      * crate update
      
      * return of the column
      
      * fix n^2 byteorder write
      
      * add notes to funs
      
      * working bloom commits
      
      * Optimizations
      
      * bloom diag
      
      * migration basic
      
      * migration ongoing
      
      * migration finalizing
      
      * mingration api workarounds
      
      * fix test_client setups
      
      * snapshot bloom update
      
      * review fixes
      
      * just forward keys in the migration
      
      * migration extra tracing
      
      * fix migration path
      
      * remove close pray
      
      * review issues
      4d115987
  2. Sep 28, 2016
  3. Sep 27, 2016
  4. 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
  5. Sep 23, 2016
  6. Sep 22, 2016
  7. Sep 21, 2016
  8. Sep 20, 2016
  9. Sep 11, 2016
    • Arkadiy Paronyan's avatar
      Backports to beta (#2068) · 2a82fa0a
      Arkadiy Paronyan authored
      * Fix several RPCs (#1926)
      
      * Fix up pending receipts details.
      
      * Add support for additional params and registry over RPC.
      
      * Fix tests.
      
      * Add test, additional fix.
      
      Fixes #1932.
      
      * Fix up tests.
      
      * Fix test.
      
      * Fix test.
      
      * DB WAL size limit (#1935)
      
      * Limit WAL size
      
      * Check pruning by db modification date (#1924)
      
      * Cache address hash (#1943)
      
      * ECIES without MAC (#1948)
      
      * Use random IV for ECIES AES
      
      * ECIES encrypt/decrypt for a single message
      
      * Derive IV from shared secret
      
      * Apply settings to column families
      
      * fixed #1933 (#1979)
      
      * Fixed neighbours collection (#1996)
      
      * dapps-hosts configuration
      
      * Disabled counter check
      
      * always process trie death row on commit, add more tracing
      
      * fixed transaction addresses mapping, fixes #1971
      
      * simplified iterator
      
      * v1.3.1
      
      * v1.3.1
      v1.3.1
      2a82fa0a
  10. Sep 09, 2016
  11. Sep 01, 2016
  12. Aug 26, 2016
  13. Aug 19, 2016
  14. Aug 12, 2016
    • Arkadiy Paronyan's avatar
      v1.3.0
      425e1ce0
    • Tomasz Drwięga's avatar
      Bumping Parity UI (#1920) · 8741d0d1
      Tomasz Drwięga authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      8741d0d1
    • Arkadiy Paronyan's avatar
      Backports to beta (#1919) · dfb2ddfd
      Arkadiy Paronyan authored
      * RPC errors & logs (#1845)
      
      * Refactoring errors in RPC
      
      * Updating jsonrpc-core
      
      * Fixing code_at
      
      * Avoid mentioning obvious segments in proof
      
      [ci:skip]
      
      * fixed cache_manager lock order
      
      * Purging .derefs, fixing clippy warnings. (#1890)
      
      * Fixing clippy warnings
      
      * Purging derefs
      
      * Simplifying engine derefs
      
      * Simplifying more engine derefs
      
      * Adding more details to miner log
      
      * fixed #1889, .DS_Store is no longer treated as key file (#1892)
      
      * fixed #1889, .DS_Store is no longer treated as key file
      
      * ethstore filters directories, hidden files and common system files
      
      * fixed compiling
      
      * fix regression with geth dir
      
      * fix regression with geth dir
      
      * Fix ipc compilation and add ipc feature to test targets (#1902)
      
      * fix compilation and add it to the ci run
      
      * no separator?
      
      * use quotes and spaces
      
      * RocksDB version bump
      
      * Don't return deleted nodes that are not yet flushed (#1908)
      
      * polling & connection timeouts (#1910)
      
      * Peers RPC + UI displaying active/connected/max peers (#1915)
      
      * Peers API
      
      * Bumping Parity-UI
      
      * Fixing tests
      
      * Save nodes removed from backing_overlay until commit (#1917)
      dfb2ddfd
  15. Aug 09, 2016
    • Arkadiy Paronyan's avatar
      Backports for beta (#1888) · 52ac5a00
      Arkadiy Paronyan authored
      * Sync to peers with confirmed fork block only (#1863)
      
      * Fixing gas conversion
      
      * Validating u256->usize conversion
      
      * Update cache usage on commiting block info (#1871)
      
      * Use UntrustedRlp for block verification (#1872)
      
      * take snapshot at specified block and slightly better informants (#1873)
      
      * prettier informant for snapshot creation
      
      * allow taking snapshot at a given block
      
      * minor tweaks
      
      * elaborate on cli
      
      * Send new block hashes to all peers (#1875)
      
      * Reduce max open files (#1876)
      
      * ws-rs update
      
      * Fixing test
      
      * Fixing miner deadlock (#1885)
      52ac5a00
  16. Aug 06, 2016
  17. Aug 05, 2016