Skip to content

UPDATE : Development to Master #2402

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 46 commits into from
Apr 28, 2015
Merged

UPDATE : Development to Master #2402

merged 46 commits into from
Apr 28, 2015

Conversation

TheSerapher
Copy link
Contributor

Component Version
MPOS 1.0.2
DB 1.0.1
CONFIG 1.0.1

MPOS SSO

Yes, MPOS now supports SSO. You can create a database for accounts, pool_workers and coin_addresses tables. These will then be shared of all MPOS instances. One restriction: All instances need to be located on the same physical database. The connection is shared, so ensure all MPOS instances have access to the shared database. See CHANGELOG.md for a few more details. Documentation will be updated on merge to master.

Coin Address and AP Thresholds

AP Thresholds have moved out of the accounts table and are now located in the coin_address table instead. This will ensure that SSO works while also putting it where it belongs.

Full Changelog

Please see CHANGELOG.md for upcoming Changes to the stable release.

@TheSerapher TheSerapher added this to the v1.0.2 milestone Apr 16, 2015
@TheSerapher TheSerapher self-assigned this Apr 16, 2015
MPOS123 added 4 commits April 19, 2015 00:59
* Default to standard DB if nothing is set
* Separate Accounts and Pool Workers shared DB
* Added shared News DB
* New config options added
 * `$config['db']['shared']['accounts']`
 * `$config['db']['shared']['workers']`
 * `$config['db']['shared']['news']`
@TheSerapher
Copy link
Contributor Author

We should be closing in to a merge for 1.0.2. Have one more outstanding PR for development before merging everything to master.

TheSerapher added a commit that referenced this pull request Apr 28, 2015
UPDATE : Development to Master
@TheSerapher TheSerapher merged commit 50af836 into master Apr 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants