- May 26, 2016
-
-
Tomasz Drwięga authored
-
Marek Kotewicz authored
fixed pending transactions
-
Marek Kotewicz authored
Fixing clippy warnings
-
Marek Kotewicz authored
-
Tomasz Drwięga authored
-
Marek Kotewicz authored
-
- May 25, 2016
-
-
Arkadiy Paronyan authored
correct signature of SecTrieDB::raw_mut
-
asynchronous rob authored
&mut T is invariant over its type parameter, so we need to specify the trait's lifetime explicitly rather than coerce it to the elided lifetime
-
Tomasz Drwięga authored
* Bumping clippy. Fixing warnings * Removing unused import * Fixing complexity and arguments warning on two functions
-
Gav Wood authored
* Display progress when importing * Additional polish. * Fix strange yielding behaviour. * Allow colour to be disabled. Fixed #1135
-
- May 24, 2016
-
-
Marek Kotewicz authored
* simple db migration * make migration slightly more functional * migration version is just a single unsigned integer
-
Marek Kotewicz authored
* Fix --geth IPC for MacOS. * fix pending_* methods in MinerService, add pending_receipts * pending logs * include pending logs when polling * fixed returning pending logs multiple timees * log type * transactionHash is supplied to pending logs * miner returns receipts together with hashes * bring back miners all_transactions used by sync module
-
Arkadiy Paronyan authored
-
Gav Wood authored
* Add info message for mined block. * Coloured, padding logging. * Remove superfluous logs. * Use better term colour module.
-
Gav Wood authored
* Basic hex block exporting. * Export formats and to file. * First bits. * Block importing. * Fix error text. * Wait for queue to empty before shutting down after import.
-
Marek Kotewicz authored
Have `die_with_error` use `fmt::Display` rather than Debug
-
Gav Wood authored
-
Arkadiy Paronyan authored
Exporting
-
Gav Wood authored
-
Nikolay Volf authored
Sign and send transaction
-
Nikolay Volf authored
Fixing unused imports warnings
-
- May 23, 2016
-
-
Tomasz Drwięga authored
-
Gav Wood authored
-
Gav Wood authored
-
Tomasz Drwięga authored
-
Tomasz Drwięga authored
-
Tomasz Drwięga authored
-
Tomasz Drwięga authored
-
Gav Wood authored
-
- May 22, 2016
-
-
asynchronous rob authored
-
asynchronous rob authored
-
asynchronous rob authored
-
asynchronous rob authored
-
Arkadiy Paronyan authored
Fix styling - don't mix spaces with tabs!!!
-
Gav Wood authored
-
Gav Wood authored
-
- May 21, 2016
-
-
Gav Wood authored
* Add `SecretStore::unlock_account_temp` function. * Test for relocking accounts.
-
Gav Wood authored
* Avoid importing keys into wrong place. - Now a `--no-import-keys` option; - `--testnet` now alters the import location for keys and the store path. Fixes #1112 and #1089. * Avoid double-bools.
-
Gav Wood authored
-
Marek Kotewicz authored
Implement receipt's gasUsed field
-