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
Gav
52cf44d71a
Fix up --testnet.
2017-03-02 14:46:35 +01:00
Gav
c662d1cb0a
Add Kovan chain.
2017-03-02 14:33:59 +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
Robert Habermeier
31302e057f
provide uncle size where available ( #4713 )
2017-03-02 12:29:18 +01:00
Svyatoslav Nikolsky
cb168828a2
EC math functions ( #4696 )
...
* EC math functions
* moved math funs -> Secret methods
2017-03-02 12:27:41 +01:00
keorn
ade5a13f5b
Add registrar fields ( #4716 )
...
* add registrar field
* use constructor for dev registrar
* fix test
2017-03-02 12:25:55 +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
Tomasz Drwięga
36468f3fc7
Removing network=disable from config files ( #4715 )
2017-03-02 12:23:54 +01:00
Denis S. Soldatov aka General-Beck
d436f62eb8
update gitlab-ci
...
docker build beta-release->latest
[ci skip]
2017-03-01 15:57:06 +04:00
Robert Habermeier
655c7ae7ae
Merge pull request #4687 from ethcore/fast-migrate
...
Fast in-place migration for adding and removing column families
2017-02-28 17:18:36 +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
Robert Habermeier
b487f00173
address rightward drift
2017-02-27 19:05:02 +01:00
Robert Habermeier
da3c13f0a2
split adding and dropping columns tests
2017-02-27 18:57:22 +01:00
Denis S. Soldatov aka General-Beck
b13a446d82
update docker-build
...
fix path
2017-02-27 01:14:23 +04:00
Denis S. Soldatov aka General-Beck
2f15c75fa2
update gitlab-ci
...
fix path to Dockerfile
[ci skip]
2017-02-27 01:13:27 +04:00
Robert Habermeier
868624c6a9
return correct path for in-place migration
2017-02-26 19:30:54 +01:00
Robert Habermeier
ac82a838b8
test case and handle in-place migration correctly
2017-02-26 19:22:51 +01:00
Robert Habermeier
ed0a2567d8
docs
2017-02-26 19:11:19 +01:00
Robert Habermeier
c2c699abb9
change migration to v11 to be faster
2017-02-26 18:41:40 +01:00
Robert Habermeier
3cc007b4d6
add and remove column families dynamically
2017-02-26 18:29:35 +01:00
Robert Habermeier
af235e564e
proved execution future
2017-02-26 15:05:33 +01:00
Robert Habermeier
1ff0abc661
Merge branch 'master' into remote-tx-exec
2017-02-26 13:55:29 +01:00
Robert Habermeier
645011427a
most of proved_execution rpc
2017-02-26 13:48:56 +01:00
Robert Habermeier
1bf2b27708
Propagate trie errors upwards from State ( #4655 )
...
* state backend trait mirroring state_db API
* minimal state backend trait
make state module public
* fix json tests
* return errors on database corruption
* fix tests, json tests
* fix remainder of build
* add Backend bound on state
2017-02-26 13:10:50 +01:00
Robert Habermeier
69e82e15a3
request transaction proofs from on_demand
2017-02-25 20:10:38 +01:00
Robert Habermeier
7c541117b3
fix call bug
2017-02-25 19:01:41 +01:00
Robert Habermeier
eb9ee35d6c
Merge pull request #4632 from ethcore/state-backend
...
Generic state backend
2017-02-25 16:22:42 +01:00
Robert Habermeier
4cf62e816e
Merge branch 'state-backend' into remote-tx-exec
2017-02-25 14:31:27 +01:00
Robert Habermeier
7863d1e978
add Backend bound on state
2017-02-25 14:28:26 +01:00
Robert Habermeier
2b671b8476
test for transaction proof message
2017-02-25 12:43:43 +01:00
Robert Habermeier
32f906fe9f
transaction proof test
2017-02-25 11:54:32 +01:00
Robert Habermeier
4158693470
network messages for transaction proof
2017-02-25 11:07:38 +01:00
Robert Habermeier
92e5982127
generate transaction proofs from provider
2017-02-25 00:27:48 +01:00
Denis S. Soldatov aka General-Beck
714b46dfef
update gitlab-ci
...
add triggers to docker-build
2017-02-24 23:54:41 +04:00
Robert Habermeier
ee7779df17
proving state backend
2017-02-24 20:16:32 +01:00
Denis S. Soldatov aka General-Beck
bef33a0958
update gitlab-ci
...
[ci skip] fix `docker-build`
2017-02-24 22:00:08 +04: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