- Jun 03, 2016
-
-
Gav Wood authored
-
Tomasz Drwięga authored
* apps list to separate module * Preparing to support serving files from disk * Serving files from disk * Using dapps path from CLI * Adding more docs
-
- Jun 02, 2016
-
-
Nikolay Volf authored
* serialization and codegen fixes from branch * nano lib fixes * fixes error encoding & comment * another comment fix * client timeout -> const
-
asynchronous rob authored
* refactor externalities::ret to take self by-value, add GasLeft enum, and alter evm::Result. * remove unused imports, StopExecutionWithGasLeft variant * adjust tests * remove extraneous call to reserve * update json_tests Ext to match new trait * adjust executive json_test * have evms own their memory for their entire lifetime * make finalize API more friendly * indentation fix [ci skip]
-
Tomasz Drwięga authored
* Splitting methods requiring signing into separate trait * Single place where RPC apis are created. * Separating eth_filter * Separating eth_signing * Stubs for Personal Signer methods * Test for EthSigningQueueClient * TransactionConfirmation API * Exposing PersonalSigner API * Defining ApiSets dependent on context * Removing types * Supporting sending notification to WS connected SystemUIs * Sending a notification on every new messages * Adding logs to signing queue * Shutting down broadcaster * Refactoring the signing queue * Fixing wait loop in case of spurious wake-ups.
-
Gav Wood authored
-
Gav Wood authored
-
Tomasz Drwięga authored
-
Nikolay Volf authored
fixed #1204
-
Gav Wood authored
-
Gav Wood authored
-
Gav Wood authored
-
Marek Kotewicz authored
-
Gav Wood authored
-
Gav Wood authored
-
Gav Wood authored
* Groundwork for basic VM tracing. * RPC endpoint for VM tracing and ser/de types ready. * Create VMTracer trait. * Rearchitected VM tracing to reflect existing tracing. Should more or less work now. * Integrated VM tracing into JSONRPC. * Fix ethcore module tests. * Add tests for VM tracing. * Fix consensus test code. * Fix mock tests. * Added VM trace information for post-execution stuff. * Fix max-value calls and add "creates" field to getTransaction. * Tests for VM tracing. * Don't implement the trait with unimplemented. * Remove invlaid comment. * Fix tests.
-
Gav Wood authored
-
Gav Wood authored
-
Nikolay Volf authored
* devtools extensions * some doc effort
-
Arkadiy Paronyan authored
* Networking refactoring * Make sure the same socket is reused * Safer atomic ordering * Replaced eq with ==
-
Gav Wood authored
-
Gav Wood authored
-
- Jun 01, 2016
-
-
asynchronous rob authored
Client & Miner refactoring
-
Nikolay Volf authored
-
asynchronous rob authored
* update readme [ci skip] * minor fixes * mention dapps server. [ci skip]
-
Gav Wood authored
-
Nikolay Volf authored
-
Nikolay Volf authored
-
Tomasz Drwięga authored
* Splitting methods requiring signing into separate trait * Single place where RPC apis are created. * Separating eth_filter * Separating eth_signing * Stubs for Personal Signer methods * Test for EthSigningQueueClient * TransactionConfirmation API * Exposing PersonalSigner API * Defining ApiSets dependent on context * Removing types * Fixing default impl * Fixing un-mocked tests * Update signing_queue.rs [ci skip] * Removing unused import [ci skip]
-
asynchronous rob authored
Using ordered hashmap to keep the order of dapps on home screen
-
Nikolay Volf authored
-
Tomasz Drwięga authored
-
Marek Kotewicz authored
Disabling `ethcore` by default, adding x-frame-options header to dapps.
-
Nikolay Volf authored
-
Nikolay Volf authored
-
Nikolay Volf authored
-
Arkadiy Paronyan authored
transaction count verifier tests
-
Nikolay Volf authored
-
Arkadiy Paronyan authored
expunge x! and xx! from the codebase
-
Nikolay Volf authored
-