Commit Graph

16 Commits

Author SHA1 Message Date
Afri Schoedon
085035fa2e
Backports to 1.11.7-stable ()
* parity-version: stabelize 1.11

* parity-version: bump stable to 1.11.7

* Don't fetch snapshot chunks at random ()

* Offload cull to IoWorker.

* Limit the number of transactions in pending set ()

* Unordered iterator.

* Use unordered and limited set if full not required.

* Split timeout work into smaller timers.

* Avoid collecting all pending transactions when mining

* Remove println.

* Use priority ordering in eth-filter.

* Fix ethcore-miner tests and tx propagation.

* Review grumbles addressed.

* Add test for unordered not populating the cache.

* Fix ethcore tests.

* Fix light tests.

* Fix ethcore-sync tests.

* Fix RPC tests.

* Make sure to produce full blocks.

* Update hidapi, fixes  ()

* docker: add cmake dependency ()

* Fix miner tests.

* Revert "Make sure to produce full blocks."

This reverts commit b12d5920b2.

* Update light client hardcoded headers ()

* Insert Kovan hardcoded headers until 

* Insert Kovan hardcoded headers until block 7690241

* Insert Ropsten hardcoded headers until 

* Insert Mainnet hardcoded headers until block 5941249

* Make sure to produce full blocks. ()

* Insert ETC (classic) hardcoded headers until block  ()

* fix verification in ethcore-sync collect_blocks ()

* `evm bench` fix broken dependencies ()

* `evm bench` use valid dependencies

Benchmarks of the `evm` used stale versions of a couple a crates that
this commit fixes!

* fix warnings
2018-07-17 09:30:59 +02:00
Afri Schoedon
4ba600fcc4
Beta: 1.11.6 backports ()
* parity-version: bump beta to 1.11.6

* scripts: remove md5 checksums ()

* Add support for --chain tobalaba

* Convert indents to tabs :)

* Fixes for misbehavior reporting in AuthorityRound ()

* aura: only report after checking for repeated skipped primaries

* aura: refactor duplicate code for getting epoch validator set

* aura: verify_external: report on validator set contract instance

* aura: use correct validator set epoch number when reporting

* aura: use epoch set when verifying blocks

* aura: report skipped primaries when generating seal

* aura: handle immediate transitions

* aura: don't report skipped steps from genesis to first block

* aura: fix reporting test

* aura: refactor duplicate code to handle immediate_transitions

* aura: let reporting fail on verify_block_basic

* aura: add comment about possible failure of reporting

* Only return error log for rustls ()

* Transaction Pool improvements ()

* Don't use ethereum_types in transaction pool.

* Hide internal insertion_id.

* Fix tests.

* Review grumbles.

* Improve should_replace on NonceAndGasPrice ()

* Additional tests for NonceAndGasPrice::should_replace.

* Fix should_replace in the distinct sender case.

* Use natural priority ordering to simplify should_replace.

* Minimal effective gas price in the queue ()

* Minimal effective gas price.

* Fix naming, add test

* Fix minimal entry score and add test.

* Fix worst_transaction.

* Remove effective gas price threshold.

* Don't leak gas_price decisions out of Scoring.

* Never drop local transactions from different senders. ()

* Recently rejected cache for transaction queue ()

* Store recently rejected transactions.

* Don't cache AlreadyImported rejections.

* Make the size of transaction verification queue dependent on pool size.

* Add a test for recently rejected.

* Fix logging for recently rejected.

* Make rejection cache smaller.

* obsolete test removed

* obsolete test removed

* Construct cache with_capacity.

* Optimize pending transactions filter ()

* rpc: return unordered transactions in pending transactions filter

* ethcore: use LruCache for nonce cache

Only clear the nonce cache when a block is retracted

* Revert "ethcore: use LruCache for nonce cache"

This reverts commit b382c19abdb9985be1724c3b8cde83906da07d68.

* Use only cached nonces when computing pending hashes.

* Give filters their own locks, so that they don't block one another.

* Fix pending transaction count if not sealing.

* Clear cache only when block is enacted.

* Fix RPC tests.

* Address review comments.

* A last bunch of txqueue performance optimizations ()

* Clear cache only when block is enacted.

* Add tracing for cull.

* Cull split.

* Cull after creating pending block.

* Add constant, remove sync::read tracing.

* Reset debug.

* Remove excessive tracing.

* Use struct for NonceCache.

* Fix build

* Remove warnings.

* Fix build again.

* miner: add missing macro use for trace_time

* ci: remove md5 merge leftovers
2018-07-09 08:39:46 +02:00
Afri Schoedon
0487c5b7a7
Bump beta to 1.11.5 / Backports ()
* parity-version: bump beta to 1.11.5

* Update ropsten.json ()

* Update hardcoded headers ()

* Update kovan.json

Update Kovan to block 7693549

* Update foundation.json

Updated to block 

* Update ropsten.json

Update to 3465217

* Update ropsten.json

use tabs

* Update foundation.json

use tabs

* Update kovan.json

use tabs

* scripts: minor improvements ()

* CI: enable 'latest' docker tag on master pipeline

* CI: mark both beta and stable as stable snap.

* CI: sign all windows binaries

* scripts: fix docker build tag on latest using master ()

* rpc: cap gas limit of local calls ()

* snap: downgrade rust to revision 1.26.2, ref snapcraft/+bug/1778530 ()

* snap: downgrade rust to revision 1.26.2, ref snapcraft/+bug/1778530

* snap: use plugin rust

* Fix deadlock in blockchain. ()

* Remove js-glue from workspace

This fixes test error on Rust 1.27 but also prevents js-glue from building itself. Builtin dapp users can still use
js-glue from crates.io.

* Fix Android build on beta ()
2018-06-29 09:55:47 +02:00
Afri Schoedon
f26a7fe6fa parity-version: beta release 1.11.4 ()
* Cherry-pick network-specific release flag ()

* parity-version: bump beta to 1.11.4

* parity-version: remove merge leftovers
2018-06-12 08:13:57 +02:00
Afri Schoedon
a66e36bf41
parity-version: bump beta to 1.11.3 ()
* parity-version: bump beta to 1.11.3

* Disallow unsigned transactions in case EIP-86 is disabled ()

* Disallow unsigned transactions in case EIP-86 is disabled

* Add tests for verification

* Add disallow unsigned transactions test in machine

* Fix ancient blocks queue deadlock ()

* Revert "Fix not downloading old blocks ()"

This reverts commit d1934363e7.

* Make sure only one thread actually imports old blocks.

* Add some trace timers.

* Bring back pending hashes set.

* Separate locks so that queue can happen while we are importing.

* Address grumbles.
2018-06-05 21:51:37 +02:00
Afri Schoedon
69d6d8239f
parity-version: bump beta to 1.11.2 ()
* parity-version: bump beta to 1.11.2

* parity-version: unset critical flag
2018-06-01 14:28:01 +02:00
Afri Schoedon
885f45c8c1
Bump beta to 1.11.1 () 2018-05-14 15:53:12 +02:00
Rando
33284e988e
Bump master to 1.11.0 ()
* Bump master to 1.11.0

* Bump price-info

* Bump mac installer version

* Fix gitlab builds
2018-03-03 22:02:33 +01:00
Marek Kotewicz
cfc2a240c4 bump to 1.10.0 ()
* bump to 1.10.0

* update version of version crate

* bump Cargo.lock
2018-01-11 09:58:37 +01:00
Arkadiy Paronyan
f3ea2f354e v1.9.0 () 2017-10-12 23:44:02 +02:00
Afri
afbda7baa8 Bump master to 1.8.0 ()
* Bump master to 1.8.0

* Use jsonrpc-core to avoid breaking master

* Update Cargo.lock
2017-08-08 20:18:00 +02:00
Arkadiy Paronyan
ae3f85bd5b v1.7 () 2017-03-07 17:29:27 +01:00
Arkadiy Paronyan
089da2a24a New macOS App () 2017-01-29 20:22:45 +01:00
Arkadiy Paronyan
148ea37687 v1.6 in master () 2017-01-10 15:41:59 +01:00
Gav Wood
7b5824d4a2 Fixes for 1.4 ()
* Fix --geth

* Fix mac installer.

* Fix up installer.

* Additional tweaks.

* Fix for empty APIs

* Another case of empty apis
2016-11-08 21:45:22 +01:00
Gav Wood
9b1f67b2dd Add mac installer files ()
* Add mac installer files.

* Add shortcut for Applications.

* Rework installer to run under user.

* Fix up script further.

* Add App stub

* Introduce better information.
2016-11-02 17:03:21 +01:00