Releases: OmniLayer/omniEngine
v0.27.0 - Send To Owners
This update adds parsing logic to improve handling of Send to Owners and support for tx70.
This logic is dependant on Mastercore 0.0.9.1 or later (https://github.com/mastercoin-MSC/mastercore/tree/mscore-0.0.9)
Depdancies:
- Omniwallet v0.27.0
- Mastercore 0.0.9.1 or later
- Rebuild mastercore according to its documenation.
- Then restart/run once with the
--startclean
option to reparse the blockchain data.
Install/Upgrade instructions:
- Update/Upgrade your omniengine repo with
git pull
- Run from tip of master or checkout this tag specifically (
git checkout tags/v0.27.0
) - Upgrade your mastercore repo to commit 718d4c5a7a or the most recent stable tag (0.0.9.1+)
- Rebuild mastercore according to its documenation.
- Then restart/run once with the
--startclean
option to reparse the blockchain data.
- The following command is for upgrading an existing database only. If you are building the database from scratch you can ignore the following.
- If you are already running an OmniEngine and OmniDatabase module you need to run the following upgrade command from the omniEngine directory. As always Please MAKE SURE YOUR DB IS BACKED UP BEFORE PROCEEDING (this is just good practice).
python upgrade.py patches/omniDB.v27.patch
This will ask you for the database admin username/password to update the appropriate tables.
Once this update is in you can update your Omniwallet repo and directory.
v0.26 - Pending TX
This update adds parsing logic to handle pending tx's provided by omniwallet tag 0.26 (https://github.com/mastercoin-MSC/omniwallet/releases/tag/v0.26.0)
Install/Upgrade instructions:
If you are building the database from scratch you can ignore the following upgrade commands.
If you are already running an OmniEngine and OmniDatabase module you need to run the following upgrade command from the omniEngine directory:
As always Please MAKE SURE YOUR DB IS BACKED UP BEFORE PROCEEDING (this is just good practice).
python upgrade.py patches/omni.0.26.patch (if pulling from tip this file will be renamed to omniDB.v26.patch)
This will ask you for the database admin username/password to update the appropriate tables.
Once this update is in you can update your Omniwallet repo and directory.