Nicolas Gotchac
e73d867dab
Better handling of Solidity compliation ( #4860 )
...
* Better use of SW
* Safe-guard against pending SW register bug (in Chrome)
* Added a simple Worker for Solidity compilation
2017-03-11 15:25:45 +01:00
Jaco Greeff
5dd406a19a
Extract i18n strings in views/* ( #4695 )
...
* i18n for writecontract
* i18n for writecontract store
* wallet i18n
* wallet confirmations i18n
* wallet details i18n
* wallet transactions i18n
* status i18n
* status calls i18n
* status callstoolbar i18n
* status debug i18n
* status editableValue i18n
* status miningSettings i18n
* status rpcCalls i18n
* status rpcDocs i18n
* status status i18n
* signer i18n
* signer origin i18n
* signer signRequest i18n
* signer transactionMainDetails i18n
* sign transactionPending i18n
* signer transactionPending i18n
* Fix duplicate ids
* Typo
* Adapt tests for i18n
* Actionbar i18n
* contracts i18n
* contract i18n
* contract/queries i18n
* contract/events i18n
* application/frameError i18n
* Actionbar key naming
* addresses i18n
* address i18n
* accounts i18n (tooltip)
* Plural strings for owner numbers
* IdentityIcon placement
* Re-apply s/actiobar/actionbar/ after merge
2017-03-02 12:24:54 +01:00
Nicolas Gotchac
e8175f4cca
Build embedded Parity JS properly and separatly ( #4426 )
...
* Add a specific embed webpack build // output assets in JSON
* WIP Embed
* Updated Webpack
* Update exports // Webpack config
* Fix app build fail
* Fix NPm scripts
* Reduce Embed dependencies
* Fix NPM exports
* remvoe stats
* Lazy-Load worker (not to load in embed)
* PR Grumbles + Fix tests
2017-02-09 15:30:57 +01:00
Gav Wood
8404edb656
Fix whitespace ( #4299 )
...
* Fix whitespace.
* Update copyright years/owner.
* Push release only for tags.
2017-01-25 18:51:41 +01:00
Jaco Greeff
08f80f2695
ESLint additional rules ( #4186 )
...
* Add eslint rule for consistent block padding
* Fix padding consistency issues
* Eslint test for duplicate imports
* Eslint closing bracket location
* Fix eslint jsx closing bracket
* missed a file
* Formatting
* Manual overrides for auto
* Manual overrides for auto
* More minor auto-override manual adjustments
2017-01-18 13:05:01 +01:00
Nicolas Gotchac
40f0ee004f
Key derivation in Worker ( #4071 )
...
* Add Signer Key Derivation in Service Worker
* Several fixes throughout the UI
* Hint for external account // working Worker
* Add Worker state change
* PR Grumbles
2017-01-09 11:14:36 +01:00
Nicolas Gotchac
9ab9ff2381
Fix wrong transaction input for contract deployments ( #4052 )
...
* Fix mutable options in Contract API
* Add Swarm hash and meta data from Solidity
* Updates tests for contract deployment
* Add test for deploy without constructor Params
2017-01-06 10:39:18 +01:00
Nicolas Gotchac
aba38721b1
Fix Secure API hangs ( #3927 )
...
* Use proxy for WS in dev
* Update SecureAPI
* Update webpack config
* Fix dev contract
* Update webpack
* Linting fixes
* Refactor Secure API logic : Promise based, no wastes of req
* Fix tests
* Add try 'intitial' token
2016-12-21 15:12:40 +01:00
Nicolas Gotchac
5886034265
Add optimize and autocompile toggles
2016-12-20 02:11:04 +01:00
Nicolas Gotchac
f70e808056
Fallback in Contract Dev if no worker
2016-12-20 01:55:57 +01:00
Nicolas Gotchac
1d04f25a0a
Add error toString
2016-12-15 19:35:16 +01:00
Nicolas Gotchac
365ab60fed
Use ServiceWorker for Contract compilation
2016-12-15 19:06:05 +01:00
Gav Wood
58b72c521d
Rename ethcore -> parity in licenses.
2016-12-11 19:31:31 +01:00
Nicolas Gotchac
52b4ce0dd7
Use Webpack Aliases ( #3711 )
...
* Adds aliases to Webpack Build
* Use `ui` Webpack alias
* Use `views` alias
* Use `modals` aliase
* Use `providers` aliase
* Use `contracts` aliase
* Use '~' aliase
* from `ui` to from `~/ui`
* from to from
* from `modals` to from `~/modals`
* from `providers` to from `~/redux/providers`
* from `contracts` to from `~/contracts`
* Updated Webpack App config
2016-12-05 11:47:13 +01:00
Nicolas Gotchac
f77afd072b
Updated ESLINT and fixing linting issues
2016-11-25 19:48:06 +01:00
Nicolas Gotchac
0e4ef539fc
Solidity Compiler in UI ( #3279 )
...
* 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.
2016-11-11 15:00:04 +01:00