- Mar 01, 2018
-
-
Rando authored
* Add changelog for 1.8.11 stable * Add changelog for 1.9.4 beta * Bump release date
-
Marek Kotewicz authored
-
Pierre Krieger authored
* Extract the hard dependency on rocksdb from the light client * Remove TODO
-
Marek Kotewicz authored
-
Marek Kotewicz authored
-
* Fix cache Blocking waiting for file lock on the registry index * Only clean locked cargo cache on windows
-
Amaury Martiny authored
-
* SecretStore: secretstore_generateDocumentKey RPC * SecretStore: return encrypted_key from secretstore_generateDocumentKey
-
* SecretStore: ECDSA PoC * SecretStore: fixed ECDSA serialization + cleanup * removed unused param * removed unused method * removed debug unwrap * SecretStore: 'limited' ECDSA session * fix after merge
-
Marek Kotewicz authored
-
- Feb 28, 2018
-
-
- Feb 27, 2018
-
-
Marek Kotewicz authored
-
Marek Kotewicz authored
-
Marek Kotewicz authored
* ExecutedBlock cleanup * authority round makes only one call to note_rewards * move Tracing from block to trace module * removed BlockRef
-
* Hardware-wallet fix * More fine-grained initilization of callbacks by vendorID, productID and usb class * Each device manufacturer gets a seperate handle thread each * Replaced "dummy for loop" with a delay to wait for the device to boot-up properly * Haven't been very carefully with checking dependencies cycles etc * Inline comments explaining where shortcuts have been taken * Need to test this on Windows machine and with Ledger (both models) Signed-off-by: niklasad1 <[email protected]> * Validate product_id of detected ledger devices * closed_device => unlocked_device * address comments * add target in debug * Address feedback * Remove thread joining in HardwareWalletManager * Remove thread handlers in HardwareWalletManager because this makes them unused
-
- Feb 23, 2018
-
-
-
-
* clean up ethcore::spec module imports * fixed missing reimport
-
-
Marek Kotewicz authored
-
Marek Kotewicz authored
* simplify compression and move it out of rlp crate * removed lazy_static dependency from rlp
-
- Feb 22, 2018
-
-
Marek Kotewicz authored
* removed old migrations * improve SimpleMigration * fixed migration tests * fixed redundant whitespace * add ToV13 migration which removes bloom groups * bump CURRENT_VERSION of db
-
-
Marek Kotewicz authored
* fixed broken logs * bring back old lock order * removed bloom groups from blockchain * revert unrelated changes * simplify blockchain_block_blooms
-
André Silva authored
* fetch: increase max download limit to 64MB * parity: increase download size limit for updater service
-
- Feb 20, 2018
-
-
Tomasz Drwięga authored
-
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
-