Skip to content

Conversation

@TheSerapher
Copy link
Contributor

Master Update

We are once again preparing a merge into master fixing all issues that cropped up with our previous merge. This will bring us closer to a release again.

Changelog

  • ADDED : Swiftmailer Library and Configuration options (default: sendmail)
  • ADDED : Bonus into Earnings table
  • FIX : Bootstrap User Invitations
  • FIX : Stratum pokes in admin checks with proper timeout
  • FIX : PPS 24 hour earning estimates
  • FIX : Admin news delete icon
  • FIX : Style udpates
  • FIX [Windows] : Wrong path for memcached class (Thanks @stambetto )
  • FIX : Return status in monitoring function (Thanks @stambetto )
  • FIX : Upgrade path for SQL from 0.0.3 to 0.0.4 and 0.0.5, removed duplicate query
  • FIX : Properly run ALL upgrades, not just one and print empty upgrades after that
  • FIX : Disable IDLE Worker button in Notifications if disabled globally
  • FIX : Overflowing tables on some resolutions
  • FIX : Admin Dashboard, wallet with integer as the name (Thanks @lucasjones )

Swiftmailer

We finally managed to replace our mail() implementation with a proper mail library! We've had too many issues with sending mails in the past, either by missing options, headers or just inability of pool operators to run a local MTA, so we have no given all users the ability to switch between sendmail and SMTP (not recommended on large pools). If you run a small pool the SMTP option will probably work fine for you. If you notice large delays in sending notifications using SMTP you can either disable those (IDLE Worker and Found Blocks for example) or switch to sendmail to allow local queues for mails.

This change will also allow us to easily modify how we send mails. Changing/adding and working with headers has become a whole lot easier.

For details on how to configure this, please see the configuration Wiki!

iAmShorty and others added 27 commits March 21, 2014 12:41
[FIX] Removed duplicate method implementation
i think i found a smarter solution without while and sleep
@ghost
Copy link

ghost commented Mar 28, 2014

This explains a lot..

@TheSerapher TheSerapher added this to the v1.0.0 milestone Mar 28, 2014
@TheSerapher TheSerapher self-assigned this Mar 28, 2014
@TheSerapher TheSerapher changed the title Development to Master UPDATE : Development to Master - NO VERSION Mar 28, 2014
@TheSerapher
Copy link
Contributor Author

We should get this merged sometime this weekend. People running on dev please report back on these changes!

lucasjones and others added 2 commits March 28, 2014 19:02
Fixes a bug causing the admin dashboard to throw an error, when the wallet has an account name which is an integer (e.g. "1").

This is caused by json_decode decoding the account address as an integer, which is passed to getaddressesbyaccount, throwing an error (as the daemon only accepts string values for account names).
@TheSerapher
Copy link
Contributor Author

@iAmShorty @nrpatten Any veto on merging this tomorrow?

@iAmShorty
Copy link
Contributor

runs fine so far. maybe i get #2003 in before merging. but rest runs good without error on 2 live pools.

@TheSerapher
Copy link
Contributor Author

Is there a PR open for it? Most of our changes here have been bugfixes, so I'd like to get them out. We can work on the feature additions for the next merge.

@iAmShorty
Copy link
Contributor

naw, no pr open. runs on my local pool. will add it to next merge, so do it :)

TheSerapher added a commit that referenced this pull request Mar 29, 2014
UPDATE : Development to Master - NO VERSION
@TheSerapher TheSerapher merged commit 4a4e276 into master Mar 29, 2014
@ghost
Copy link

ghost commented Mar 30, 2014

Managed to do the "tweaks" live with no disruption "git stash git pull"
(I had already installed bootstrap)

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.

7 participants