Skip to content

v0.27.0 - Send To Owners

Latest
Compare
Choose a tag to compare
@achamely achamely released this 05 Feb 15:42
· 487 commits to master since this release

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:
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.