forked from bcoin-org/bcash
-
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.
- Loading branch information
Showing
13 changed files
with
18 additions
and
4,179 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Bcash Migrations | ||
================ | ||
|
||
There are no migrations necessary for bcash. Current database versions are as | ||
follows: | ||
- ChainDB - `v5` | ||
- WalletDB - `v7` | ||
- Mempool - `v0` | ||
- Indexer - `v0` | ||
|
||
*Note: Lastest version of bcoin does not have separate Indexer and its ChainDB | ||
is at `v4`(See [Refactor Indexers][bcoin-indexers]), but WalletDB is | ||
compatible.* | ||
|
||
[bcoin-indexers]: https://github.com/bcoin-org/bcoin/pull/424 |
Oops, something went wrong.