fc652db729
* Warp-only sync with warp-barrier [blocknumber] flag. (#8228) * Warp-only sync with warp-after [blocknumber] flag. * Fix tests. * Fix configuration tests. * Rename to warp barrier. * Allow unsafe js eval on Parity Wallet. (#8204) * Update musicoin spec in line with gmc v2.6.2 (#8242) * Supress TemporaryInvalid verification failures. (#8256) * Include suicided accounts in state diff (#8297) * Include suicided accounts in state diff * Shorten form match -> if let * Test suicide trace diff in State * replace_home for password_files, reserved_peers and log_file (#8324) * replace_home for password_files, reserved_peers and log_file * typo: arg_log_file is Option * Enable UI by default, but only display info page. * Fix test. * Fix naming and remove old todo. * Change "wallet" with "browser UI"
19 lines
457 B
TOML
19 lines
457 B
TOML
[package]
|
|
description = "Parity UI deprecation notice."
|
|
name = "parity-ui-deprecation"
|
|
version = "1.10.0"
|
|
license = "GPL-3.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
build = "build.rs"
|
|
|
|
[features]
|
|
default = ["with-syntex", "use-precompiled-js"]
|
|
use-precompiled-js = ["parity-dapps-glue/use-precompiled-js"]
|
|
with-syntex = ["parity-dapps-glue/with-syntex"]
|
|
|
|
[build-dependencies]
|
|
parity-dapps-glue = "1.9"
|
|
|
|
[dependencies]
|
|
parity-dapps-glue = "1.9"
|