Commit Graph

18 Commits

Author SHA1 Message Date
Afri Schoedon
23a9eefd64
Stable: 1.10.9 backports ()
* parity-version: bump stable to 1.10.9

* scripts: remove md5 checksums ()

* Add support for --chain tobalaba ()

* Add support for --chain tobalaba

* Only return error log for rustls ()

* 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
2018-07-07 15:49:24 +02:00
Afri Schoedon
6438fe9431
Bump stable to 1.10.8 ()
* parity-version: bump stable to 1.10.8

* 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: remove whisper target not available in stable

* Revert "Update hardcoded headers ()"

This reverts commit e1dc515603bac39751fa94e9547cc4e06f27c79a.

* scripts: fix gitlab strip binaries

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

* rpc: cap gas limit of local calls ()
2018-06-22 19:55:59 +02:00
Afri Schoedon
718b398a17 parity-version: stable release 1.10.7 ()
* Cherry-pick network-specific release flag ()

* parity-version: bump stable to 1.10.7
2018-06-11 12:25:29 +02:00
Afri Schoedon
bc0d134bb4
parity-version: bump stable to 1.10.6 ()
* parity-version: bump stable to 1.10.6

* 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 tests
2018-06-05 22:10:05 +02:00
Afri Schoedon
02ffb9be42
parity: bump stable version to 1.10.5 ()
* parity: bump stable version to 1.10.5

* Fix failing doc tests running on non-code
2018-06-04 13:57:24 +02:00
Afri Schoedon
226a1d31b6
Bump stable to 1.10.4 () 2018-05-14 15:52:18 +02:00
Afri Schoedon
d9f6aba308
Stabilize 1.10.3 ()
* Stabelize 1.10

* Bump stable to 1.10.3

* Update Gitlab scripts

* Fix snap builds ()

* fix docker build ()

* Use  as Docker's  ( is not used anymore)
2018-04-27 17:45:45 +02:00
Afri Schoedon
f4ae813fda
Update Parity beta to 1.10.2 + Backports ()
* Update Parity beta to 1.10.2

* Allow 32 bit pipelines to fail ()

* Disable 32bit tragets for gitlab

* Rename linux pipelines

* Update wasmi ()

* Fix Cargo.lock

* Revert Cargo.lock changes

* Revert Cargo.lock changes

* Fix Cargo.lock
2018-04-23 10:31:05 +02:00
Afri Schoedon
45c29a2a57
Bump beta to 1.10.1 ()
* Bump beta to 1.10.1

* Unflag critical release
2018-04-13 14:39:38 +02:00
André Silva
610f6f1425 [Beta] Backports ()
* Support parity protocol. ()

* updater: apply exponential backoff after download failure ()

* updater: apply exponential backoff after download failure

* updater: reset backoff on new release

* Max code size on Kovan ()

* Enable code size limit on kovan

* Fix formatting.

* Limit incoming connections.  ()

* Limit ingress connections
* Optimized handshakes logging

* WASM libraries bump ()

* update wasmi, parity-wasm, wasm-utils to latest version

* Update to new wasmi & error handling

* also utilize new stack limiter

* fix typo

* replace dependency url

* Cargo.lock update

* add some dos protection ()

* revert removing blooms ()

* Revert "fix traces, removed bloomchain crate, closes , closes "

This reverts commit 1bf62038678295e5586f02a38a0c5aab9a9efe62.

* Revert "fixed broken logs ()"

This reverts commit f8a2e53f3e.

* fixed broken logs

* bring back old lock order

* remove migration v13

* revert CURRENT_VERSION to 12 in migration.rs

* more dos protection ()

* Const time comparison ()

* Use `subtle::slices_equal` for constant time comparison.

Also update the existing version of subtle in `ethcrypto` from
0.1 to 0.5

* Test specifically for InvalidPassword error.

* fix trace filter returning returning unrelated reward calls, closes  ()

* network: init discovery using healthy nodes ()

* network: init discovery using healthy nodes

* network: fix style grumble

* network: fix typo

* Postpone Kovan hard fork ()

* ethcore: postpone Kovan hard fork

* util: update version fork metadata

* Disable UI by default. ()

* dapps: update parity-ui dependencies ()
2018-03-19 21:40:56 +01:00
Rando
3d6ede0c58 Make 1.10 beta ()
* Make 1.10 beta

* Fix gitlab builds
2018-03-01 21:18:26 +03:00
Tomasz Drwięga
5584739b83 Fix checksums and auto-update push ()
* Re-enable auto-update for windows. Fail build on non 2xx response from updater.

* Fix format of md5 and sha256 files.

* Fix identation.

* Add critical to metadata.

* Add some logs.

* Fix pushing build.

* Attempt to fix release pushing.

* Fix missing rhash?

* Workaround broken rhash.
2018-02-13 19:31:06 +01:00
Tomasz Drwięga
a59f6d9bd2 Move updater metadata to Cargo.toml of parity-version. () 2018-02-08 12:38:56 +01:00
Marek Kotewicz
9adee532a0
bump some of our core dependencies ()
* updated ethereum-types and tiny-keccak

* Updated several deps

* Updated several more dependencies

* Modify dummy file to trigger ci

* fixed update of memmap to 0.6 in ethash crate

* Fixed fetch after update to latest reqwest

* Updated jsonrpc-core with fixes for serde

* add expects in util/version/build.rs
2018-01-17 11:45:29 +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
Tomasz Drwięga
457d8baf30
Fix final feature. 2018-01-02 11:02:04 +01:00
Tomasz Drwięga
74d2896397
Fix version. 2017-12-27 11:02:39 +01:00
Marek Kotewicz
d80dd81d77
parity-version pr reopen ()
* parity-version module split from util

removed unused util deps and features

trigger buildbot again

only kvdb links rocksdb

snappy linker issues

* rm snappy

* fixed old version imports
2017-12-22 09:37:39 -04:00