php-mpos/public/include/classes
Sebastian Grewe d44c236f2b Adding support for orphan blocks
* Adjusted blockupdate cronjob
 * Fetch block information via `gettransaction`
* Adjusted block class
 * Only getAllUnconfirmed where confirmations > -1
* Adjusted transaction class
 * added setOrphan method to mark orphaned transactions
* If block is orphaned
 * Mark all related transactions as Orphan_*type*
 * Set confirmations of block to -1 so it is ignored and marked as orphan
* Change transaction template, added listing for orphan transactions
* Add orphan status to block listings template
2013-05-27 14:44:40 +02:00
..
bitcoin.class.php adding new cronjob to find generated or immature blocks, changed project to allow scripts to run outside of webroot 2013-05-10 19:46:54 +02:00
block.class.php Adding support for orphan blocks 2013-05-27 14:44:40 +02:00
debug.class.php allow caching to be more transparent and configurable 2013-05-17 16:25:45 +02:00
settings.class.php some smaller updates to classes and PHP codes 2013-05-10 15:28:05 +02:00
share.class.php increase timerange for upstream share to cope with slower db writes 2013-05-24 15:31:29 +02:00
statistics.class.php added some more debug output for profiling 2013-05-23 10:02:11 +02:00
statscache.class.php fixed typo, added debug level to key store 2013-05-17 16:38:58 +02:00
transaction.class.php Adding support for orphan blocks 2013-05-27 14:44:40 +02:00
user.class.php adding proper headers for HTML mail 2013-05-25 12:25:41 +02:00
worker.class.php added some more debug output for profiling 2013-05-23 10:02:11 +02:00