- Feb 20, 2018
-
-
Rando authored
* Add changelog for 1.8.10 stable * Add changelog for 1.9.3 beta * Released 1.9.3 ahead of schedule :)
-
-
-
- Feb 19, 2018
-
-
Marek Kotewicz authored
* removed redundant Bloom conversions * fixed broken tests
-
Marek Kotewicz authored
-
Nikolay Volf authored
* kovan fork code * introduce ethcore level vm_factory and let it fail * fix json tests * wasmcosts as option * review changes * wasm costs in parser * fix evm tests * review fixes * fix test * remove redundant json field
-
Marek Kotewicz authored
-
Marek Kotewicz authored
* removed redundant PodAccount::new method * fixed failing test
-
Marek Kotewicz authored
-
Lorenzo Manacorda authored
* Add validate_non_zero function It's used to validate that a Spec's uint field used as a divisor is not zero. * Add deserialize_with to gas_limit_bound_divisor Prevents panics due to divide-by-zero on the gas_limit_bound_divisor field. * Add deserialize_with to difficulty_bound_divisor Prevents panics due to divide-by-zero on the difficulty_bound_divisor field. * Add validate_optional_non_zero function Used to validate Option<Uint> divisor fields. * Use deserialize_with on optional divisor fields. * Add #[serde(default)] attribute to divisor fields When using `#[serde(deserialize_with)]`, `#[serde(default)]` must be specified so that missing fields can be deserialized with the deserializer for `None`.
-
- Feb 18, 2018
-
-
Marek Kotewicz authored
-
- Feb 17, 2018
-
-
Denis S. Soldatov aka General-Beck authored
it is necessary to test
-
-
- Feb 16, 2018
-
-
Marek Kotewicz authored
-
Marek Kotewicz authored
-
Marek Kotewicz authored
-
Tomasz Drwięga authored
* Pending transactions subscription. * Pending transactions Pub-Sub * Add light client support. * Remove redundant Ok
-
Marek Kotewicz authored
* removed redundant otry! macro from ethcore * removed redundant otry! macro from parity
-
Marek Kotewicz authored
* Make block generator easier to use * applied review suggestions * rename BlockMetadata -> BlockOptions * removed redundant uses of blockchain generator and genereator.next().unwrap() calls
-
Tomasz Zdybał authored
Enable difficulty bomb defusion at block: - 5900000 on Ethereum Classic mainnet, - 2300000 on morden testnet. Reference: https://github.com/ethereumproject/ECIPs/blob/master/ECIPs/ECIP-1041.md
-
- Feb 15, 2018
-
-
* SecretStore: ECDSA PoC * SecretStore: fixed ECDSA serialization + cleanup * removed unused param * removed unused method * removed debug unwrap * 1/x -> inv(x) * SecretStore: merged fixes from ECDSA session branch * once again 1/* -> inv(*) * fixed grumbles
-
Tomasz Drwięga authored
* Add allowJsEval to manifest. * Enable 'unsafe-eval' if requested in manifest.
-
Afri Schoedon authored
-
Denis S. Soldatov aka General-Beck authored
* fix snap build master add rhash * fix double line * remove filure from snap build stage
-
* 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
-