|
| 1 | +1.0.2 (Apr 28th 2015) |
| 2 | +--------------------- |
| 3 | + |
| 4 | +* Allow SSO accross MPOS pools |
| 5 | + * Added a new config options |
| 6 | + * `$config['db']['shared']['acounts']`, defaults to `$config['db']['name']` |
| 7 | + * `$config['db']['shared']['workers']`, defaults to `$config['db']['name']` |
| 8 | + * `$config['db']['shared']['news']`, defaults to `$config['db']['name']` |
| 9 | + * Will access `accounts`, `pool_workers` and `news` on shared table |
| 10 | + * Does not allow splitting `accounts` and `pool_woker` across database hosts |
| 11 | + * Required `$config['cookie']['domain']` to be set |
| 12 | + * You need to use the top domain shared between hosts as the setting |
| 13 | + * e.g. `ltc.thepool.com` and `btc.thepool.com` it has to be `.thepool.com` (NOTE the leading .) |
| 14 | +* Increased information on `Admin -> Wallet Info` |
| 15 | + * Added block count to Wallet Status |
| 16 | + * Added number of accounts to Wallet Status |
| 17 | + * Added Peer information |
| 18 | + * Added last 25 transactions |
| 19 | + * Can be changed via Admin System Settings -> Wallet |
| 20 | + * Always show all accounts |
| 21 | +* Updated Auto Payout Threshold to be stored in `coin_address` table |
| 22 | + * Existing thresholds will be migrated when upgrading |
| 23 | + * Update to `1.0.1` for the database using the upgrade script supplied in MPOS |
| 24 | +* Updated Bootstrap to 3.3.4 |
| 25 | +* Updated MorrisJS to 0.5.1 |
| 26 | +* Updated RaphaelJS to 2.1.2 |
| 27 | +* Updated Bootstrap Switch to 3.3.2 |
| 28 | +* Updated CLEditor to 1.4.5 |
| 29 | +* Removed unneeded JS files |
| 30 | +* Removed unneeded CSS files |
| 31 | +* Fixed ding for block notifications not playing on Safari |
| 32 | +* Fixed manual payout warning to show when account balance is too low |
| 33 | + |
1 | 34 | 1.0.1 (Apr 15th 2015) |
2 | 35 | --------------------- |
3 | 36 |
|
|
0 commit comments