Tomasz Drwięga
f4a496ac8c
[stable] Backports + Kovan HF ( #7235 )
...
* Merge pull request #7075 from miyao-gmo/feature/estimate_gas_limit
escape inifinite loop in estimte_gas
* Merge pull request #7006 from paritytech/no-uncles
Disable uncles by default
* Maximum uncle count transition (#7196 )
* Enable delayed maximum_uncle_count activation.
* Fix tests.
* Defer kovan HF.
* Bump version.
* Kovan HF.
* Update Kovan HF block.
* Fix compilation issues.
* Fix aura test.
* Add missing byzantium builtins.
* Fix tests.
* Bump version for installers.
* Increase allowed time drift to 10s. (#7238 )
2017-12-08 13:08:01 +01:00
5chdn
2c2587e44c
Bumb to v1.7.9
2017-11-13 16:50:41 +01:00
GitLab Build Bot
d219ebc9ae
[ci skip] js-precompiled 20171112-191643
2017-11-12 19:23:36 +00:00
Arkadiy Paronyan
16c091590f
v1.7.8 ( #6890 )
2017-10-25 11:34:41 +02:00
Arkadiy Paronyan
eb7c648250
[stable] Fix auto-update ( #6769 )
...
* v1.7.7
* Updated ethabi to fix auto-update
2017-10-15 11:53:40 +02:00
Arkadiy Paronyan
19535333c9
[stable] Fixed modexp gas calculation overflow ( #6741 ) ( #6746 )
...
* Fixed modexp gas calculation overflow (#6741 )
* v1.7.6
2017-10-13 16:20:27 +02:00
GitLab Build Bot
5a1a7f6f45
js-precompiled 20171012-203250
2017-10-12 23:18:56 +02:00
GitLab Build Bot
75b4bea521
js-precompiled 20171012-183503
2017-10-12 21:48:12 +02:00
arkpar
c0e32bac0e
v1.7.5
2017-10-12 18:11:51 +02:00
GitLab Build Bot
8b459b7bd3
[ci skip] js-precompiled 20171012-142240
2017-10-12 14:28:14 +00: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
GitLab Build Bot
d097956ede
js-precompiled 20171009-113503
2017-10-09 16:43:52 +02:00
GitLab Build Bot
109168b990
[ci skip] js-precompiled 20171006-100509
2017-10-06 10:22:08 +00: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
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
GitLab Build Bot
e614203170
[ci skip] js-precompiled 20170915-130655
2017-09-15 13:13:52 +00: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
arkpar
1942d1faf4
v1.7.2
2017-08-24 09:51:12 +02:00
GitLab Build Bot
ddc7b588dc
js-precompiled 20170822-142848
2017-08-23 11:41:16 +02: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
GitLab Build Bot
5f2cabd6e3
js-precompiled 20170727-171407
2017-07-27 22:20:48 +02:00
GitLab Build Bot
06be7271aa
[ci skip] js-precompiled 20170725-112924
2017-07-25 11:35:24 +00:00
GitLab Build Bot
fdc781dbfd
js-precompiled 20170721-203240
2017-07-22 00:25:36 +02:00
GitLab Build Bot
ac8533a56c
js-precompiled 20170721-171700
2017-07-21 20:54:09 +02:00
GitLab Build Bot
e23753eabd
js-precompiled 20170720-190723
2017-07-20 23:24:42 +02:00
GitLab Build Bot
28019a472a
js-precompiled 20170719-232148
2017-07-20 02:04:29 +02:00
GitLab Build Bot
b9979137b7
[ci skip] js-precompiled 20170716-104425
2017-07-16 10:49:01 +00:00
GitLab Build Bot
54536dfa1b
[ci skip] js-precompiled 20170715-112611
2017-07-15 11:32:03 +00:00
Robert Habermeier
d365281cce
Ethcore crate split part 1 ( #6041 )
...
* split out types into separate crate
* split out evm into its own crate
2017-07-12 13:09:17 +02:00
GitLab Build Bot
45d44bedef
[ci skip] js-precompiled 20170711-113031
2017-07-11 11:36:24 +00:00
Tomasz Drwięga
4936e99f30
Node Health warnings ( #5951 )
...
* Health endpoint.
* Asynchronous health endpoint.
* Configure time api URL via CLI.
* Tests for TimeChecker.
* Health indication on Status page.
* Adding status indication to tab titles.
* Add status to ParityBar.
* Fixing lints.
* Add health status on SyncWarning.
* Fix health URL for embed.
* Nicer messages.
* Fix tests.
* Fixing JS tests.
* NTP time sync (#5956 )
* use NTP to check time drift
* update time module documentation
* replace time_api flag with ntp_server
* fix TimeChecker tests
* fix ntp-server flag usage
* hide status tooltip if there's no message to show
* remove TimeProvider trait
* use Cell in FakeNtp test trait
* share fetch client and ntp client cpu pool
* Add documentation to public method.
* Removing peer count from status.
* Remove unknown upgrade status.
* Send two time requests at the time.
* Revert "Send two time requests at the time."
This reverts commit f7b754b1155076a5a5d8fdafa022801fae324452.
* Defer reporting time synchronization issues.
* Fix tests.
* Fix linting.
2017-07-11 12:23:46 +02:00
Tomasz Drwięga
7fb46bff06
RPC cpu pool ( #6023 )
...
* RPC cpu pool.
* introduce optional thread pool when processing RPC requests.
* Bump jsonrpc.
* Removing boxes.
* Fix CLI tests.
2017-07-11 12:22:19 +02:00
Nikolay Volf
dc51dde112
update deps ( #6036 )
2017-07-11 12:06:35 +03:00
Nikolay Volf
62210fb932
WASM contracts MVP ( #5679 )
...
* lifetime issues
* refactor to new 'native env'
* descriptors and such
* wasm mvp continued
* finalized env/ext bindings
* descriptor -> call_args
* inject gas counter
* result processing and engine activation
* tabify some source files
* needs return new
* wasm tests initial
* erradicate warnings
* origin in the descriptor
* update test repo
* payload verification tests
* identity return payload test
* some test description
* dispersion test
* check length here
* suicidal contract
* engine params
* fix typo
* review fixes
* submodule update
* update - purge reserved space
* doc effort
* more review fixes
* fix error message
* fix dependency url
* reorg error handling
* update submodule
* update utils
* update to latest parity-wasm
* tabify
* fix wasm magic header
* update dependencies
* external create and tests
* update to latest tests
* extra trace info
* Update parity-wasm
* update wasm-utils also
* few traces and result handle change
* alter trace content
* fix issues with optimizer, update to latest parity with validator, etc
* static initialization
* license preamble
* update wasm crates and gas costs
* fix grumbles
* bring back lifetime
* fix compilation
2017-07-10 17:42:10 +02:00
GitLab Build Bot
df0ef6618d
[ci skip] js-precompiled 20170706-164115
2017-07-06 16:47:59 +00:00
debris
1c2a4c116a
Merge branch 'master' into serdeup
2017-07-06 11:43:46 +02:00
debris
61d8f90530
updated serde to version 1.0
2017-07-06 11:36:15 +02:00
Marek Kotewicz
46183b1cdd
bigint upgraded to version 3.0 ( #5986 )
...
* bigint upgraded to version 3.0
* fixed missing FromHex import in ethcore tests
* fixed missing FromHex import in rpc tests
2017-07-06 11:26:14 +02:00
Marek Kotewicz
e91025282e
Merge pull request #5969 from brson/lockfile
...
Update lockfile for miniz-sys and gcc
2017-07-06 11:18:52 +02:00
GitLab Build Bot
33f1d2af1e
[ci skip] js-precompiled 20170706-081457
2017-07-06 08:21:42 +00:00
Brian Anderson
7240eee5a8
Update lockfile for miniz-sys and gcc
...
Fixes build with VS 2017.
2017-07-03 01:44:20 +01:00
Robert Habermeier
83690fdb90
Merge branch 'master' into constant-time-mac-compare
2017-06-29 21:15:20 +02:00
Robert Habermeier
8a3e82d99a
constant time HMAC comparison and clarify docs in ethkey
2017-06-29 13:44:24 +02:00
Vurich
3d8dc11442
Upgrade elastic-array
to 0.9.0
...
This is a huge change, which includes some changes to replace code that
originally cloned to reuse allocations instead. The updated
`elastic-array` crate renames its consuming `Vec`-conversion method to
`into_vec`, which means that I can do a simple
`sed -i 's/to_vec/into_vec/'` and then fix the compilation errors.
This commit is probably a minor performance win and definitely a
significant readability win.
2017-06-29 13:05:33 +02:00
GitLab Build Bot
6b16fe3f14
[ci skip] js-precompiled 20170627-213135
2017-06-27 21:35:37 +00:00
GitLab Build Bot
cf772ef555
[ci skip] js-precompiled 20170623-115250
2017-06-23 11:56:57 +00:00
Robert Habermeier
b6fd18a9ca
Merge pull request #5833 from paritytech/pubsub-docs
...
Docs for Pub-Sub, optional parameter for parity_subscribe
2017-06-22 20:17:02 +02:00