Jaco Greeff
549367fcd6
Simplify
2017-04-26 16:31:13 +02:00
Jaco Greeff
6c702c7b6a
Correct import
2017-04-26 16:27:35 +02:00
Jaco Greeff
aabf08fd75
LinearProgress -> Progress
2017-04-26 16:23:41 +02:00
Jaco Greeff
34d68ccb73
CircularProgress -> Loading
2017-04-26 16:08:30 +02:00
Jaco Greeff
02eeefd73b
Last couple of dangling icons
2017-04-26 15:56:18 +02:00
Jaco Greeff
555e5b24f3
Adjust ActionBar ( #5514 )
2017-04-26 15:00:30 +02:00
Jaco Greeff
bdcf2a9c61
Fix CSS overrides
2017-04-26 14:22:08 +02:00
Craig O'Connor
2badd9778b
Semantic ui ( #5507 )
...
* semantic addition
* semantic addition
* semantic-ui into @parity/ui dependency
* Merge updates
* Update missing imports to use ~
* Clean @parity modules with clean
* Updated yarn.lock
2017-04-26 13:12:50 +02:00
Jaco Greeff
6797172ad4
Updated yarn.lock
2017-04-26 13:08:31 +02:00
Jaco Greeff
95eeca09b7
Merge branch 'master' into ui-2
2017-04-26 12:39:28 +02:00
Jaco Greeff
3d9deb7770
npm cleanups ( #5512 )
...
* Cleanup @parity modules in npm run clean
* Remove top-level yarn files (only in js)
2017-04-26 12:38:21 +02:00
Jaco Greeff
1cd0350f83
Merge branch 'master' into ui-2
2017-04-26 12:31:10 +02:00
GitLab Build Bot
012615ae46
[ci skip] js-precompiled 20170426-101558
2017-04-26 10:19:53 +00:00
Jaco Greeff
17448b370c
Merge branch 'master' into ui-2
2017-04-26 11:35:49 +02:00
Craig O'Connor
cf904b6b2f
Export acc js ( #4973 )
...
* Export account RPC
* Removing GethDirectory and ParityDirectory
* js export accounts as json
* js export accounts as json
* api - then - catch
* final touches
* pass
* oops
* individual accounts
* refactoring
* refactor one
* refactor one
* refactor two
* some grumble fixes
* file name changes
* constructor
* constructor
* git recognize file name change
* spec and updates
* specs
* one tiny fix
* one tiny fix
* grumbles
* more grumbles
* sliders
* ff
* pointer default
* grumbles
* almost ready
* lots of updates
* accountList
* stupid debuglog
* bug fix
* bug fix
* some more good ol fashioned updates
* filter accounts
* clean
* update spec
* ff
* ff-f
* balances fix
2017-04-26 11:34:48 +02:00
Craig O'Connor
3be3b78c90
YARN ( #5395 )
...
* YARN
* update package.json
* update package.json
* yarn updates
* npm
2017-04-26 11:33:29 +02:00
Jaco Greeff
8fc453658b
Fix linting issues ( #5511 )
2017-04-26 11:10:36 +02:00
Shaoping
3344d96329
Chinese Translation ( #5460 )
...
* Update account.js
* Update accounts.js
* finished writeContract.js translate
* translated web, walletSetting
* 添加注释
* 添加注释
* 翻译1
* 翻译1,存疑1
* 翻译1,没毛病
* 翻译1,存疑1
* Translated addAddress & addContract
* 翻译1
* Translated connection.js
* Translated contract.js
* Translated contracts.js
* translated dapps.js
* translated deleteAccount
* Translated createWallet.js
* Translated editMeta.js
* Translated errors.js
* Translated extension.js
* translated deployContract
* Translated executeContract.js
* Update home.js
* Translated home.js
* Translated loadContract.js
* Translated parityBar.js
* translated faucet
* Translated passwordChange.js
* Translated saveContract.js
* translated firstRun
* translated tabBar
* Commented out all ENG
* translated transfer.js
* translated txEditor.js
* Translated settings.js
* translated ui.js
* Translated shapeshift.js
* translated wallet.js
* Translated signer.js
* translated upgradParity.js
* Translated status.js
* translated verification.js
* Translated vaults.js
* translated ui.js
* zh-tw translation
* translated account.js
* translated accounts.js
* translated accounts.js
* translated address.js
* translated addressSelect.js
* translated addresses.js
* translated application.js
* translated dapp.js
* translated ui.js
* translated txEditor.js
* update zh-Hant-TW translation
* enable zh-Hant-TW
2017-04-26 10:57:19 +02:00
Jaco Greeff
2f0ce06cc1
Ui 2 shell ( #5510 )
...
* Split application into ~/shell
* reset.css back to index
2017-04-26 10:56:31 +02:00
Svyatoslav Nikolsky
1a262048a6
Fixing secretstore TODOs - part 2 ( #5416 )
...
* ECDKG protocol prototype
* added test for enc/dec math
* get rid of decryption_session
* added licenses
* fix after merge
* get rid of unused serde dependency
* doc
* decryption session [without commutative enc]
* failed_dec_session
* fixed tests
* added commen
* added more decryption session tests
* helper to localize an issue
* more computations to localize error
* decryption_session::SessionParams
* added tests for EC math to localize problem
* secretstore network transport
* encryption_session_works_over_network
* network errors processing
* connecting to KeyServer
* licenses
* get rid of debug println-s
* fixed secretstore args
* encryption results are stored in KS database
* decryption protocol works over network
* enc/dec Session traits
* fixing warnings
* fix after merge
* on-chain ACL checker proto
* fixed compilation
* fixed compilation
* finally fixed <odd>-of-N-scheme
* temporary commented test
* 1-of-N works in math
* scheme 1-of-N works
* updated AclStorage with real contract ABI
* remove unnecessary unsafety
* fixed grumbles
* wakeup on access denied
* encrypt secretstore messages
* 'shadow' decryption
* fix grumbles
* lost files
* secretstore cli-options
* decryption seccion when ACL check failed on master
* disallow regenerating key for existing document
* removed obsolete TODO
* fix after merge
* switched to tokio_io
* fix after merge
* fix after merge
* fix after merge
* fix after merge
* fix after merge
* fixed test
* fix after merge
* encryption session errors are now fatal
* session timeouts
* autorestart decryption session
* remove sessions on completion
* exclude disconnected nodes from decryption session
* test for enc/dec session over network with 1 node
* remove debug printlns
* fixed 1-of-1 scheme
* drop for KeyServerHttpListener
* added some tests
* fixed typo
2017-04-25 21:34:03 +02:00
cdetrio
87ce264926
fix json format of state snapshot ( #5504 )
2017-04-25 19:08:28 +02:00
Nikolay Volf
9d6c50ea2f
Bump jsonrpc version ( #5489 )
...
* bump jsonrpc version
* also dependant crates
* tokio_uds also
2017-04-25 19:48:31 +03:00
Robert Habermeier
35958a0965
Merge pull request #5454 from paritytech/aura-contract-warp
...
Groundwork for generalized warp sync
2017-04-25 17:58:13 +02:00
Jaco Greeff
cdab1ebc04
Default font color
2017-04-25 17:18:23 +02:00
Leo Arias
80a58eea7b
Add the packaging metadata to build the parity snap ( #5496 )
...
* Add the packaging metadata to build the parity snap
* Move the snapcraft.yaml to scripts
2017-04-25 16:20:57 +02:00
Jaco Greeff
851003c07c
UI 2 light styling (placeholder until component move) ( #5503 )
...
* Adjust cards
* Clickable TxRow
* Modal background adjustment (stop-gap)
* Adjust container to light
* UI light updates
2017-04-25 15:41:46 +02:00
Jaco Greeff
ac138f6a4c
Remove ParityBackground ( #5501 )
2017-04-25 11:53:19 +02:00
Jaco Greeff
b749718feb
Merge branch 'master' into ui-2
...
# Conflicts:
# js/src/views/Signer/RequestsPage/requestsPage.js
2017-04-25 11:10:23 +02:00
Jaco Greeff
234b8dd592
Dapp with params (Account, Address & Contract) ( #5500 )
...
* Allow passing hash through to dapp
* Add allet view
* Add Contract & Address links
2017-04-25 11:07:11 +02:00
GitLab Build Bot
c9b2a7a980
[ci skip] js-precompiled 20170425-082717
2017-04-25 08:31:15 +00:00
Craig O'Connor
f7d5d6c0cd
Cancel tx JS ( #4958 )
...
* Remove transaction RPC
* Bumping multihash and libc
* Updating nanomsg
* bump nanomsg
* cancel tx
* cancel-tx-js
* cancel-tx-js
* cancel-tx-js
* cancel-tx-hs
* cancel-tx-js
* cancel-tx-js
* cancel-tx-js
* small fixes
* edit & time till submit
* edit & time till submit
* updates
* updates
* udpates
* udpates
* grumbles
* step 1
* Wonderful updates
* ready
* small refact
* small refact
* grumbles 1
* ffx2
* good ol' fashioned updates
* latest and greatest
* removeHash
* removeHash
* spec
* fix 1
* fix 1
* fix 2
* fix 2
* ff
* ff
* ff
* updates
2017-04-25 10:08:09 +02:00
Jaco Greeff
22497e5133
Update after source move
2017-04-24 17:45:53 +02:00
Jaco Greeff
719023e949
Navigate to dapp from dapp (WIP)
2017-04-24 17:41:47 +02:00
Jaco Greeff
2e1b05940f
Router/Route usage consistency between dapps
2017-04-24 15:37:53 +02:00
Jaco Greeff
1d566a85b2
Convert missing icons for ~/ui import
2017-04-24 15:15:25 +02:00
Jaco Greeff
831e52ea07
Request view as dapp completed
2017-04-24 14:59:22 +02:00
Jaco Greeff
1725c708fe
Requests (WIP)
2017-04-24 13:40:23 +02:00
Jaco Greeff
0c70cee503
Contracts & Contract develop as dapp
2017-04-24 13:21:22 +02:00
Robert Habermeier
6a5702f27c
address grumbles
2017-04-24 13:14:50 +02:00
Jaco Greeff
84d1151a1f
Accounts as dapp
2017-04-24 12:45:01 +02:00
Jaco Greeff
3ce9071eb9
Addresses as dapp
2017-04-24 12:20:12 +02:00
Jaco Greeff
ec37cf6700
Settings running as dapp
2017-04-24 11:21:04 +02:00
Jaco Greeff
cda12ec995
Remove unused RpcCalls
2017-04-24 10:52:08 +02:00
Jaco Greeff
bc0ea154df
Remove html background
2017-04-24 10:05:45 +02:00
Jaco Greeff
a2269a477e
Split views into own section
2017-04-24 09:53:40 +02:00
Jaco Greeff
262169c8a4
Add Vaults as dapp
2017-04-24 09:53:27 +02:00
Robert Habermeier
7ab92f0807
epoch generation proof fixes
2017-04-22 18:56:34 +02:00
Jaco Greeff
c044534d6a
Allow status updates on 2nd API instance
2017-04-21 16:03:50 +02:00
Jaco Greeff
fcdd19e105
Merge branch 'master' into ui-2
2017-04-21 15:42:23 +02:00
Jaco Greeff
5fc6a5627e
First iteration of Status page (WIP)
2017-04-21 15:20:43 +02:00