Skip to content

Tags: ewaldhesse/parity-ethereum

Tags

nightly

Toggle nightly's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Revert "Use std::sync::Condvar (openethereum#1732)" (openethereum#9392)

* Revert "Use std::sync::Condvar (openethereum#1732)"

This reverts commit c65ee93.

* verification_queue: remove redundant mutexes

v2.1.0-rc2

Toggle v2.1.0-rc2's commit message

Unverified

This user has not yet uploaded their public signing key.
Merge branch 'generate-json-rpc-doc' of https://github.com/cpurta/par…

…ity-ethereum into cpurta-generate-json-rpc-doc-03

v2.1.0-rc1

Toggle v2.1.0-rc1's commit message

Unverified

This user has not yet uploaded their public signing key.
Merge branch 'master' into cpurta-generate-json-rpc-doc

v2.1.0-rc0

Toggle v2.1.0-rc0's commit message

Unverified

This user has not yet uploaded their public signing key.
Merge branch 'generate-json-rpc-doc' of https://github.com/cpurta/par…

…ity-ethereum into cpurta-generate-json-rpc-doc

v2.0.0-rc3

Toggle v2.0.0-rc3's commit message

Unverified

This user has not yet uploaded their public signing key.
Update snapcraft.yaml (openethereum#9132)

v1.11.7-rc2

Toggle v1.11.7-rc2's commit message

Unverified

This user has not yet uploaded their public signing key.
`evm bench` fix broken dependencies (openethereum#9134)

* `evm bench` use valid dependencies

Benchmarks of the `evm` used stale versions of a couple a crates that
this commit fixes!

* fix warnings