Skip to content

Tags: easyfun/parity

Tags

nightly

Toggle nightly's commit message
Enable WebAssembly and Byzantium for Ellaism (openethereum#8520)

* Enable WebAssembly and Byzantium for Ellaism

* Fix indentation

* Remove empty lines

v1.11.0-ci0

Toggle v1.11.0-ci0's commit message

Unverified

This user has not yet uploaded their public signing key.
Use master as gitlab latest

v1.10.3-ci0

Toggle v1.10.3-ci0's commit message

Unverified

This user has not yet uploaded their public signing key.
Update Gitlab scripts

v1.10.2-ci1

Toggle v1.10.2-ci1's commit message

Unverified

This user has not yet uploaded their public signing key.
Fix Cargo.lock

v1.9.7-ci1

Toggle v1.9.7-ci1's commit message

Unverified

This user has not yet uploaded their public signing key.
Fix Cargo.lock

v1.10.2-ci0

Toggle v1.10.2-ci0's commit message
[beta] Backports (openethereum#8450)

* Use forked app_dirs crate for reverted Windows dir behavior  (openethereum#8438)

* Remove unused appdirs dependency in CLI

* Use forked app_dirs crate for reverted Windows dir behavior

* remove Tendermint extra_info due to seal inconsistencies (openethereum#8367)

* handle queue import errors a bit more gracefully (openethereum#8385)

* Improve VM executor stack size estimation rules (openethereum#8439)

* Improve VM executor stack size estimation rules

* typo: docs add "(Debug build)" comment

* Fix an off by one typo and set minimal stack size

This avoids the case if `depth_threshold == max_depth`. Usually setting stack size to zero will just rebound it to
platform minimal stack size, but we set it here just in case.

* Use saturating_sub to avoid potential overflow

v1.9.7-ci0

Toggle v1.9.7-ci0's commit message
[stable] Backports (openethereum#8449)

* Use forked app_dirs crate for reverted Windows dir behavior  (openethereum#8438)

* Remove unused appdirs dependency in CLI

* Use forked app_dirs crate for reverted Windows dir behavior

* remove Tendermint extra_info due to seal inconsistencies (openethereum#8367)

* Improve VM executor stack size estimation rules (openethereum#8439)

* Improve VM executor stack size estimation rules

* typo: docs add "(Debug build)" comment

* Fix an off by one typo and set minimal stack size

This avoids the case if `depth_threshold == max_depth`. Usually setting stack size to zero will just rebound it to
platform minimal stack size, but we set it here just in case.

* Use saturating_sub to avoid potential overflow

* Upgrade crossbeam to 0.3