Tomasz Drwięga
e1925015c8
[stable] backports ( #7496 )
...
* Advance AuRa step as far as we can.
* fixed panic when io is not available for export block, closes #7486 (#7495 )
* Update Parity Mainnet Bootnodes
* Replace the Azure HDD bootnodes with the new ones :)
* Bump version.
2018-01-08 16:07:53 +01:00
Afri Schoedon
a5ed4cfc4b
Stable Bootnodes and Warpnodes ( #7298 )
...
* new warp enodes (#7287 )
* new warp enodes
* added one more warp enode; replaced spaces with tabs
* Bump stable to 1.7.11
* Update kovan boot nodes (#7296 )
* Fix Cargo.lock
* Updating mainnet bootnodes.
* Update bootnodes (#7363 )
* Updating mainnet bootnodes.
* Add additional parity-beta bootnodes.
* Restore old parity bootnodes and update foudation bootnodes
2017-12-28 15:18:40 +01:00
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
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
arkpar
eee0e6f295
v1.7.5 stabilized
2017-10-12 20:25:29 +02:00
arkpar
c0e32bac0e
v1.7.5
2017-10-12 18:11:51 +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
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
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
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
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
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
Arkadiy Paronyan
2d7aecf5d9
Fixed node address detection on incoming connection ( #6094 )
2017-07-19 15:44:21 +02:00
arkpar
1f4d6fced3
Set release channel to beta
2017-07-13 15:14:53 +02:00
Tomasz Drwięga
1aaafa2d11
Limit transaction queue memory & limit future queue ( #6038 )
...
* Remove confusing gas_limit in the pool.
* Change defaults
* Limit transaction queue by memory usage.
* Change defaults to something lower.
* Fix rpc test.
* Fix js issues.
* Renamed block_gas_limit
2017-07-13 15:12:25 +02: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
debris
61d8f90530
updated serde to version 1.0
2017-07-06 11:36:15 +02:00
Vurich
01ce28bc9a
Fix tests
2017-06-29 13:05:33 +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
Jef
72094a8bee
Reduce unnecessary allocations ( #5944 )
2017-06-28 09:36:42 +02:00
Guanqun Lu
59488769cf
network: make it more explicit about StreamToken and TimerToken ( #5939 )
2017-06-27 18:24:18 +02:00
Arkadiy Paronyan
4d5280e43c
removed panic handlers ( #5895 )
2017-06-22 19:00:53 +02:00
Guanqun Lu
a5531e83fd
ArchiveDB: add a new test case
2017-06-18 23:13:27 +08:00
Guanqun Lu
7f07f7d567
ArchiveDB: add a contains() test for long history test case
2017-06-18 23:13:27 +08:00
Robert Habermeier
ed20fa4da1
Merge pull request #5766 from guanqun/db-tests
...
three small commits for HashDB and MemoryDB
2017-06-18 04:24:45 +02:00
Guanqun Lu
1efa7e7b10
add one more test case for consolidate, both are negative
2017-06-18 09:02:44 +08:00
Guanqun Lu
ce8f8f40d7
move MemoryDB's tests into tests module
2017-06-18 09:02:44 +08:00
Guanqun Lu
4efd673c19
add a bit clarification to HashDB's remove() interface
2017-06-18 09:02:44 +08:00
Guanqun Lu
cd3a1c1a94
use rust 1.18's new feature to boost the purge performance
2017-06-09 01:34:10 +08:00
Arkadiy Paronyan
9418fcafb6
Disable compression for RLP strings ( #5786 )
2017-06-08 17:24:23 +02:00
Guanqun Lu
05aa960c25
use NULL_RLP, remove NULL_RLP_STATIC ( #5742 )
2017-06-07 11:58:39 +02:00
Arkadiy Paronyan
ad6ea4fa49
Bump mio ( #5763 )
...
* Bump mio
* Fixed warnings
* Update mio to crates.
2017-06-05 20:40:40 +02:00
Guanqun Lu
a246278727
typo fix ( #5699 )
2017-05-27 23:35:18 +03:00
Nikolay Volf
e1fef5c732
Update dependencies and bigint api ( #5685 )
...
* update to latest bigint
* bump elastic array and deps
* fix rlp tests
* also update all smallvec deps
* fix doc test
* reduce parking in attempt to fix CI bug
* fix from/into electum bug
* remove duplicate imports
2017-05-24 12:31:33 +02:00
Guanqun Lu
86b00a9271
typo fix ( #5669 )
2017-05-20 11:22:35 +02:00
Tomasz Drwięga
3ff72794e5
Create an account for chain=dev ( #5612 )
...
* implement From<&'static str> for Secret
* Dev account.
* Fix Secret semantics.
2017-05-19 17:06:36 +02:00
Robert Habermeier
8c86bd1b31
bump RLP version
2017-05-11 15:35:38 +02:00
Robert Habermeier
f299190e46
relicense ethcore-bigint
2017-05-11 15:34:35 +02:00
Robert Habermeier
a2fe46f8b3
use bigint on crates.io
2017-05-10 13:16:24 +02:00
Robert Habermeier
bccf58df51
relicense RLP to MIT/Apache2
2017-05-10 13:03:30 +02:00
Arkadiy Paronyan
da2f684f18
Memory usage optimization ( #5526 )
2017-05-02 11:40:03 +02:00
Robert Habermeier
a33b4cc73b
fix tests
2017-04-20 15:04:07 +02:00
Robert Habermeier
a278dd5a0a
store epoch transition proofs in DB
2017-04-19 14:58:19 +02:00
Robert Habermeier
6da6c755a5
iterate DB by prefix
2017-04-18 15:45:15 +02:00
arkpar
b840ab8f8b
Compact chunks
2017-03-31 16:31:12 +02:00