Commit Graph

9541 Commits

Author SHA1 Message Date
Jaco Greeff
6d0dfa6dab Backport #6710 & #6714 (#6715)
* [ci skip] js-precompiled 20171011-183908

* Fix estimate gas if from is not provided. (#6714)

* Display vouched overlay on dapps (#6710)

* Remove .only

* Add vouch overlays to dapps

* Cleanup address

* Only run where we have a contentHash

* GitLab kickstart
2017-10-11 22:21:12 +02:00
GitLab Build Bot
d30c715134
js-precompiled 20171011-183908 2017-10-11 21:23:12 +02:00
Arkadiy Paronyan
a21db69686 Backporting #6686 and #6691 (#6712)
* v1.7.4

* Fixed potential exp len overflow (#6686)

* Fix warp sync blockers detection
2017-10-11 20:34:36 +02:00
Jaco Greeff
9afd1006ed Backport #6707, #6702 & #6701 (#6713)
* #6707

* Fix default values for address input (#6701)

* #6702

* Remove .only
2017-10-11 20:34:25 +02:00
GitLab Build Bot
d097956ede
js-precompiled 20171009-113503 2017-10-09 16:43:52 +02:00
Arkadiy Paronyan
949d2b7fd0 [beta] Backporting (#6676)
* Fix wallet view (#6597)

* Add safe fail for empty logs

* Filter transactions

* Add more logging

* Fix Wallet Creation and wallet tx list

* Remove logs

* Prevent selecting twice same wallet owner

* Fix tests

* Remove unused props

* Remove unused props

* Disallow pasting recovery phrases on first run (#6602)

* Fix disallowing paste of recovery phrase on first run, ref #6581

* Allow the leader of CATS pasting recovery phrases.

* Updated systemd files for linux (#6592)

Previous version put $BASE directory in root directory.
This version clearly explains how to run as root or as specific user.

Additional configuration:

* send SIGHUP for clean exit,

* restart on fail.

Tested on Ubuntu 16.04.3 LTS with 4.10.0-33-generic x86_64 kernel

* Don't expose port 80 for parity anymore (#6633)
2017-10-09 13:20:28 +02:00
Arkadiy Paronyan
2d4f4bdd61 [beta] Backporting (#6675)
* Required validators >= num owners (#6551)

* Debounce sync status. (#6572)

* Fixed network protocol version negotiation

* Renamed RPC receipt statusCode field to status

* Fixed RETURNDATA size for built-ins
2017-10-09 13:07:57 +02:00
Marek Kotewicz
67bd9a33cf Merge pull request #6661 from paritytech/byzantium-fork-beta
[beta] Byzantium fork block number
2017-10-09 11:26:39 +02:00
GitLab Build Bot
109168b990 [ci skip] js-precompiled 20171006-100509 2017-10-06 10:22:08 +00:00
arkpar
e535174604
Byzantium fork block number 2017-10-06 10:02:22 +02:00
Afri Schoedon
ea6d517a87 Fix refreshing block number on status view (#6610) 2017-10-06 09:11:41 +02:00
Arkadiy Paronyan
965727c5d3 Tweaked block download timeouts (#6595) 2017-10-03 10:06:42 +02:00
Arkadiy Paronyan
083b69ffb1 [beta] Backports (#6563)
* Sync progress and error handling fixes (#6560)

* Fixed receipt serialization and RPC (#6555)

* v1.7.3
2017-09-21 11:42:58 +02:00
Tomasz Drwięga
9f47909edf Fix output from eth_call. (#6538) 2017-09-18 12:09:52 +02:00
Arkadiy Paronyan
be6fe6b005 Ropsten fork (#6532) 2017-09-18 11:12:48 +02:00
Arkadiy Paronyan
bb311e838b [beta] Byzantium updates (#6529)
* fix modexp bug: return 0 if base=0 (#6424)

* Running state test using parity-evm (#6355)

* Initial version of state tests.

* Refactor state to support tracing.

* Unify TransactResult.

* Add test.

* Byzantium updates
2017-09-16 12:21:35 +02:00
GitLab Build Bot
d8bf5fc848 [ci skip] js-precompiled 20170915-191610 2017-09-15 19:20:33 +00:00
Tomasz Drwięga
cc562d2c4f Fix extension detection (#6452) (#6524)
* Fix extension detection.

* Fix mobx quirks.

* Update submodule.
2017-09-15 21:08:12 +02:00
GitLab Build Bot
e614203170 [ci skip] js-precompiled 20170915-130655 2017-09-15 13:13:52 +00:00
Tomasz Drwięga
b24bb103f7 Fix detecting hardware wallets. (#6509) 2017-09-15 14:55:20 +02:00
Tomasz Drwięga
3e60b221c8 Allow hardware device reads without lock. (#6517) 2017-09-15 14:47:24 +02:00
Tomasz Drwięga
980418898a [beta] Backports (#6497)
* Fix slow balances (#6471)

* Update token updates

* Update token info fetching

* Update logger

* Minor fixes to updates and notifications for balances

* Use Pubsub

* Fix timeout.

* Use pubsub for status.

* Fix signer subscription.

* Process tokens in chunks.

* Fix tokens loaded by chunks

* Linting

* Dispatch tokens asap

* Fix chunks processing.

* Better filter options

* Parallel log fetching.

* Fix signer polling.

* Fix initial block query.

* Token balances updates : the right(er) way

* Better tokens info fetching

* Fixes in token data fetching

* Only fetch what's needed (tokens)

* Fix linting issues

* Revert "Transaction permissioning (#6441)"

This reverts commit eed0e8b03a.

* Revert "Revert "Transaction permissioning (#6441)""

This reverts commit 8f96415e58dde652e5828706eb2639d43416f448.

* Update wasm-tests.

* Fixing balances fetching

* Fix requests tracking in UI

* Fix request watching

* Update the Logger

* PR Grumbles Fixes

* PR Grumbles fixes

* Linting...

* eth_call returns output of contract creations (#6420)

* eth_call returns output of contract creations

* Fix parameters order.

* Save outputs for light client as well.

* Don't accept transactions above block gas limit.

* Expose health status over RPC (#6274)

* Node-health to a separate crate.

* Initialize node_health outside of dapps.

* Expose health over RPC.

* Bring back 412 and fix JS.

* Add health to workspace and tests.

* Fix compilation without default features.

* Fix borked merge.

* Revert to generics to avoid virtual calls.

* Fix node-health tests.

* Add missing trailing comma.

* Fixing/removing failing JS tests.

* do not activate genesis epoch in immediate transition validator contract (#6349)

* Fix memory tracing.

* Add test to cover that.

* ensure balances of constructor accounts are kept

* test balance of spec-constructed account is kept
2017-09-11 18:01:02 +02:00
Tomasz Drwięga
6ef9780b81 Fix warning spam. (#6369) 2017-08-24 12:31:05 +02:00
arkpar
1942d1faf4
v1.7.2 2017-08-24 09:51:12 +02:00
Tomasz Drwięga
b7324bf771 Patch eth_call (#6366) 2017-08-24 09:16:32 +02:00
GitLab Build Bot
ddc7b588dc
js-precompiled 20170822-142848 2017-08-23 11:41:16 +02:00
Arkadiy Paronyan
f90bdcd1e5 [beta] Backporting (#6352)
* Better check the created accounts before showing Startup Wizard

* Tweaked snapshot params
2017-08-22 15:51:01 +02:00
Arkadiy Paronyan
7bf840f80a [beta] Increase default gas limit for eth_call (#6337)
* Increase default gas limit for eth_call.

* Fix balance increase.

* Cap gas limit for dapp-originating requests.
2017-08-20 14:14:32 +08:00
Arkadiy Paronyan
4992064663 [beta] Backports (#6333)
* overflow check in addition

* add test

* Unexpose methods on UI RPC. (#6295)

* Add more descriptive error when signing/decrypting using hw wallet.

* format instant change proofs correctly

* propagate stratum submit share error upstream, fixes #6258 (#6260)

* updated jsonrpc (#6264)

* Using multiple NTP servers (#6173)

* Small improvements to time estimation.

* Allow multiple NTP servers to be used.

* Removing boxing.

* Be nice.

* Be nicer.

* Update list of servers and add reference.

* Fix dapps CSP when UI is exposed externally (#6178)

* Allow embeding on any page when ui-hosts=all and fix dev_ui

* Fix tests.

* Fix cache path when using --base-path (#6212)

* Time should not contribue to overall status. (#6276)

* v1.7.1
2017-08-19 22:10:19 +02:00
GitLab Build Bot
75eb542275 [ci skip] js-precompiled 20170818-151833 2017-08-18 15:23:19 +00:00
Nicolas Gotchac
b0f89becfd UI backports (#6332)
* Time should not contribue to overall status. (#6276)

* Add warning to web browser and fix links. (#6232)

* Extension fixes (#6284)

* Fix token symbols in extension.

* Allow connections from firefox extension.

* Add support for ConsenSys multisig wallet (#6153)

* First draft of ConsenSys wallet

* Fix transfer store // WIP Consensys Wallet

* Rename walletABI JSON file

* Fix linting

* Fix wrong daylimit in wallet modal

* Confirm/Revoke ConsensysWallet txs

* Linting

* Change of settings for the Multisig Wallet
2017-08-18 16:51:17 +02:00
Afri
fcc388703f Update README for [beta] (#6270)
* Update beta readme to reflect required rust version

* Update Changelog for 1.6.10 and 1.7.0 (#6183)

* Update changelog for 1.6.10

* Update changelog for 1.7.0

* Move 1.7.0 to top

* Rephrase contract warp

* Update final 1.7.0 changelog

* Update beta backports in Changelog

* Update SECURITY.md
2017-08-10 09:02:11 +02:00
Marek Kotewicz
fc226ce868 Merge pull request #6221 from paritytech/intaller-fix
[beta] Fixed macOS installer upgrade
2017-08-03 15:05:48 +02:00
arkpar
ee0df5adc0 Fixed macOS installer upgrade 2017-08-03 13:06:44 +02:00
GitLab Build Bot
5f2cabd6e3 js-precompiled 20170727-171407 2017-07-27 22:20:48 +02:00
Arkadiy Paronyan
65e4bad3dd [beta] Backports (#6163)
* Light client improvements (#6156)

* no seal checking

* import command and --no-seal-check for light client

* fix eth_call

* tweak registry dapps lookup

* ignore failed requests to non-server peers

* Fix connecting to wildcard addresses. (#6167)

* Don't display an overlay in case the time sync check fails. (#6164)

* Small improvements to time estimation.

* Temporarily disable NTP time check by default.
2017-07-27 18:46:09 +02:00
Arkadiy Paronyan
a554b81f32 light client fixes (#6148) (#6151)
* light client fixes

* fix memory-lru-cache

* clear pending reqs on disconnect
2017-07-26 15:51:35 +02:00
GitLab Build Bot
06be7271aa [ci skip] js-precompiled 20170725-112924 2017-07-25 11:35:24 +00:00
Arkadiy Paronyan
33a553726a Filter tokens logs from current block, not genesis (#6128) (#6141)
* Filter tokens logs from current block, not genesis

* Fix linting
2017-07-25 13:08:39 +02:00
GitLab Build Bot
fdc781dbfd js-precompiled 20170721-203240 2017-07-22 00:25:36 +02:00
Jaco Greeff
2c95ee60b9 Fix QR scanner returning null on confirm (#6122) 2017-07-21 21:20:19 +02:00
GitLab Build Bot
ac8533a56c js-precompiled 20170721-171700 2017-07-21 20:54:09 +02:00
Arkadiy Paronyan
8f75042fee Check QR before lowercase (#6119) (#6120) 2017-07-21 19:02:04 +02:00
Robert Habermeier
3f7ac5c64b remove chunk to restore from pending set only upon successful import (#6117) 2017-07-21 18:16:49 +02:00
GitLab Build Bot
e23753eabd js-precompiled 20170720-190723 2017-07-20 23:24:42 +02:00
Nicolas Gotchac
9f41af5077 Update wallet library binaries (#6108)
* Update wallet library binaries

* Update the links
2017-07-20 20:55:30 +02:00
GitLab Build Bot
28019a472a js-precompiled 20170719-232148 2017-07-20 02:04:29 +02:00
Arkadiy Paronyan
8116ad995d [beta] Backported wallet fix (#6105)
* Fix initialisation bug. (#6102)

* update wallet library modifiers (#6103)
2017-07-20 01:12:30 +02:00
Arkadiy Paronyan
6a564f3334 Place RETURNDATA behind block number gate (#6095) 2017-07-19 15:57:04 +02:00
Arkadiy Paronyan
2d7aecf5d9 Fixed node address detection on incoming connection (#6094) 2017-07-19 15:44:21 +02:00