29ebddc64f
* Enable EIP-2384 for ice age hard fork (#11281) * ethcore/res: activate agharta on classic 9573000 (#11331) * Istanbul HF in xDai (2019-12-12) (#11299) * Istanbul HF in POA Core (2019-12-19) (#11298) * Istanbul HF in POA Sokol (2019-12-05) (#11282) * Activate ecip-1061 on kotti and mordor (#11338) * Enable basic verification of local transactions (#11332) * Disallow EIP-86 style null signatures for transactions outside tests (#11335)
36 lines
1.1 KiB
TOML
36 lines
1.1 KiB
TOML
# NOTE This file is used by the auto-updater service.
|
|
# Make sure to update the service if it's moved or the structure is changed.
|
|
[package]
|
|
name = "parity-version"
|
|
# NOTE: this value is used for Parity Ethereum version string (via env CARGO_PKG_VERSION)
|
|
version = "2.5.12"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
build = "build.rs"
|
|
|
|
[package.metadata]
|
|
# This versions track. Should be changed to `stable` or `beta` when on respective branches.
|
|
# Used by auto-updater and for Parity version string.
|
|
track = "stable"
|
|
|
|
# Network specific settings, used ONLY by auto-updater.
|
|
# Latest supported fork blocks.
|
|
# Indicates a critical release in this track (i.e. consensus issue).
|
|
[package.metadata.networks]
|
|
foundation = { forkBlock = 7280000, critical = false }
|
|
ropsten = { forkBlock = 4939394, critical = false }
|
|
kovan = { forkBlock = 10255201, critical = false }
|
|
goerli = { forkBlock = 0, critical = false }
|
|
|
|
[dependencies]
|
|
parity-bytes = "0.1"
|
|
rlp = { version = "0.3.0", features = ["ethereum"] }
|
|
target_info = "0.1"
|
|
|
|
[build-dependencies]
|
|
vergen = "0.1"
|
|
rustc_version = "0.2"
|
|
toml = "0.4"
|
|
|
|
[features]
|
|
final = []
|