forked from openethereum/parity-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed old migrations (openethereum#7974)
* removed old migrations * improve SimpleMigration * fixed migration tests * fixed redundant whitespace * add ToV13 migration which removes bloom groups * bump CURRENT_VERSION of db
- Loading branch information
Showing
15 changed files
with
68 additions
and
871 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,16 +4,4 @@ version = "0.1.0" | |
authors = ["Parity Technologies <[email protected]>"] | ||
|
||
[dependencies] | ||
ethcore-bytes = { path = "../../util/bytes" } | ||
ethereum-types = "0.2" | ||
keccak-hash = { path = "../../util/hash" } | ||
kvdb = { path = "../../util/kvdb" } | ||
kvdb-rocksdb = { path = "../../util/kvdb-rocksdb" } | ||
log = "0.3" | ||
macros = { path = "../../util/macros" } | ||
migration = { path = "../../util/migration" } | ||
rlp = { path = "../../util/rlp" } | ||
patricia-trie = { path = "../../util/patricia_trie" } | ||
journaldb = { path = "../../util/journaldb" } | ||
ethcore-bloom-journal = { path = "../../util/bloom" } | ||
ethcore = { path = ".." } |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.