- 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
-
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
-