1. 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
  2. Sep 09, 2016
  3. Sep 01, 2016
  4. Aug 26, 2016
  5. Aug 19, 2016
  6. 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
  7. 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
  8. Aug 06, 2016
  9. Aug 05, 2016
    • asynchronous rob's avatar
      miner and client take spec reference (#1853) · e72fc539
      asynchronous rob authored
      * miner and client take spec reference
      
      * fix tests
      e72fc539
    • Arkadiy Paronyan's avatar
      Unlock account with timeout for geth compatibility (#1854) · 2f524253
      Arkadiy Paronyan authored
      * Unlock account with timeout for geth compatibility
      
      * Fixed test
      2f524253
    • Arkadiy Paronyan's avatar
      Fixed reported max height and transaction propagation (#1852) · 46a988dd
      Arkadiy Paronyan authored
      * Fixed max height and transaction propagation
      
      * Fixed tests
      46a988dd
    • asynchronous rob's avatar
      Snapshot creation and restoration (#1679) · 76a72463
      asynchronous rob authored
      * to_rlp takes self by-reference
      
      * clean up some derefs
      
      * out-of-order insertion for blockchain
      
      * implement block rebuilder without verification
      
      * group block chunk header into struct
      
      * block rebuilder does verification
      
      * integrate snapshot service with client service; flesh out implementation more
      
      * initial implementation of snapshot service
      
      * remove snapshottaker trait
      
      * snapshot writer trait with packed and loose implementations
      
      * write chunks using "snapshotwriter" in service
      
      * have snapshot taking use snapshotwriter
      
      * implement snapshot readers
      
      * back up client dbs when replacing
      
      * use snapshot reader in snapshot service
      
      * describe offset format
      
      * use new get_db_path in parity, allow some errors in service
      
      * blockchain formatting
      
      * implement parity snapshot
      
      * implement snapshot restore
      
      * force blocks to be submitted in order
      
      * fix bug loading block hashes in packed reader
      
      * fix seal field loading
      
      * fix uncle hash computation
      
      * fix a few bugs
      
      * store genesis state in db. reverse block chunk order in packed writer
      
      * allow out-of-order import for blocks
      
      * bring restoration types together
      
      * only snapshot the last 30000 blocks
      
      * restore into overlaydb instead of journaldb
      
      * commit version to database
      
      * use memorydbs and commit directly
      
      * fix trie test compilation
      
      * fix failing tests
      
      * sha3_null_rlp, not H256::zero
      
      * move overlaydb to ref_overlaydb, add new overlaydb without on-disk rc
      
      * port archivedb to new overlaydb
      
      * add deletion mode tests for overlaydb
      
      * use new overlaydb, check state root at end
      
      * share chain info between state and block snapshotting
      
      * create blocks snapshot using blockchain directly
      
      * allow snapshot from arbitrary block, remove panickers from snapshot creation
      
      * begin test framework
      
      * blockchain chunking test
      
      * implement stateproducer::tick
      
      * state snapshot test
      
      * create block and state chunks concurrently, better restoration informant
      
      * fix tests
      
      * add deletion mode tests for overlaydb
      
      * address comments
      
      * more tests
      
      * Fix up tests.
      
      * remove a few printlns
      
      * add a little more documentation to `commit`
      
      * fix tests
      
      * fix ref_overlaydb test names
      
      * snapshot command skeleton
      
      * revert ref_overlaydb renaming
      
      * reimplement snapshot commands
      
      * fix many errors
      
      * everything but inject
      
      * get ethcore compiling
      
      * get snapshot tests passing again
      
      * instrument snapshot commands again
      
      * fix fallout from other changes, mark snapshots as experimental
      
      * optimize injection patterns
      
      * do two injections
      
      * fix up tests
      
      * take snapshots from 1000 blocks efore
      
      * address minor comments
      
      * fix a few io crate related errors
      
      * clarify names about total difficulty
      
      [ci skip]
      76a72463
    • Marek Kotewicz's avatar
      Merge pull request #1850 from ethcore/deprecated-typo · 725d3208
      Marek Kotewicz authored
      fix deprecated typo
      725d3208
    • keorn's avatar
      fix deprecated typo · b6f827e3
      keorn authored
      b6f827e3
    • Arkadiy Paronyan's avatar
      Split IO and network crates (#1828) · 05bfdc50
      Arkadiy Paronyan authored and Marek Kotewicz's avatar Marek Kotewicz committed
      * Abort on panic
      
      * Split IO and network crates
      
      * Restore panic handler
      
      * Fixed doc tests
      05bfdc50
    • Marek Kotewicz's avatar
    • asynchronous rob's avatar
  10. Aug 04, 2016
  11. Aug 03, 2016