- Feb 15, 2018
-
-
* aura: broadcast empty step message instead of sealing empty block * aura: add empty_step messages to seal * aura: include parent_hash in empty step message * aura: verify received empty step messages * aura: verify empty step messages in block * aura: fix dead lock on empty_steps * aura: fix EmptyStep Encodable * aura: take number of empty steps into account in chain score * aura: use empty step signers for finality * aura: add empty "empty step" messages to seal when reading from spec * aura: fix EmptyStep rlp encoding * aura: use Vec<u8> instead of Bytes * aura: fix block empty step verification * Update .gitlab-ci.yml fix lint * aura: fix accumulation of empty step signatures for finality * aura: include empty steps in seal signature * aura: configurable max number of empty steps * engine: pass block header to seal_fields method This is necessary to make the number of seal fields dynamic, e.g. activating a transition on a certain block number that changes the seal. * aura: add transition to enable empty step messages * aura: clear old empty step messages on verify_block_external * aura: ignore empty step messages from the future * aura: report skipped primaries when empty steps are not enabled * aura: fix tests * aura: report misbehavior * aura: add tests for rolling finality with multiple signatures * engine: fix validator set test In this test the block validation wasn't failing because the block was in the future (expected failure) but was instead failing because the author of the block isn't the expected authority. Since we added reporting of blocks produced by the wrong authority this test started failing. * aura: reward all the authors of empty step messages * aura: fix reward attribution for new blocks * aura: add tests for empty steps broadcasting and inclusion in blocks * aura: reduce size of empty step messages in seal * aura: add test for empty step inclusion in blocks * aura: add test for rewarding of empty steps * aura: add test for empty steps validation * aura: fix rlp encoding of sealed empty step * aura: fix grumbles
-
- Feb 14, 2018
-
-
Denis S. Soldatov aka General-Beck authored
add rhash
-
André Silva authored
* rpc: generate new account id for imported wallets * ethstore: handle duplicate wallet filenames * ethstore: simplify deduplication of wallet file names * ethstore: do not dedup wallet filenames on update * ethstore: fix minor grumbles
-
Afri Schoedon authored
* Fix snapcraft nightly * Update gitlab-build.sh * Update snapcraft.yaml * Update gitlab-build.sh * Update .gitlab-ci.yml snap build switch to https://hub.docker.com/r/snapcore/snapcraft/ * skip aura-test.sh https://github.com/paritytech/parity/pull/6078 * add snap artifacts * Fix aura tests * Fix macos build * Allow aura test to fail * Disable aura tests
-
Pierre Krieger authored
* Add a timeout for light client sync requests * Adjusting timeout to number of headers
-
-
- Feb 13, 2018
-
-
Tomasz Drwięga authored
* 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.
-
Afri Schoedon authored
-
Denis S. Soldatov aka General-Beck authored
* Update gitlab-test.sh https://github.com/paritytech/parity/issues/7871 * Update aura-test.sh
-
Afri Schoedon authored
* Fix windows installer file name * Fix macos installer file name
-
-
Leo Arias authored
-
- Feb 12, 2018
-
-
Svyatoslav Nikolsky authored
-
Tomasz Drwięga authored
-
Svyatoslav Nikolsky authored
-
Alexey authored
* Clean up docs formatting for Wasm runtime * Update runtime.rs
-
Nikolay Volf authored
-
fix build ```version``` after https://github.com/paritytech/parity/pull/7723
-
- Feb 09, 2018
-
-
Marek Kotewicz authored
* Refactor updater to use ethabi-derive * Grumble: do_call type alias * Empty commit to trigger test re-run * migration to ethabi-5.0 * migration to ethabi-5.0 in progress * use ethabi_deriven to generate TransactAcl contract * use ethabi_deriven to generate Registry contract * hash-fetch uses ethabi_derive, removed retain cycle from updater, fixed #7720 * node-filter crate uses ethabi_derive to generate peer_set contract interface * use LruCache in node-filter instead of HashMap * validator_set engine uses ethabi_derive * ethcore does not depend on native_contracts * miner does no depend on native_contracts * secret_store does not use native_contracts (in progress) * removed native-contracts * ethcore and updater does not depend on futures * updated ethereum-types * fixed all warnings caused by using new version of ethereum-types * updated ethabi_derive && ethabi_contract to get rid of warnings * removed another retain cycle in updater, fixed following minor version on update * moved contracts out of native_contracts res * updated ethabi_contract * fixed failing test * fixed failing test * there is no need to create two contracts of the same kind any more * simplify updater::ReleaseTrack conversion into u8 and add several tests for it * applied review suggestions * applied review suggestions
-
- Feb 08, 2018
-
-
Pierre Krieger authored
-
Tomasz Drwięga authored
-
Afri Schoedon authored
* Add new EF ropstens nodes. * Fix tests
-
- Feb 07, 2018
-
-
Marek Kotewicz authored
* refactor stratum to remove retain cycle, fixed #7823 * fix tests
-
-
Afri Schoedon authored
* Add binary identifiers and sha256sum to builds * Print build ident
-
- Feb 06, 2018
-
-
* Update references to UI shell & wallet * Update after merge
-
-
- Feb 05, 2018
-
-
Nikolay Volf authored
-
Svyatoslav Nikolsky authored
-
* Update Cargo.toml * updated Cargo.lock
-
* Move js & js-old to github.com/parity-js * Update shell & dapp-wallet references * Update wallet ref * Remove JS stages * Update to latest shell & wallet (token fixes)
-
Afri Schoedon authored
* Add CHANGELOG for 1.8.9 * Add CHANGELOG for 1.8.9 * Add CHANGELOG for 1.9.2
-
- Feb 02, 2018
-
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
-
- Feb 01, 2018
-
-
Afri Schoedon authored
-
Afri Schoedon authored
* Update CHANGELOGs for 1.8.8 * Update CHANGELOGs for 1.9.1
-
Afri Schoedon authored
* Enable byzantium on dev chain * Enable byzantium on constractor spec * Enable byzantium on aura specs * Enable byzantium on tendermint chain spec * Enable byzantium on null chain spec * Fix tests * Fix test
-
- Jan 31, 2018
-
-
André Silva authored
* parity: wait for client to drop on shutdown * parity: fix grumbles in shutdown wait * parity: increase shutdown timeouts
-
Axel Chalon authored
* Update Clap dependency and remove workarounds * WIP * Remove line breaks in help messages for now * Multiple values can only be separated by commas (closes #7428) * Grumbles; refactor repeating code; add constant * Use a single Wrapper rather than allocate a new one for each call * Wrap --help to 120 characters rather than 100 characters
-
Tomasz Drwięga authored
* Filter-out nodes.json * network: sort node table nodes by failure ratio * network: fix node table tests * network: fit node failure percentage into buckets of 5% * network: consider number of attempts in sorting of node table * network: fix node table grumbles
-