65594b8865
* verification: check if server is running (#4140) * verification: check if server is running See also ethcore/email-verification#67c6466 and ethcore/sms-verification#a585e42. * verification: show in the UI if server is running * verification: code style ✨, more i18n * fix i18n key * Optimized hash lookups (#4144) * Optimize hash comparison * Use libc * Ropsten fork detection (#4163) * Stop flickering + added loader in AddressSelector (#4149) * Stop UI flickering + added loader to AddressSelector #4103 * PR Grumbles * Add a password strength component (#4153) * Added new PasswordStrength Component * Added tests * PR Grumbles * icarus -> update, increase web timeout. (#4165) * icarus -> update, increase web timeout. * Fix estimate gas * Fix token images // Error in Contract Queries (#4169) * Fix dapps not loading (#4170) * Add secure to dappsreg * Remove trailing slash // fix dapps
20 lines
424 B
TOML
20 lines
424 B
TOML
[package]
|
|
description = "Large fixed-size integers and hash function outputs"
|
|
homepage = "http://parity.io"
|
|
repository = "https://github.com/ethcore/parity"
|
|
license = "GPL-3.0"
|
|
name = "ethcore-bigint"
|
|
version = "0.1.2"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
bigint = "1.0"
|
|
rustc-serialize = "0.3"
|
|
heapsize = "0.3"
|
|
rand = "0.3.12"
|
|
libc = "0.2"
|
|
|
|
[features]
|
|
x64asm_arithmetic=[]
|
|
rust_arithmetic=[]
|