66f3c50842
* Revert "fix traces, removed bloomchain crate, closes #7228, closes #7167"
This reverts commit 1bf62038678295e5586f02a38a0c5aab9a9efe62.
* Revert "fixed broken logs (#7934)"
This reverts commit f8a2e53f3e
.
* fixed broken logs
* bring back old lock order
* remove migration v13
* revert CURRENT_VERSION to 12 in migration.rs
16 lines
360 B
TOML
16 lines
360 B
TOML
[package]
|
|
description = "Standalone blockchain bloom filter"
|
|
homepage = "https://github.com/debris/bloomchain"
|
|
name = "bloomchain"
|
|
version = "0.2.0"
|
|
authors = ["debris <marek.kotewicz@gmail.com>"]
|
|
license = "MIT"
|
|
keywords = ["ethereum", "ethcore", "bloom", "chain", "filter"]
|
|
|
|
[dependencies]
|
|
ethbloom = "0.4"
|
|
|
|
[dev-dependencies]
|
|
rustc-hex = "1.0"
|
|
rand = "0.4"
|