GitLab Build Bot
7b7ce4a0b1
[ci skip] js-precompiled 20161026-040753
2016-10-26 04:08:54 +00:00
Denis S. Soldatov aka General-Beck
51a78d290e
Update gitlab-ci
...
add arm* bulds
add deb packages (amd64,arm64,armhf)
2016-10-26 10:57:35 +07:00
GitLab Build Bot
20d43b9c26
[ci skip] js-precompiled 20161025-203648
2016-10-25 20:37:47 +00:00
Robert Habermeier
33748c2046
Sweep some more panics ( #2848 )
...
* purge unwraps from ethcrypto, ethstore
* sweep panics from util
2016-10-25 22:34:52 +02:00
Jaco Greeff
d1d82e787b
Make GitLab js-precompiled really update Cargo.toml in main repo ( #2869 )
...
* Src outputs into build.sh
* reset detatched head
* add .dist
* testing for this branch
* update comments, be explicit is what we are doing
* [ci skip] js-precompiled 20161025-173946
* Revert "[ci skip] js-precompiled 20161025-173946"
This reverts commit 0d23f7683c6e18e4642566313963c130684afa90.
* remove testing branch
* typo
2016-10-25 22:27:13 +02:00
Nikolay Volf
014e47a50a
Merge pull request #2870 from ethcore/ipc-bump-5
...
IPC version bump
2016-10-25 23:23:42 +03:00
NikVolf
f81787d603
ipc version bump
2016-10-25 21:28:54 +03:00
Arkadiy Paronyan
135d5d0e4c
Snapshot fixes and optimizations ( #2863 )
2016-10-25 18:40:01 +02:00
Nicolas Gotchac
2d2e9c4d6e
Add Check and Change Password for an Account ( #2861 )
...
* Added new RPC endpoints to JSAPI (#2389 )
* Added modal in Account Page to test & modify password (#2389 )
* Modify hint with password change // Better tabs (#2556 )
2016-10-25 17:54:01 +02:00
Jaco Greeff
e71c752210
Output git fetch/push to log files ( #2862 )
...
* add -q options for fetch & push
* Store log in .gitignored location
* update GITLOG command location
* Remove test branch
2016-10-25 17:39:19 +02:00
GitLab Build Bot
03e2aa61e2
[ci skip] js-precompiled 20161025-153329
2016-10-25 17:33:46 +02:00
Jaco Greeff
7eacf07629
Align contract event log l&f with transactions ( #2812 )
...
* Event into own component, align with transactions
* Pass value & type through from event log params
* Reformat display columns
2016-10-25 16:02:12 +02:00
keorn
8d0cff3599
Nicer port in use errors ( #2859 )
...
* dapps port
* rpc port
* signer port
* different instance as possible cause
* network port
2016-10-25 15:55:53 +02:00
Jaco Greeff
4fc1c5f42e
Remove personal_* calls from dapps ( #2860 )
...
* remove accountsInfo & listAccounts
* registry accounts selector works
2016-10-25 15:15:22 +02:00
Jaco Greeff
b6f2628018
Token sorting, zero-ETH transfer & token decimals ( #2805 )
...
* Error trapping for decimals (Fixes #2799 )
* Sort tokens by tag (Closes #2789 )
* PR comments
* Always display ETH
* Recalculate in all cases (traps >available)
2016-10-25 13:22:27 +02:00
Gav Wood
a6fd922ffb
Don't fail badly when no transactions in last 100 blocks. ( #2856 )
2016-10-25 12:21:21 +02:00
Tomasz Drwięga
5ae87a64b1
Bumping ws-rs ( #2851 )
2016-10-25 12:12:09 +02:00
Tomasz Drwięga
1af40a3db3
Fixing UI compilation ( #2853 )
2016-10-25 12:11:56 +02:00
Nicolas Gotchac
037a8c7625
Removes event name in unsubscribe API + Tests ( #2364 ) ( #2844 )
2016-10-25 11:43:24 +02:00
Jaco Greeff
9f6da3f829
Don't return empty names as clickable titles ( #2809 )
...
* Don't return empty names (Fixes #2786 )
* add trim in validation
2016-10-25 11:43:05 +02:00
Jaco Greeff
285727e2fd
Auto-bump js-precompiled on release ( #2828 )
...
* Auto-bump js-precompiled on release
* [ci skip] js-precompiled 20161022-232245
* Remove old GitLab tests
* Only move file.ext (get rid of error)
* allow add, commit & push failures (auto-bump)
2016-10-25 09:36:42 +02:00
Denis S. Soldatov aka General-Beck
cf67ed964e
Update gitlab-ci
...
fix windows RUSTFLAGS
2016-10-25 04:54:43 +07:00
Denis S. Soldatov aka General-Beck
97cdc2b4ac
Update gitlab-ci
...
fix RUSTFLAGS in win build
2016-10-25 04:48:38 +07:00
Denis S. Soldatov aka General-Beck
df23c9931c
Update gitlab-ci
...
Add Global ENV RUSTFLAGS="-D warnings"
2016-10-25 03:31:22 +07:00
Robert Habermeier
0fedc27332
Remove ethcore::common re-export module ( #2792 )
...
* no longer export action_params
* remove transaction, header, receipt re-rexports from common
* remove env_info and builtins re-exports from common
* remove everything but util export from common
* replace common usages with util, remove module
* add a prelude module for ethcore-bigint
2016-10-24 18:35:25 +02:00
Arkadiy Paronyan
edbd667696
Prevent database corruption on OOM ( #2832 )
...
* Prevent database corruption on OOM
* Renamed write_flushing
2016-10-24 18:32:06 +02:00
Nicolas Gotchac
1b42e9a9af
Added Export Component in Actionbar => export Addressbook ( #2153 ) ( #2847 )
2016-10-24 18:27:35 +02:00
Robert Habermeier
bc81ae0407
Snapshot and blockchain stability improvements ( #2843 )
...
* allow taking snapshot from just-restored database without error
* make creation informant less spammy
* Ancestry iterator failure-resilient
* make uncle hash searching resilient to incomplete chain
* deduce pre-chunk info from last written block's details
2016-10-24 18:27:23 +02:00
Arkadiy Paronyan
1a5bae8ef1
Extended network options ( #2845 )
...
* More network configuration options
* Filter UDP requests
* Fixed tests
* Fixed test warning
2016-10-24 18:25:27 +02:00
Robert Habermeier
7f210b05bb
fix failing master test build ( #2846 )
2016-10-24 16:38:32 +02:00
Tomasz Drwięga
16ec413508
Local dapps embeddable on signer port ( #2815 )
2016-10-24 16:36:15 +02:00
Nicolas Gotchac
487da9c9c6
Trigger accounts/contracts search on search input change ( #2838 )
...
* Styling Chips in search bar (#2766 )
* Styling search chips // Add chip on space/comma/... (#2766 )
* Update search on input (#2766 )
* Fixing search triggers bugs (#2766 )
* removed console logs
* Use props instead of weird CSS selectors for Search Bar
* Add tags on space and commas in EditMeta modal (#2766 )
* Fixed empty input in EditMeta modal ; tokens input
2016-10-24 16:35:43 +02:00
arkpar
24fa2888ab
Merge branch 'master' of github.com:ethcore/parity
2016-10-24 16:31:55 +02:00
arkpar
f543108cf5
Fixed tests
2016-10-24 16:31:37 +02:00
Arkadiy Paronyan
9ec091e0cf
Move snapshot sync to a subprotocol ( #2820 )
2016-10-24 16:24:35 +02:00
Jannis Redmann
ff347da8d3
fix node log being reversed ( #2839 )
2016-10-24 15:11:32 +02:00
Nicolas Gotchac
f4203a2571
Fixes currency symbol font size in Shapeshift modal ( #2840 )
...
* Fix case error in Dapps import
* Fixed big input in modal and currency symbols size (#2718 )
* `em` instead of `rem`
2016-10-24 15:10:27 +02:00
Tomasz Drwięga
4ea67ff91d
Disable personal APIs by default ( #2834 )
2016-10-24 15:10:13 +02:00
Tomasz Drwięga
a293493f93
Clear cached content ( #2833 )
2016-10-24 15:09:47 +02:00
Jaco Greeff
e0207b594b
Add ethcore_[dapps|signer]Port APIs ( #2821 )
...
* Add ethcore_[dapps|signer]Port APIs
* typo
2016-10-24 15:09:33 +02:00
Arkadiy Paronyan
44a560e964
CLI option to skip seal check when importing ( #2842 )
2016-10-24 15:09:13 +02:00
Jannis Redmann
9500f2b83d
merge #2837 from ng-import-case-fix
...
Fix case error in Dapps import
2016-10-24 13:13:39 +02:00
Jannis Redmann
a3d92857dc
merge #2841 from ng-fix-address-select
...
Double click on address in account detail view should select it
2016-10-24 13:12:21 +02:00
Nicolas Gotchac
35925db825
Double click on address in account detail view should select it
2016-10-24 13:03:44 +02:00
Jaco Greeff
66a8d534ef
Bump js-precompiled to 20161022-223915 UTC ( #2826 )
2016-10-24 12:28:32 +02:00
Jaco Greeff
7e84b078dd
Adjust paths to handle CORS changes ( #2816 )
...
* Adjust :8080 paths for CORS & development
* No need to redirect, Node takes care of it
2016-10-24 12:21:52 +02:00
Tomasz Drwięga
e5f86c62ad
Dapps port RPC ( #2819 )
2016-10-24 12:21:15 +02:00
Nicolas Gotchac
bd040d4cfd
Fix case error in Dapps import
2016-10-24 10:28:18 +02:00
Jaco Greeff
8cf9934cab
Update build to working version on repo ( #2825 )
2016-10-23 00:28:19 +02:00
Jaco Greeff
3637c6ad9a
Adjust network name badge colours (darker) ( #2823 )
2016-10-22 22:29:47 +02:00