Nicolas Gotchac
455f994673
Don't use port 8080 anymore ( #5397 )
2017-04-05 16:27:44 +02:00
GitLab Build Bot
8d0fde6f60
[ci skip] js-precompiled 20170405-090226
2017-04-05 09:06:09 +00:00
maciejhirsz
94bfe116aa
CR fixes
2017-04-04 11:49:36 +02:00
maciejhirsz
50e0221dd1
Perf and fixes
2017-04-03 18:50:11 +02:00
GitLab Build Bot
ee4f9da385
[ci skip] js-precompiled 20170403-112007
2017-04-03 11:24:51 +00:00
Jaco Greeff
848779e465
Allow empty-encoded values from encoding ( #5385 )
2017-04-03 12:56:07 +02:00
GitLab Build Bot
0a90f235de
[ci skip] js-precompiled 20170403-103604
2017-04-03 10:39:53 +00:00
Jaco Greeff
2447875b26
Update npm build for new inclusions ( #5381 )
...
* Update npm build for new inclusions
* Add dummy interface for secp256k1
2017-04-03 12:16:41 +02:00
Jaco Greeff
6a05967bef
trigger js build release ( #5379 )
2017-04-03 10:25:21 +02:00
Jaco Greeff
1987dad527
Allow signing via Qr ( #4881 )
...
* QR code scanning in-place
* QrScan component
* Update tests
* s/store/createStore/ in props
* Create of actual accountsInfo entry
* Exteral/hardware forget, no password change
* Add external accounts to accounts list
* Render external accounts in section (along with hw)
* Manul test bugfixes
* Display Qr code for tx signing
* Align QR code
* Hints for QR operations
* Generate actual qr codes based on tx data
* Add leading 0x if not found
* Update tests for 0x leading addition
* from & rpl without leading 0x
* Auto-detect QR code size (input length)
* Confirm raw
* WIP (lots of logging)
* WIP
* Chain-replay protection
* Readability
* Re-add r: chainId
* s = 0, r = 0, v = chainId
* Update eth_signTransaction to send transaction object
* And it actually works.
* Externalise createUnsigned/createSigned
* Check for nonce updates (future: subscriptions)
* Allow gas overrides
* Expose formatted condition
* Extract calculation (cap at 40)
* Remove debug log
* Fix rename linting
* Allow for signing hash & rlp (App support forthcoming)
* WIP
* User original qrcode-generator package
* Complete hash + rlp signing
* Accurate QR code size calculation
* Simplify type calculation
* R-eactivate current mobile interface (TODO for new)
* Move napa to dep
* Allow external accounts visibility in dapps
* Allow napa install on CI
* Allow new signTransaction & signTransactionHash functionality
2017-03-31 23:36:24 +02:00
Jaco Greeff
cbaa7fdee6
Allow entry of url or hash for DappReg meta ( #5360 )
...
* Allow DappReg to handle contentHash & url inputs
* Add tests
2017-03-31 23:33:55 +02:00
Jaco Greeff
73dc52980e
Adjust tx overlay colours ( #5353 )
...
* Adjust tx overlay colours
* Adjust sizes to be consistent
* Formatting
2017-03-31 23:32:03 +02:00
Jaco Greeff
8b0f9759ec
Add ability to disallow API subscriptions ( #5366 )
2017-03-31 22:30:39 +02:00
Jaco Greeff
801a2339ee
Fix analize output file name ( #5357 )
2017-03-31 10:38:57 +02:00
maciejhirsz
377f20ed49
Fix ci:build
2017-03-29 20:20:03 +02:00
maciejhirsz
2cc111ad5d
use @parity/wordlist
2017-03-29 19:48:29 +02:00
Maciej Hirsz
ab2c3468d5
Merge pull request #5304 from paritytech/mh-webserver
...
Public node with accounts and signing in Frontend
2017-03-29 17:48:47 +02:00
maciejhirsz
54196a8d4f
Skip timing out tests
2017-03-29 17:38:20 +02:00
maciejhirsz
9bd3f10f41
Squashed: Public Node
2017-03-29 17:07:58 +02:00
GitLab Build Bot
93ee2a9b64
[ci skip] js-precompiled 20170329-145217
2017-03-29 14:55:09 +00:00
Jaco Greeff
a4c433c749
Rename Status/Status -> Status/NodeStatus ( #5332 )
2017-03-29 16:31:33 +02:00
GitLab Build Bot
858c974440
[ci skip] js-precompiled 20170329-134148
2017-03-29 13:44:40 +00:00
Tomasz Drwięga
d2394d3ac3
Updating paths to repos. ( #5330 )
...
* Updating paths to repos.
* Updating rotor and libusb
* Fixing other occurrences
2017-03-29 15:17:27 +02:00
Nicolas Gotchac
5fa088114c
Cleanup the Status View ( #5317 )
...
* Better view of Settings and Mining Settings
* Cleanup Status view
* Node Logs refactoring
* Cleanup Status
* Move RPC Calls files
* Basic Peers view
* Add Peers table
* style table header
2017-03-29 14:38:07 +02:00
Nicolas Gotchac
8930f510fc
Update requests ( #5324 )
2017-03-29 14:34:21 +02:00
GitLab Build Bot
7134b44f5b
[ci skip] js-precompiled 20170328-172957
2017-03-28 17:32:58 +00:00
Jaco Greeff
86bc784e41
Order signer FIFO ( #5321 )
2017-03-28 19:06:26 +02:00
GitLab Build Bot
843d95966e
[ci skip] js-precompiled 20170328-125352
2017-03-28 12:56:58 +00:00
Nicolas Gotchac
a99721004b
Minimise transactions progress ( #4942 )
...
* Watch the requests and display them throughout the app
* Linting
* Showing Requests
* Fully working Transaction Requests Display
* Add FormattedMessage to Requests
* Clean-up the Transfer dialog
* Update Validations
* Cleanup Create Wallet
* Clean Deploy Contract Dialog
* Cleanup Contract Execution
* Fix Requests
* Cleanup Wallet Settings
* Don't show stepper in Portal if less than 2 steps
* WIP local storage requests
* Caching requests and saving contract deployments
* Add Historic prop to Requests MethodDecoding
* Fix tests
* Add Contract address to MethodDecoding
* PR Grumbles - Part I
* PR Grumbles - Part II
* Use API Subscription methods
* Linting
* Move SavedRequests and add tests
* Added tests for Requests Actions
* Fixing tests
* PR Grumbles + Playground fix
* Revert Playground changes
* PR Grumbles
* Better showEth in MethodDecoding
2017-03-28 14:34:31 +02:00
GitLab Build Bot
e28c477075
[ci skip] js-precompiled 20170328-094309
2017-03-28 09:46:03 +00:00
Jaco Greeff
8e91f7b701
Fix eth_sign showing as wallet account ( #5309 )
...
* defaultProps for account
* Pass signing account
* Update tests for Connect(...)
2017-03-28 11:24:07 +02:00
GitLab Build Bot
7039eaf995
[ci skip] js-precompiled 20170328-065931
2017-03-28 07:02:31 +00:00
Nicolas Gotchac
d99aa3192c
Fix default list sorting ( #5303 )
...
* Fix default sorting for lists views
* Linting
2017-03-28 08:35:10 +02:00
Nicolas Gotchac
8a664c524c
Use uniq owners for multi sig wallets ( #5298 )
2017-03-28 08:34:54 +02:00
GitLab Build Bot
d6110d7332
[ci skip] js-precompiled 20170327-200527
2017-03-27 20:08:17 +00:00
Jaco Greeff
1db72ad6e2
Copy all existing i18n strings into zh (as-is translation aid) ( #5305 )
...
* Copy available strings into zh
* Update after lint
* Force rebuild (upstream package update)
2017-03-27 21:46:39 +02:00
GitLab Build Bot
6d5bfcfe44
[ci skip] js-precompiled 20170327-161452
2017-03-27 16:17:42 +00:00
Nicolas Gotchac
fb88e5d652
Fix booleans in Typedinput ( #5295 )
...
* Register new playground component onMount
* No need of observer
* getValue returns falsy values
* Fix tests
2017-03-27 17:56:08 +02:00
GitLab Build Bot
f5bce0cd9e
[ci skip] js-precompiled 20170327-155051
2017-03-27 15:53:33 +00:00
Robert Habermeier
62158601fb
node kind RPC ( #5025 )
...
* node kind RPC
* JS interface for parity_nodeKind
2017-03-27 17:30:19 +02:00
Nicolas Gotchac
a12583f762
Fix the use of MobX in playground ( #5294 )
...
* Register new playground component onMount
* No need of observer
* Fix tests
2017-03-27 17:27:35 +02:00
GitLab Build Bot
90746bd8c9
[ci skip] js-precompiled 20170327-144027
2017-03-27 14:43:26 +00:00
Jaco Greeff
a4c5375a63
Add lint:i18n to find missing & extra keys ( #5290 )
...
* Add npm run lint:i18n (missing keys check)
* Check extraneous keys
2017-03-27 16:27:25 +02:00
Jaco Greeff
986762a0bc
Scaffolding for zh translations, including first-round by @btceth ( #5289 )
...
* Initial import of #5023
* Language naming
* Update 简体中文
2017-03-27 16:19:30 +02:00
GitLab Build Bot
7707f7557a
[ci skip] js-precompiled 20170327-102018
2017-03-27 10:23:02 +00:00
GitLab Build Bot
9e02271a68
[ci skip] js-precompiled 20170327-100522
2017-03-27 10:08:02 +00:00
Jaco Greeff
eb1f76d8bd
JS package bumps ( #5287 )
...
* Update to React 15.4.2
* Update deprecated UglifyJS version
2017-03-27 11:43:09 +02:00
Jaco Greeff
e8c64b802d
Auto-extract new i18n strings (update) ( #5288 )
...
* Update passwordHint chain
* Update auto-extracted strings
2017-03-27 11:42:59 +02:00
GitLab Build Bot
9efab789aa
[ci skip] js-precompiled 20170323-150743
2017-03-23 15:10:28 +00:00
GitLab Build Bot
35a43a1e82
[ci skip] js-precompiled 20170323-150033
2017-03-23 15:03:35 +00:00
Jaco Greeff
df76f010da
Create webpack analysis files (size) ( #5009 )
2017-03-23 15:47:42 +01:00
Nicolas Gotchac
1490ba179c
Dispatch an open event on drag of Parity Bar ( #4987 )
...
* Dispatch an open event on drag of Parity Bar
* Bette id for ParityBar position // Replace on dapp unload
* Fix PairtyBar Positionning
2017-03-23 15:39:13 +01:00
GitLab Build Bot
b931a225ba
[ci skip] js-precompiled 20170323-093322
2017-03-23 09:36:34 +00:00
Craig O'Connor
e5c2b25351
auto lint ( #5003 )
...
* auto lint
* Usage consistency update
2017-03-23 10:14:32 +01:00
GitLab Build Bot
41f66f33d5
[ci skip] js-precompiled 20170322-161945
2017-03-22 16:22:41 +00:00
GitLab Build Bot
5255b72f67
[ci skip] js-precompiled 20170322-160703
2017-03-22 16:10:12 +00:00
Jaco Greeff
6b4cb35149
Fix FireFox overflows ( #5000 )
...
* Max width for container
* Set min-width
2017-03-22 16:39:57 +01:00
Jaco Greeff
5df3f5d136
Show busy indicator, focus first field ( #4997 )
2017-03-22 16:39:49 +01:00
Jaco Greeff
1879dbca8a
Consistent store naming in the Signer components ( #4996 )
2017-03-22 16:39:40 +01:00
GitLab Build Bot
b6f9cf4ba7
[ci skip] js-precompiled 20170322-112932
2017-03-22 11:32:23 +00:00
GitLab Build Bot
07ee7a341b
[ci skip] js-precompiled 20170322-111524
2017-03-22 11:18:36 +00:00
Nicolas Gotchac
67c225f971
Double click to select account creation type ( #4986 )
...
* Extend links to whole container
* Add doubleClick to Account Creator
2017-03-22 12:12:21 +01:00
Nicolas Gotchac
a028e445fe
Fixes to the Registry dapp ( #4984 )
...
* Don't show fee warning when there is none
* Hide Warning in Registry onclick
* Use the default account in the Registry
* Fix Etherscan links in Regsitry
2017-03-22 11:56:52 +01:00
GitLab Build Bot
b725829bfd
[ci skip] js-precompiled 20170322-095443
2017-03-22 09:57:28 +00:00
Jaco Greeff
e1f2ccd138
Extend api.util ( #4979 )
...
* cleanupValue
* abiUnencode & abiSignature
* Export new functions
2017-03-22 10:36:41 +01:00
GitLab Build Bot
63f1ca9243
[ci skip] js-precompiled 20170321-204617
2017-03-21 20:48:59 +00:00
Tomasz Drwięga
498d5c0660
Updating syntex et al ( #4983 )
...
* Migrating to new syntex
* Updating to latest syntex
* Another fix for nightly
2017-03-21 23:26:05 +03:00
GitLab Build Bot
3687a7c717
[ci skip] js-precompiled 20170321-162716
2017-03-21 16:30:00 +00:00
Nicolas Gotchac
030d01102c
Fix MethodDecoding for Arrays ( #4977 )
...
* Fix TypedInputs
* Remove unused code in inputQueries
* Use TypedInputs in Contract Events
* Linting
* Don't re-render events every second...
2017-03-21 17:02:41 +01:00
Nicolas Gotchac
c7e6992239
Try to fix WS race condition connection ( #4976 )
...
* Try to fix wrong token logic
* Linting
2017-03-21 17:01:32 +01:00
Jaco Greeff
cb881108c3
eth_sign where account === undefined ( #4964 )
...
* Update for case where account === undefined
* Update tests to not mask account === undefined
* default account = {} where undefined (thanks @tomusdrw)
2017-03-21 16:58:52 +01:00
GitLab Build Bot
1a6f23ad2b
[ci skip] js-precompiled 20170321-145513
2017-03-21 14:58:06 +00:00
Nicolas Gotchac
9b9cd451d1
Fix references to api outside of parity.js
( #4981 )
2017-03-21 15:36:47 +01:00
GitLab Build Bot
213f61e826
[ci skip] js-precompiled 20170321-131503
2017-03-21 13:17:48 +00:00
Nicolas Gotchac
37ece36685
Fix Password Dialog forms style issue ( #4968 )
2017-03-21 13:56:32 +01:00
Jaco Greeff
05cd715c39
Attach hardware wallets already in addressbook ( #4912 )
...
* Attach hardware wallets already in addressbook
* Only set values changed
2017-03-20 19:14:39 +01:00
GitLab Build Bot
99c247fe9f
[ci skip] js-precompiled 20170319-171327
2017-03-19 17:16:05 +00:00
Nicolas Gotchac
c009a289d5
Fix outputs in Contract Constant Queries ( #4953 )
2017-03-19 08:52:14 +01:00
Jaco Greeff
e756b09e5b
Add z-index to small modals as well ( #4923 )
2017-03-18 10:30:18 +01:00
GitLab Build Bot
f84fcfee04
[ci skip] js-precompiled 20170316-124008
2017-03-16 12:42:56 +00:00
Nicolas Gotchac
7846544c1b
Edit ETH value, gas and gas price in Contract Deployment ( #4919 )
...
* Fix typo
* Add Value capabilities to Contract Deployment
* Add Extras settings for Contract Deployment (#4483 )
* Fix deploy in API
2017-03-16 13:18:28 +01:00
GitLab Build Bot
790bd87bc3
[ci skip] js-precompiled 20170315-182430
2017-03-15 18:27:17 +00:00
Nicolas Gotchac
ba07c32300
Add ability to configure Secure API (for #4885 ) ( #4922 )
2017-03-15 19:15:05 +01:00
GitLab Build Bot
8d16cdf12f
[ci skip] js-precompiled 20170315-155713
2017-03-15 16:00:18 +00:00
Nicolas Gotchac
a25d935a1d
Add Token image from URL ( #4916 )
2017-03-15 16:49:47 +01:00
Nicolas Gotchac
f8aec7571f
Use the registry fee in Token Deployment dapp ( #4915 )
2017-03-15 16:49:26 +01:00
GitLab Build Bot
240ea8a136
[ci skip] js-precompiled 20170315-124802
2017-03-15 12:50:47 +00:00
Nicolas Gotchac
e4c61a5fab
Add Vaults logic to First Run ( #4894 ) ( #4914 )
2017-03-15 13:40:18 +01:00
Jaco Greeff
7c45178076
Add intitial max-width to sections ( #4895 )
2017-03-14 13:04:00 +01:00
Jaco Greeff
e12bde8e5a
Move background z-index to -1 ( #4893 )
2017-03-14 13:03:44 +01:00
GitLab Build Bot
43d391501e
[ci skip] js-precompiled 20170314-110423
2017-03-14 11:06:46 +00:00
maciejhirsz
ef3569741c
Spelling :)
2017-03-14 11:39:01 +01:00
GitLab Build Bot
84fcefba1b
[ci skip] js-precompiled 20170314-103037
2017-03-14 10:32:58 +00:00
Jaco Greeff
7525cb5ee4
trigger js-precompiled build ( #4898 )
2017-03-14 11:23:50 +01:00
GitLab Build Bot
29bed6ff69
[ci skip] js-precompiled 20170313-122643
2017-03-13 12:32:24 +00:00
Nicolas Gotchac
8a37f9599f
Reload UI on network switch ( #4864 )
...
* Reload UI on network switch
* Don't bither with timeout.
2017-03-13 13:19:43 +01:00
Jaco Greeff
b7862ac23a
Update parity-ui-precompiled with branch ( #4850 )
...
* Update parity-ui-precompiled with branch
* In-place sed via -i
* Explicitly specify branch
* Only in-place edit branch (thanks @ngotchac)
* Add override & single-line comment
2017-03-13 12:52:02 +01:00
Jaco Greeff
90a5c9e489
Base infrastructure/contracts deployment dapp ( #4726 )
...
* Add deploy dapp
* Filter by dapp id
* WIP
* Contract deployment operational
* Additional contracts
* unicode icons
* Column layout
* app deployment
* DRY up lists
* Remove unused function
* Add basiccoin deployment & tokenreg
* Externalise code
* Check for code versions
* Gavcoin, Email & SMS contracts
* Update to latest email contract
* Deploy & register badges
* Add jg external apps
* Check owner for deleted registry entries
* DRY estimate/post
* Add wallet library to deployment
2017-03-13 12:49:26 +01:00
Gav Wood
3041c95408
Chain-selection from UI ( #4859 )
...
* First little bits for chain-selection.
* Provide RPCs and get settings through to user defaults.
* Hasty stash.
* Fix updater accidentally redownloading.
* Finish up.
* Add JS tests.
* Hypervisor should never run a binary modified before itself.
* Style.
* Help tweak.
* Fix test compile.
* Fix JS test
* Build fix for tests.
* Revert default chain name
* Another test
* Use spec name via client.
* Fix mock up.
* whitespace
[ci:skip]
* whitespace
[ci:skip]
* remove exit/restart endpoints.
2017-03-13 12:10:53 +01:00
GitLab Build Bot
2ee8f07432
[ci skip] js-precompiled 20170312-211107
2017-03-12 21:17:02 +00:00
gregg dourgarian
18b29832ac
fix typos and grammar ( #4880 )
2017-03-12 22:02:00 +01:00
GitLab Build Bot
79afe2d7fb
[ci skip] js-precompiled 20170311-150617
2017-03-11 15:12:20 +00:00
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
Nicolas Gotchac
1c37ea5860
Go through contract links in Transaction List display ( #4863 )
...
* Go through contract links (#4822 )
* Fix tests, add one for /contracts/<address>
2017-03-11 15:25:36 +01:00
Nicolas Gotchac
96f4033a40
Fix Gas Price Selector Tooltips ( #4865 )
2017-03-11 15:25:27 +01:00
GitLab Build Bot
b0264a6af2
[ci skip] js-precompiled 20170310-184737
2017-03-10 18:53:39 +00:00
Nicolas Gotchac
e2069d2e29
Don't check for enode, don't fail if no enode ( #4495 ) ( #4861 )
2017-03-10 19:40:47 +01:00
GitLab Build Bot
45414e6cfe
[ci skip] js-precompiled 20170310-151240
2017-03-10 15:18:28 +00:00
Nicolas Gotchac
dd529575f6
Subscribe to accounts info in Signer / ParityBar ( #4738 ) ( #4856 )
2017-03-10 15:46:13 +01:00
Nicolas Gotchac
95745ef4c8
Fix paste in Inputs ( #4854 )
...
* Wait for the value to have changed in the input
* Better onPaste handler // Use ESC to revert to initial value
2017-03-10 14:08:21 +01:00
GitLab Build Bot
e5defeaada
[ci skip] js-precompiled 20170310-123911
2017-03-10 12:45:42 +00:00
Nicolas Gotchac
eebb8b87a4
Refactoring of the Dapp Registry ( #4589 )
...
* Add React Hot Loader to DappReg dapp
* Updated colours
* Add DappCards
* Dapp Modal with manifest displayed
* Add input to the Dapp Modal
* WIP // Editing a Dapp
* Clean-Up
* Linting
* CleanUp and separate dapp from dappS
* Semi-working updates
* Working Editing of a Dapp
* OCD
* Linting
* Add a Dapp -- WIP
* Register a new Dapp
* WIP Dapps
* Working update / delete / register
* Better promises
* Working updates for DappReg
* Fully functional again !
* Generic Card Component
* Dashed Register Card
* Cleanups
* Cleanups
* Add Actions to Modal
* Clean-Up
* Better Close Icon
* Single place for Registry version // Fetch meta-data from Registry
* Fixing test
* Fix saving changes in dapp reg
* PR Grumbles - Part I
* PR Grumble - Part I
* PR Grumble - Part II
* DappReg Contract owner can delete dapps
2017-03-10 13:31:57 +01:00
GitLab Build Bot
e15f60b819
[ci skip] js-precompiled 20170310-111654
2017-03-10 11:25:12 +00:00
Jaco Greeff
4e5fd92e67
Extract i18n from shared UI components ( #4834 )
...
* Actionbar i18n
* ui Errors i18n
* Features i18n
* GapPriceSelector i18n
* WIP
* WIP #2
* Update methodDecoding
* ModalBox -> functional
* Signer pages i18n (missed previously)
* Update ModalBox tests
* Update variable
2017-03-10 12:04:40 +01:00
Nicolas Gotchac
d98b7aab61
Wait for the value to have changed in the input ( #4844 )
2017-03-10 11:52:27 +01:00
Jaco Greeff
8edee76f8b
Pull steps from actual available steps ( #4848 )
2017-03-10 11:38:27 +01:00
Nicolas Gotchac
be87151f1c
Fix TxViewer when no to
(contract deployment) ( #4847 )
...
* Added React Hot Reload to dapps + TokenDeplpoy fix
* Fixes to the LocalTx dapp
* Don't send the nonce for mined transactions
* Don't encode empty to values for options
2017-03-10 10:08:16 +01:00
GitLab Build Bot
5e54c0fa91
[ci skip] js-precompiled 20170309-190359
2017-03-09 19:09:36 +00:00
Nicolas Gotchac
3bb66d03ee
Fix method decoding ( #4845 )
...
* Fix contract deployment method decoding in Signer
* Linting
2017-03-09 19:56:10 +01:00
Nicolas Gotchac
3478c16e10
Added React Hot Reload to dapps + TokenDeplpoy fix ( #4846 )
2017-03-09 19:55:48 +01:00
Nicolas Gotchac
bd00256e0c
Uniq array of ids ( #4843 )
2017-03-09 19:55:11 +01:00
GitLab Build Bot
b196635816
[ci skip] js-precompiled 20170309-160350
2017-03-09 16:09:29 +00:00
Nicolas Gotchac
5342a482b5
Fixes to the Registry dapp ( #4838 )
...
* Fix wrong ABI methods
* Fix
2017-03-09 16:55:57 +01:00
Jaco Greeff
ca1efc3d77
Show token icons on list summary pages ( #4826 )
...
* Adjust balance overlay margins (no jumps)
* Img only balances, small verifications
* Invalid tests removed
* Always wrap display (Thanks @ngotchac)
* Update tests to reflect reality
2017-03-08 18:07:14 +01:00
GitLab Build Bot
5bbcf0482b
[ci skip] js-precompiled 20170308-122756
2017-03-08 12:38:37 +00:00
Nicolas Gotchac
02c51c83cd
Better logic for contract deployments ( #4821 )
2017-03-08 13:21:39 +01:00
Nicolas Gotchac
94a39619b5
Fix default values for contract queries ( #4819 )
2017-03-08 12:26:03 +01:00
Jaco Greeff
f16b53d92a
Adjust selection colours/display ( #4811 )
...
* Adjust selection colours to match with mui
* allow -> disable (simplify selections)
* Only use top-border
* Overlay selection line
* Slightly more muted unselected
* Restore address icon
2017-03-08 12:00:27 +01:00
Nicolas Gotchac
f0f2d00924
Update the key ( #4817 )
2017-03-08 12:00:04 +01:00
GitLab Build Bot
81b57a57c7
[ci skip] js-precompiled 20170307-211202
2017-03-07 21:17:27 +00:00
Nicolas Gotchac
48e5d82186
Fix SectionList hovering issue ( #4749 )
...
* Fix SectionList Items hover when <3 items
* Even easier...
2017-03-07 22:03:52 +01:00
GitLab Build Bot
7638b2c9e8
[ci skip] js-precompiled 20170307-195934
2017-03-07 20:06:34 +00:00
Nicolas Gotchac
a587815ddc
Re-Introducing HappyPack ( #4669 )
...
* Updating Dev Dependencies (minor version updates)
* Re-introduce HappyPack
* Added Yarn Lock file
* Use HappyPack
* Linting
* Delete yarn lock file
2017-03-07 20:39:36 +01:00
Jaco Greeff
c3c83086bc
SMS Faucet ( #4774 )
...
* Faucet
* Remove flakey button-index testing
* Only display faucet when sms verified (mainnet)
* simplify availability checks
* WIP
* Resuest from verified -> verified
* Update endpoint, display response text
* Error icon on errors
* Parse hash text response
* Use /api/:address endpoint
* hash -> data
* Adjust sms-certified message
2017-03-07 20:21:07 +01:00
Nicolas Gotchac
4d08e7b0ae
Update Wallet to new Wallet Code ( #4805 )
...
* Update Wallet Version
* Update Wallet Library
* Update Wallets Bytecodes
* Typo
* Separate Deploy in Contract API
* Use the new Wallet ABI // Update wallet code
* WIP .// Deploy from Wallet
* Update Wallet contract
* Contract Deployment for Wallet
* Working deployments for Single Owned Wallet contracts
* Linting
* Create a Wallet from a Wallet
* Linting
* Fix Signer transactions // Add Gas Used for transactions
* Deploy wallet contract fix
* Fix too high gas estimate for Wallet Contract Deploys
* Final piece ; deploying from Wallet owned by wallet
* Update Wallet Code
* Updated the Wallet Codes
* Fixing Wallet Deployments
* Add Support for older wallets
* Linting
2017-03-07 20:19:55 +01:00
Jaco Greeff
3fb8466c40
Bump package.json for master 1.7 ( #4731 )
...
* Bump package.json for master 1.7
* Update contributors
2017-03-07 17:29:15 +01:00
GitLab Build Bot
24aac8fa89
[ci skip] js-precompiled 20170306-142052
2017-03-06 14:26:42 +00:00
Tomasz Drwięga
4f934cf2c2
Optimize signature for fallback function. ( #4780 )
2017-03-06 15:11:39 +01:00
GitLab Build Bot
0de8771007
[ci skip] js-precompiled 20170306-093959
2017-03-06 09:45:14 +00:00
Tomasz Drwięga
4d203d563c
Rephrasing token generation screen. ( #4777 )
2017-03-06 10:32:41 +01:00
GitLab Build Bot
a02063f348
[ci skip] js-precompiled 20170306-080251
2017-03-06 08:08:05 +00:00
Jaco Greeff
0b24a3d7f6
Etherscan links based on netVersion identifier ( #4772 )
...
* Use netVersion to determine external links
* Update additional isTest references
2017-03-06 08:54:59 +01:00
GitLab Build Bot
cabf251280
[ci skip] js-precompiled 20170305-093606
2017-03-05 09:41:41 +00:00
Jaco Greeff
5a7cbb3e5b
Fix invalid props ( #4766 )
2017-03-05 10:27:18 +01:00
GitLab Build Bot
2e0d005487
[ci skip] js-precompiled 20170303-190450
2017-03-03 19:10:54 +00:00
Jaco Greeff
1548201551
Vault Management UI (round 3) ( #4652 )
...
* Render Dapps via SectionList
* Initial rendering of accounts via SectionList
* Width vars
* Allow classNames in certifications & tags
* Overlay of info on hover
* Adjust hover balances
* Large owner icons (align with vaults)
* Consistent block mined at message
* Attach ParityBackground to html
* Adjust page padding to align
* Lint fixes
* Link to different types of addresses
* Make content parts clickable only (a within a)
* Force Chrome hardware acceleration
* Trust the vendors... don't go crazy with transform :)
* Use faster & default transitions
* Add VaultMeta edit dialog
* Updated (WIP)
* Meta & password edit completed
* Added SelectionList component for selections
* Use SelectionList in DappPermisions
* AddDapps uses SelectionList
* Fix AccountCard to consistent height
* Display type icons in creation dialog
* Complimentary colours
* Convert Signer defaults to SelectionList
* Fix Geth import - actually pass addresses through
* Work from addresses returned via RPC
* Display actual addresses imported (not selected)
* Update tests to cover bug fixed
* Prettyfy Geth import
* Description on selection actions
* SelectionList as entry point
* Update failing tests
* Subtle selection border
* Styling updates for account details
* Add ModalBox summary
* AddAddress updated
* Display account vault information
* Allow invalid addresses to display icons (e.g. vaults)
* Display vault on edit meta
* Convert VaultAccounts to SelectionList
* Allow editing of Vault in meta
* Add tests for SectionList component
* Add tests for ModalBox component
* Add tests for VaultSelector component
* Add vaultsOpened in store
* Add ~/ui/Form/VaultSelect
* WIP
* Fix failing tests
* Move account to vault when selected
* Fix circular build deps
* EditMeta uses Form/VaultSelect
* Vault move into meta store (alignment)
* Re-apply stretch fix
* Display vault in account summary
* Add busy indicators to relevant modals
* Auto-focus description field (aligns with #4657 )
* Remove extra container (double scrolling)
* Remove unused container style
* Apply scroll fixes from lates commit in #4621
* Remove unneeded logs
* Remove extra div, fixing ParityBar overflow
* Make dapp iframe background white
* Stop event propgation on tag click
* ChangeVault component (re-usable)
* Use ChangeVault component
* Pass vaultStores in
* Icon highlight colour
* Tag-ify vault name display
* ChangeVault location
* Bothced merge, selector rendering twice
* Value can be undefined (no vault)
* Close selector on Select bug
* Fix toggle botched merge
* Update tests
* Add Vault Tags to Account Header
2017-03-03 19:50:54 +01:00
Jaco Greeff
cb118f1936
Update SelectionList indicators ( #4736 )
...
* Move selector indicators to the left
* Only display default account selection icon
2017-03-03 19:50:25 +01:00
Jaco Greeff
9b6170a37b
Update testnet detection ( #4746 )
2017-03-03 19:49:46 +01:00
Nicolas Gotchac
ec0e8f9dd6
Add StackEventListener ( #4745 )
2017-03-03 19:49:36 +01:00
GitLab Build Bot
ead40a8b97
[ci skip] js-precompiled 20170303-140210
2017-03-03 14:07:22 +00:00
Maciej Hirsz
d297ddbfe5
Update wiki ( #4743 )
...
- Added missing `creates` field.
- Removed deprecated methods.
2017-03-03 14:55:04 +01:00
GitLab Build Bot
4024100e74
[ci skip] js-precompiled 20170303-134752
2017-03-03 13:53:17 +00:00
Jaco Greeff
6760ae0e84
Account selector close operations ( #4728 )
...
* Close when clicking anywhere on body pane
* Allow click to propagate on address click
* Rename noCopy -> allowAddressClick
* Handle i18n strings in input
* Close on pasted addresses (valid entry)
* allowAddressClick default
* Don't do onClick on AccountCard if text is selected
* Reset filter value on close for address selection
* Better close on click for AccountSelection
2017-03-03 14:38:40 +01:00
Nicolas Gotchac
5559374676
Fix Account Selection in Signer ( #4744 )
...
* Can pass FormattedMessage to Input (eg. Status // RPC Enabled)
* Simple fixed-width fix for Accoutn Selection in Parity Signer
2017-03-03 14:32:52 +01:00
GitLab Build Bot
fd19f6f449
[ci skip] js-precompiled 20170303-130222
2017-03-03 13:07:34 +00:00
Jaco Greeff
495e5790e9
Support both V1 & V2 DataChanged events in registry ( #4734 )
...
* Add info on forks.
* Add new registry ABI
* Import registry2 & fix exports
* Select ABI based on code hash
* Render new event types (owner not available)
* New registry.
* Rename old chain.
* Fix test.
* Another fix.
* Finish rename.
2017-03-03 13:33:49 +01:00
GitLab Build Bot
0432b8410c
[ci skip] js-precompiled 20170302-230110
2017-03-02 23:07:35 +00:00
Jaco Greeff
b11caaf071
UI support for hardware wallets ( #4539 )
...
* Add parity_hardwareAccountsInfo
* Ledger Promise interface wrapper
* Initial hardwarestore
* Move ~/views/historyStore to ~/mobx
* split scanLedger
* test createEntry
* Also scan via parity_hardwareAccountsInfo
* Explanation for scanning options
* react-intl-inify tooltips
* add hwstore
* Listen for hw walet updates
* Return arrays from scanning
* Readability
* add u2f-api polyfill
* check response.errorCode
* Support hardware types in state.personal
* Tooltips (to be split into sep. PR)
* Tooltips support intl strings
* FormattedMessage for strings to Tooltip
* Fix TabBar tooltip display
* signLedger
* Use wallets as an object map
* PendingForm -> FormattedMessage
* Pending form doesn't render password for hardware
* Groundwork for JS API signing
* Show hardware accounts in list
* Cleanup rendering conditions
* Update RequestPending rendering tests (verification)
* Tests for extended signer middleware
* sign properly & handle response, error
* Align outputs between Parity & Ledger u2f
* Ledger returns checksummed addresses
* Update ethereum-tx for EIP155 support
* Update construction of tx
* Updates after sanity checks (thanks @tomusdrw)
* Allow display for disabled IdentityIcon
* Disabled accounts
* Disabled auto-disabling
* Password button ebaled for hardware
* Don't display password hint for hardware
* Disable non-applicable options when not connected
* Fix failing test
* Confirmation via ledger (u2f)
* Confirm on device message
* Cleanups & support checks
* Mark u2f as unsupported (until https)
* rewording
* Pass account & disabled flags
* Render attach device message
* Use isConnected for checking availability
* Show hardware accounts in defaults list
* Pass signerstore
* Update u2f to correct version
* remove debug u2f lib
* Update test (prop name change)
* Add ETC path (future work)
* new Buffer -> Buffer.from (thanks @derhuerst)
2017-03-02 23:51:56 +01:00
GitLab Build Bot
96d74543fc
[ci skip] js-precompiled 20170302-204757
2017-03-02 20:52:50 +00:00
Jaco Greeff
036ef77373
s/delete/forget/ for wallets ( #4729 )
2017-03-02 21:40:29 +01:00
GitLab Build Bot
eb37d26154
[ci skip] js-precompiled 20170302-143357
2017-03-02 14:38:43 +00:00
Jaco Greeff
7653cfd88e
Fix to UglifyJS 2.8.2 to fix app build issues ( #4723 )
2017-03-02 15:26:07 +01:00
GitLab Build Bot
5fef950503
[ci skip] js-precompiled 20170302-123938
2017-03-02 12:44:34 +00:00
Jaco Greeff
5f51fa23ea
Extract i18n strings in modals/* ( #4706 )
...
* DeployContract formatting
* PasswordManager i18n
* SaveContract i18n
* Transfer i18n
* Verification i18n
* Fix spacing on label
2017-03-02 13:29:32 +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
GitLab Build Bot
54aee9db9b
[ci skip] js-precompiled 20170228-153914
2017-02-28 15:44:30 +00:00
Jaco Greeff
4534590f39
Display badges on summary view ( #4689 )
2017-02-28 16:31:22 +01:00
GitLab Build Bot
ea877cb91e
[ci skip] js-precompiled 20170228-132909
2017-02-28 13:35:38 +00:00
Jaco Greeff
190ed76e30
Consistent file uploads ( #4699 )
...
* FileSelect component
* Use FileSelect component in Actionbar
* Convert CreateAccount/Import to FileSelect
2017-02-28 14:24:12 +01:00
Jaco Greeff
88449671a1
Rename https://mkr.market -> https://oasisdex.com ( #4701 )
2017-02-28 14:21:19 +01:00
Jaco Greeff
ab98ec3bf7
Stop onClick propagation after click ( #4700 )
2017-02-28 14:20:43 +01:00
Jaco Greeff
1b8a47fa4a
Display ... for address summary overflows ( #4691 )
2017-02-28 14:15:48 +01:00
GitLab Build Bot
689fe9c689
[ci skip] js-precompiled 20170227-213540
2017-02-27 21:40:33 +00:00
Jaco Greeff
5e480e9fc0
Less agressive grayscale/opacity ( #4688 )
2017-02-27 22:28:21 +01:00
GitLab Build Bot
8bee714452
[ci skip] js-precompiled 20170224-171258
2017-02-24 17:18:20 +00:00
Jaco Greeff
609e24ef04
Enhance dialog layouts (round 1) ( #4637 )
...
* Added SelectionList component for selections
* Use SelectionList in DappPermisions
* AddDapps uses SelectionList
* Fix AccountCard to consistent height
* Display type icons in creation dialog
* Complimentary colours
* Convert Signer defaults to SelectionList
* Fix Geth import - actually pass addresses through
* Work from addresses returned via RPC
* Display actual addresses imported (not selected)
* Update tests to cover bug fixed
* Prettyfy Geth import
* Description on selection actions
* SelectionList as entry point
* Update failing tests
* Subtle selection border
* Styling updates for account details
* Add ModalBox summary
* AddAddress updated
* Convert VaultAccounts to SelectionList
* Add tests for SectionList component
* Add tests for ModalBox component
* Re-apply stretch fix
* Apply scroll fixes from lates commit in #4621
* Clear name on switch (test in #4652 , not pulling in)
* Remove refs (cleanup)
2017-02-24 18:05:39 +01:00
Jaco Greeff
570e6f32b0
Vault Management UI (round 2) ( #4631 )
...
* Add VaultMeta edit dialog
* Updated (WIP)
* Meta & password edit completed
* Added SelectionList component for selections
* Use SelectionList in DappPermisions
* AddDapps uses SelectionList
* Fix AccountCard to consistent height
* Convert Signer defaults to SelectionList
* Subtle selection border
* Display account vault information
* Allow invalid addresses to display icons (e.g. vaults)
* Display vault on edit meta
* Convert VaultAccounts to SelectionList
* Allow editing of Vault in meta
* Add tests for SectionList component
* Add tests for VaultSelector component
* Auto-focus description field (aligns with #4657 )
* Apply scroll fixes from lates commit in #4621
* Remove unneeded logs
* Remove extra div, fixing ParityBar overflow
* Disable save if password don't match
* s/disabled/readOnly/
* string -> bool
2017-02-24 18:05:04 +01:00
Nicolas Gotchac
9ff427caaf
Fix Portal broad event stopper ( #4674 )
2017-02-24 18:04:26 +01:00
GitLab Build Bot
af45d05aee
[ci skip] js-precompiled 20170224-142855
2017-02-24 14:33:38 +00:00
Jaco Greeff
f670b180d7
Align list displays with SectionList (UI consistency) ( #4621 )
...
* Render Dapps via SectionList
* Initial rendering of accounts via SectionList
* Width vars
* Allow classNames in certifications & tags
* Overlay of info on hover
* Adjust hover balances
* Large owner icons (align with vaults)
* Consistent block mined at message
* Attach ParityBackground to html
* Adjust page padding to align
* Lint fixes
* Link to different types of addresses
* Make content parts clickable only (a within a)
* Force Chrome hardware acceleration
* Trust the vendors... don't go crazy with transform :)
* Use faster & default transitions
* Remove extra container (double scrolling)
* Remove unused container style
* Make dapp iframe background white
* Stop event propgation on tag click
2017-02-24 15:21:36 +01:00
GitLab Build Bot
afecf5b148
[ci skip] js-precompiled 20170224-134503
2017-02-24 13:50:10 +00:00
Jaco Greeff
a6ed3dc5dc
Add SelectionList component to DRY up ( #4639 )
...
* Added SelectionList component for selections
* Use SelectionList in DappPermisions
* AddDapps uses SelectionList
* Fix AccountCard to consistent height
* Convert Signer defaults to SelectionList
* Subtle selection border
* Convert VaultAccounts to SelectionList
* Add tests for SectionList component
* Apply scroll fixes from lates commit in #4621
* Remove unneeded logs
* Remove extra div, fixing ParityBar overflow
2017-02-24 14:37:56 +01:00
GitLab Build Bot
5817cfdf41
[ci skip] js-precompiled 20170224-115159
2017-02-24 11:58:15 +00:00
Jaco Greeff
38cf7d2639
Linting updates ( #4662 )
2017-02-24 12:44:38 +01:00
Jaco Greeff
0b214450e3
Misc. small UI fixes ( #4657 )
...
* Shorten menu items (accounts)
* Shorten menu items (addresses)
* Shorten menu items (contracts)
* Shorten menu items (account)
* Shorten menu items (address)
* Shorten menu items (contract)
* Auto-focus & perform default action
* Auto-focus & default action
* Auto focus for first fields (create account)
* Clear phrase & auto-focus field
* Auto-focus name fields
* Add autoFocus (Add Address)
* autoFocus address (Add Contract)
* Auto focus name field
* Auto-focus name field for EditMeta
* Auto-focus modifications (WalletSettings)
* Verification auto focus
* typo
* Double-up on keys
2017-02-24 12:26:30 +01:00
Bas
56d0ad869a
nl translations ( #4649 )
...
* translation stings copied from _default to nl
* First batch of nl translations
* Second batch of nl translations
* Syntax fix
* include new nl translation files to index
2017-02-24 10:25:28 +01:00
GitLab Build Bot
c7b3b9a565
[ci skip] js-precompiled 20170224-084932
2017-02-24 08:54:34 +00:00
Jaco Greeff
92fa4249d3
Update condition documentation (Thanks @arkpar) ( #4659 )
2017-02-24 09:40:38 +01:00
GitLab Build Bot
496a6dcfa0
[ci skip] js-precompiled 20170223-141355
2017-02-23 14:21:06 +00:00
Jaco Greeff
3651095651
Fix Geth account import ( #4641 )
...
* Fix Geth import - actually pass addresses through
* Work from addresses returned via RPC
* Display actual addresses imported (not selected)
* Update tests to cover bug fixed
2017-02-23 15:04:58 +01:00
GitLab Build Bot
f3b5e2074b
[ci skip] js-precompiled 20170222-165052
2017-02-22 16:55:55 +00:00
Jannis Redmann
94fa2db986
attempt to fix subscribeToEvents test ( #4638 )
2017-02-22 17:44:11 +01:00
GitLab Build Bot
cb3c6b1bec
[ci skip] js-precompiled 20170222-150433
2017-02-22 15:09:15 +00:00
Jaco Greeff
e66d54910a
Fix selection value from RadioButtons ( #4636 )
...
* Fix selection value from RadioButtons
* Fix outdated test
2017-02-22 15:57:21 +01:00
GitLab Build Bot
3df1adc3f5
[ci skip] js-precompiled 20170222-143551
2017-02-22 14:40:40 +00:00
Jaco Greeff
6938a7a202
Convert all remaining Modals to use Portal (UI consistency) ( #4625 )
...
* FirstRun dialog -> Portal
* CreateAccount Modal -> Portal
* CreateWallet dialog -> Portal
* Transfer dialog -> Portal
* Fix failing tests
* ShapeShift dialog -> Portal
* Verification dialog -> Portal
* EditMeta dialog -> Portal
* PasswordManager dialog -> Portal
* WalletSettings dialog -> Portal
* AddAddress dialog -> Portal
* s/delete address/forget address/
* AddContract dialog -> Portal
* DeployContract dialog -> Portal
* ExceuteContract dialog -> Portal
* LoadContract dialog -> Portal
* SaveContract dialog -> Portal
* UpgradeParity dialog -> Portal
* Convert inline modals (tsk, tsk)
* Remove ui/Modal
* Import dialog i18n
* Button array returns (thanks @derhuerst)
* Unneeded debug
* Typo
* Readability formatting
2017-02-22 15:26:58 +01:00
GitLab Build Bot
49675483c3
[ci skip] js-precompiled 20170222-095134
2017-02-22 09:56:05 +00:00
Jaco Greeff
5337bf6413
Default account selection update ( #4609 )
...
* Default accounts setting - account provider
* RPC support for default accounts
* Updating JS code
* Rename whitelist to addresses
* Set the defaults using default, allowing for null/full lists
* Update failing tests (after merge)
* Fix merge with wrong rpc call names
* One account needs to be selected
2017-02-22 10:43:02 +01:00
Jaco Greeff
0a85fc7a3e
Display ETH balance in overlay account selector ( #4588 )
...
* Add account balance display from ParityBar
* Ellipsis with title
* Balance display in Dapp permissions
* Add balance to vault account selector
* Add key prop to accounts in Vault
* Fix failing test (missing redux prop)
2017-02-22 10:42:42 +01:00
GitLab Build Bot
80155ef93a
[ci skip] js-precompiled 20170221-120741
2017-02-21 12:12:14 +00:00