Tomasz Drwięga
|
cfaa0389e1
|
Bumping dapps
|
2016-06-08 17:27:21 +02:00 |
|
Tomasz Drwięga
|
bf9173e673
|
Fixing signer behaviour when confirming transaction with wrong password. (#1237)
* Avoid removing transactions when trying to confirm and the password is invalid
* Fix order
|
2016-06-07 08:25:01 -07:00 |
|
Arkadiy Paronyan
|
98d9752097
|
Merge pull request #1219 from ethcore/clippy-bump
Clippy bump & fixing warnings
|
2016-06-06 11:46:59 +02:00 |
|
Marek Kotewicz
|
b93c83b8a0
|
Merge pull request #1216 from ethcore/serde-bump
Bumping serde & syntex
|
2016-06-06 11:32:13 +02:00 |
|
Tomasz Drwięga
|
a7de430193
|
Merge branch 'master' into clippy-bump
Conflicts:
dapps/Cargo.toml
|
2016-06-06 10:13:42 +02:00 |
|
Tomasz Drwięga
|
a063a63ac7
|
Merge branch 'master' into serde-bump
Conflicts:
ethcore/src/types/state_diff.rs
|
2016-06-06 10:10:06 +02:00 |
|
Tomasz Drwięga
|
9572f6e5fc
|
Merge branch 'master' into signer-ui
|
2016-06-06 10:06:48 +02:00 |
|
Tomasz Drwięga
|
bb1b8cc08a
|
Loading local Dapps from FS. (#1214)
* apps list to separate module
* Preparing to support serving files from disk
* Serving files from disk
* Using dapps path from CLI
* Adding more docs
|
2016-06-03 11:51:11 +02:00 |
|
Tomasz Drwięga
|
ae2deaaf72
|
Bumping clippy version
|
2016-06-03 11:15:38 +02:00 |
|
Tomasz Drwięga
|
cce18cb4c5
|
Enabling DAOdapp
|
2016-06-02 13:34:26 +02:00 |
|
Tomasz Drwięga
|
99e26b8480
|
Simple signing queue, confirmation APIs exposed in signer WebSockets. (#1182)
* 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]
|
2016-06-01 19:37:34 +02:00 |
|
Tomasz Drwięga
|
a7a2b55362
|
Using ethcore http server
|
2016-06-01 19:32:05 +02:00 |
|
Tomasz Drwięga
|
1fd9110829
|
Serde bump
|
2016-06-01 17:59:21 +02:00 |
|
Robert Habermeier
|
b9b0ce8d65
|
Merge pull request #1199 from ethcore/ordered-dapps
Using ordered hashmap to keep the order of dapps on home screen
|
2016-06-01 16:19:00 +02:00 |
|
Tomasz Drwięga
|
ae572cb8f5
|
Using ordered hashmap to keep the order of dapps on home screen
|
2016-06-01 13:25:20 +02:00 |
|
Tomasz Drwięga
|
67421fc69e
|
Adding explanatory comment for safe_to_embed
|
2016-05-31 21:56:41 +02:00 |
|
Tomasz Drwięga
|
ae1bcd6a5b
|
Disabling ethcore APIs for RPC and IPC
|
2016-05-31 21:53:20 +02:00 |
|
Tomasz Drwięga
|
9957328607
|
DENY frames from other origins to prevent clickjacking
|
2016-05-31 21:39:11 +02:00 |
|
Tomasz Drwięga
|
87d0f09a44
|
Base for Signer Websockets server (#1158)
* Basic signing queue
* Adding docs
* WebSockets server for signer
* Removing TODO
* Shortening the syntax
* Exposing types from RPC
* Fixing indentation
* Update main.rs
|
2016-05-28 19:30:31 +02:00 |
|
Tomasz Drwięga
|
cc1a334ba7
|
Renaming dapps repos. Updating dapps (#1142)
* Renaming dapps repos. Updating dapps
* Skipping legacy options for compatibility. Fixing tabs
* Fixing CLI options
|
2016-05-26 18:21:15 +02:00 |
|