- Mar 14, 2018
-
-
Rando authored
* CI: Fix cargo cache (#7968) * Fix cache Blocking waiting for file lock on the registry index * Only clean locked cargo cache on windows * fixed ethstore sign (#8026) * fixed parsing ethash seals and verify_block_undordered (#8031) * fix for verify_block_basic crashing on invalid transaction rlp (#8032) * fix cache & snapcraft CI build (#8052) after successful testing it is necessary to port in a ```beta``` and ```stable``` * Add MCIP-6 Byzyantium transition to Musicoin spec (#7841) * Add test chain spec for musicoin byzantium testnet * Add MCIP-6 Byzyantium transition to Musicoin spec * Update mcip6_byz.json * ethcore: update musicoin byzantium block number * ethcore: update musicoin byzantium block number * ethcore: update musicoin bootnodes * Update musicoin.json * Update musicoin.json * More bootnodes.
-
- Mar 01, 2018
-
-
Rando authored
* Make 1.10 beta * Fix gitlab builds
-
* 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
-
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
-