- Nov 18, 2016
-
-
Jaco Greeff authored
-
- Nov 17, 2016
-
-
Nicolas Gotchac authored
Only refresh statuses when on Status Page for some statuses (eg. hashrate)
-
Jannis R authored
-
Tomasz Drwięga authored
-
Tomasz Drwięga authored
-
- Nov 16, 2016
-
-
Jaco Greeff authored
-
Jaco Greeff authored
-
Jaco Greeff authored
-
Gav Wood authored
-
- Nov 15, 2016
-
-
Jaco Greeff authored
-
Nicolas Gotchac authored
-
Jannis R authored
- moved the steps into named exports - moved the store creation into the Accounts component - fix a linting issue
-
* Use signature of functions instead of names #3411 * Fixes contract tests #3448
-
Jaco Greeff authored
-
- Nov 14, 2016
-
-
Jaco Greeff authored
-
Nicolas Gotchac authored
-
Nicolas Gotchac authored
-
Jaco Greeff authored
-
- Nov 11, 2016
-
-
Jaco Greeff authored
-
* Added new Deploy Contract page // Use Brace in React #2276 * Adding Web Wrokers WIP * Compiling Solidity code // Getting mandatory params #2276 * Working editor and deployment #2276 * WIP : displaying source code * Added Solidity hightling, editor component in UI * Re-adding the standard Deploy Modal #2276 * Using MobX in Contract Edition // Save to Localstorage #2276 * User select Solidity version #2276 * Loading Solidity versions and closing worker properly #2276 * Adds export to solidity editor #2276 * Adding Import to Contract Editor #2276 * Persistent Worker => Don't load twice Solidity Code #2276 * UI Fixes * Editor tweaks * Added Details with ABI in Contract view * Adds Save capabilities to contract editor // WIP on Load #3279 * Working Load and Save contracts... #3231 * Adding loader of Snippets // Export with name #3279 * Added snippets / Importing from files and from URL * Fix wrong ID in saved Contract * Fix lint * Fixed Formal errors as warning #3279 * Fixing lint issues * Use NPM Module for valid URL (fixes linting issue too) * Don't clobber tests.
-
- Nov 10, 2016
-
-
Jannis R authored
-
-
Jannis R authored
-
Tomasz Drwięga authored
* Signer RAW confirmations * Returning address book as eth_accounts * UI support for in-browser signing * Post review fixes * Adding new methods to jsonrpc * Fixing eth_accounts * Deterministic accounts ordering
-
- Nov 09, 2016
-
-
* Add redirect follow mode to manifest.json * Remove (now) unused count parameter * autoRewrite: true for dev mode proxy redirects
-
* Manual bump of package.json (recovery) * Debug * Simplify status connections
-
Jannis R authored
-
Jannis R authored
-
Jaco Greeff authored
-
-
- Nov 08, 2016
-
-
* Fix initial token generation * Remove extra debug info
-
- Nov 07, 2016
-
-
Jaco Greeff authored
-
* Add mobx * Use mobx store for dapps * Cleanup hidden reads * Remove (now) unused hidden.js * _ denotes internal functions * s/visibleApps/visible/ * AddDapps now use the mobx store as well * Move modalOpen state to store * Simplify * Complete master merge * Remove extra indirection * Remove unneeded check * Readability improvements * Remove final debug info * Load network manifests from the network * Swallow manifest errors * introduce fetchManifest
-
Arkadiy Paronyan authored
-
Jaco Greeff authored
* Add mobx * Use mobx store for dapps * Cleanup hidden reads * Remove (now) unused hidden.js * _ denotes internal functions * s/visibleApps/visible/ * AddDapps now use the mobx store as well * Move modalOpen state to store * Simplify * Complete master merge * Remove extra indirection * Remove unneeded check * Readability improvements * Remove final debug info
-
- Nov 06, 2016
-
-
Tomasz Drwięga authored
* Renaming ethcore_ to parity_ * Renaming files * Renaming poluted EthSigning * Tidy up the namespaces * Renaming files to match new structure * Splitting EthSigning into separate traits * jsapi move ethcore.* -> parity.* * Move jsonrpc parity definitions * Update UI API calls for parity interfaces * Move jsapi signer interfaces from personal to signer * Update UI to use signer.* where applicable * Updsate jsapi subscriptions for signer * Fix dodgy merge. * Update README. * Fix some tests. * Move parity-only personal.* to parity.* * Update UI for personal -> parity API moves * Update subscription APIs after personal -> parity move * personal. generateAuthorizationToken -> parity. generateAuthorizationToken (UI) * enode, dappsPort & signerPort (UI) * Update subscription tests (accountsInfo) * subscription update * personal -> parity * Additional error logging on method failures * move postTransaction to parity * Additional debug info with method failures * Fix personal tests. * Console wrning shows parameters, error object does not * Include parity_ signing methods. * Console log http transport info * Fix failing tests * Add RPC stubs for parity_accounts. * Allow some secure built-in dapps * Use parity_accounts in place of accountsInfo * Improve error reporting * Cleanup GHH error handling
-
- Nov 05, 2016
-
-
Jaco Greeff authored
* Add initial page * Add parity icon * opacity for parity icon * Mode selector * Actually set mode when value changes
-
Gav Wood authored
* `--mode=off` now works. * Add Mode::Off as a persistent CLI option. * "last" not "auto" as default. * Commit accidentally unsaved file. * Whitespace [ci:skip] * Mode CLI parse fix * or offline * Save mode when it gets changed. * Fix Offline mode * Fix up mode operations. * Make passive default, but not overriding. * Fix test * Maybe not everyone wants to run an archive node...
-
- Nov 04, 2016
-
-
Jaco Greeff authored
* Upon connect, retrieve the available api ports * Update dapps to load from dappsPort * Update dapps summary with dappsPort * Allow proxy to use dappsPort * Replace /api/ping with HEAD / * Dynamic port for available apps * Retrieve content images with dappsPort * Fix / * Transfer token dropdown image fix * IdentityIcon loads images via contentHash * Update apps fetch to cater for dev & prod * DRY up 127.0.0.1:${dappsPort} with ${dappsUrl}
-
Gav Wood authored
* Make the footer a bit less ugly. * Whitespace.
-