File eccoin.changes of Package eccoin
------------------------------------------------------------------- Wed May 01 08:57:10 UTC 2019 - marec@detebe.org - Update to version 0.2.5.15rc1: * bump version to 0.2.5.15 with release false for rc1 (#165) * adjust sync_blocks calls in mintingtest.py (#164) * gitian build on docker in ubuntu18 container (#161) * Fix cpp test suite tests and enable mempool tests (#144) * rework IsDust logic (#160) * send free transactions now defaults to false (#159) * return change to an addr the tx inputs came from now defaults to false (#158) * raise default min relay fee to 1 sat per byte (#157) * remove extra depends packages * run travis inside ubuntu18 docker containers * set cxx14 compiler for travis * move travis scripts to their own files. call scripts from travis.yml * check for mingw to configure g++ for posix * remove DEP_OPTS defines, eccoin doesnt use QT or have a no wallet option * update travis dist from trusty to xenail * require a c++14 compiler (#156) * define bitcoin, bit, and satoshi amounts (#155) * add debug checks to univalue * pull univalue updates from upstream * add read write lock macros for rsm (#151) * enable more cpp unit tests (#150) * add recursive shared mutex library and add it to makefiles (#149) * Replaced deprecated std::auto_ptr with std::unique_ptr (#146) * add listaddresses rpc call to get a list of all used keys in the keypool (#145) * Fix getheaders spam for faster IBD (#143) * fix issue where nstart was not being incremented (#142) * removes extra/redeclared variables in accepttomemorypoolworker * add linearize & update Dockerfile to work better (#128) * sendrawtx should relay the tx instead of directly pushing to each peer (#137) * remove staking from getinfo. it is displayed in getmininginfo instead (#136) * use the user configured maxTxFee as the absurd fee limit for transactions with a version of 1 (#135) * lower minimum required peers to generate a block from 6 to 4 (#133) * reimplement zmq (#131) * Removal of unused variables (#126) * Seperate logger for easier management. remove translation print wrapper (#130) * Fix potential deadlock (#132) * update help menu options and some policy defaults (#122) * [0.2.5.15] Cleanup connman (#116) * fix ECC_Start issue (#123) * Changes to fix compiler warnings (#121) * [1.0.0.0] Adopt std thread (#108) ------------------------------------------------------------------- Tue Jan 8 10:36:00 UTC 2019 - marec@detebe.org - Update to version 0.2.5.14: * fix osx gitian build (#120) * bump version to 0.2.5.14 (#117) * add tx propagation test to python test suite (#118) * maxconn to 125, outbound to 3/5 of maxconn, double addnode conns (#115) * Fix maprelay (#114) * [1.0.0.0] remove all services (#109) * bump version to 0.2.5.13 * patch amount from value to use eccs 6 decimal coin * remove coincontrol.h to fix gitian builder ------------------------------------------------------------------- Mon Nov 26 17:35:32 UTC 2018 - marec@detebe.org - Update to version 0.2.5.13: * bump version to 0.2.5.13 * patch amount from value to use eccs 6 decimal coin * remove coincontrol.h to fix gitian builder * Last sweep cleanup (#105) * add propogation check to the registration test * reorder argument initalization code * formatting fixes for new files added for .formatted-files * add missing files to .formatted-files * move network construction earlier in startup ------------------------------------------------------------------- Sun Nov 25 11:49:33 UTC 2018 - marec@detebe.org - Update to version 0.2.5.12: * remove coincontrol.h to fix gitian builder * Last sweep cleanup (#105) * add propogation check to the registration test * reorder argument initalization code * formatting fixes for new files added for .formatted-files * add missing files to .formatted-files * move network construction earlier in startup * remove unused payment variables and references to payment network * adjust NULL to nullptr to follow c++11 and later standards * remove extra remaining print statements ------------------------------------------------------------------- Sun Nov 25 11:47:07 UTC 2018 - marec@detebe.org - Update to version 0.2.5.12: * remove coincontrol.h to fix gitian builder * Last sweep cleanup (#105) * add propogation check to the registration test * reorder argument initalization code * formatting fixes for new files added for .formatted-files * add missing files to .formatted-files * move network construction earlier in startup * remove unused payment variables and references to payment network * adjust NULL to nullptr to follow c++11 and later standards * remove extra remaining print statements ------------------------------------------------------------------- Sun Nov 25 11:46:26 UTC 2018 - marec@detebe.org - Update to version 0.2.5.12: * remove coincontrol.h to fix gitian builder * Last sweep cleanup (#105) * add propogation check to the registration test * reorder argument initalization code * formatting fixes for new files added for .formatted-files * add missing files to .formatted-files * move network construction earlier in startup * remove unused payment variables and references to payment network * adjust NULL to nullptr to follow c++11 and later standards * remove extra remaining print statements ------------------------------------------------------------------- Fri Jun 1 07:53:15 UTC 2018 - marec@detebe.org - Update to version 0.2.5.11: * Update README.md * update client version to 0.2.5.11 * better coin selection for services * update error message for stx check * remove fee filters * add versioning for services * Ans 1.0.3 (#72) * Return coins and ans fixes (#71) ------------------------------------------------------------------- Thu May 3 16:46:55 UTC 2018 - marec@detebe.org - Update to version 0.2.5.10: * update client version * Miner rework (#68) * V0.2.5.9 (#66) * update remaining licenses to GPLv3 * Delete eccoin-qt.pro.user * Delete pubkey.h.in2064 * Update to GPLv3 * 0.2.5.8 quick patch * update version to 0.2.5.8 * fix startup issue where always says corrupted chain ------------------------------------------------------------------- Sat Apr 21 18:08:40 UTC 2018 - marec@detebe.org - bumped to version 0.2.5.8. ------------------------------------------------------------------- Sat Apr 21 07:49:15 UTC 2018 - marec@detebe.org - Update to version 0.2.5.7: * move service check post help so we can still get help * use nullptr instead of null * Ans 1.0.1 (#62) * update prefferred download fix * client version updated to 0.2.5.7 * add services hard fork * CBlockTree is now a unique_ptr * Ans version 1 (#61) * fix error with removing invalid element * merkletx no longer extends tx, now has txref to a tx ------------------------------------------------------------------- Sun Jan 28 12:20:55 UTC 2018 - marec@detebe.org - Update to version 0.2.5.6: * fix some balance calculations in rpc calls * remove extra print statement * fix walletpassphrase to accept a bool as last param * update openssl version to latest and fix rpc * incomplete rpc documentation. needs to be finished * prevent args from being reloaded multiple times * add rescan to reloadable config args * add rpc to reload some args from config file * fix address issue where it wouldnt generate base58 conversion of privkey correctly * Remove invalid newline from dockerfile & strip lines. * Update README.md ------------------------------------------------------------------- Wed Sep 20 13:02:06 UTC 2017 - marec@detebe.org - Update to version 0.2.5.4: * increment protocol version for 0.2.5.4 * some clean up and minor improvements * add fix block fork for offset adjustment * v0.2.5.4 * fixed nmoney supply calculation * add mint field to blockToJson * fix display of money supply * added unlock for staking only saftey * expand getinfo information ------------------------------------------------------------------- Wed Sep 13 19:03:19 UTC 2017 - marec@detebe.org - Update to version 0.2.5.3: * fixed nSubsidy calculations. * fix debug output * Version 0.2.5.3 release * added debug flag to some prints missing debug only * fixed huge bug in PoS reward system * Open up 19118 through to container (#32) * Create Dockerfile (#29) * fix priv key encoding issue ------------------------------------------------------------------- Mon Sep 11 15:57:01 UTC 2017 - marec@detebe.org - Update to version 0.2.5.2: * turn off staking by default * readme update, added copying * added contibuting guidelines * Create README.md * move test file locations * move pow block rejection check * Update build-unix.md * Update build-unix.md ------------------------------------------------------------------- Mon Jun 19 13:47:11 UTC 2017 - marec@detebe.org - Update to version 2.5.1: * fix osx gitian build (#120) * bump version to 0.2.5.14 (#117) * add tx propagation test to python test suite (#118) * maxconn to 125, outbound to 3/5 of maxconn, double addnode conns (#115) * Fix maprelay (#114) * [1.0.0.0] remove all services (#109) * bump version to 0.2.5.13 * patch amount from value to use eccs 6 decimal coin * remove coincontrol.h to fix gitian builder ------------------------------------------------------------------- Wed Jun 14 07:09:46 UTC 2017 - marec@detebe.org - bumped to version 2.4.9 ------------------------------------------------------------------- Mon Jun 12 16:21:20 UTC 2017 - marec@detebe.org - bumped to version 2.4.8 ------------------------------------------------------------------- Sun Mar 19 11:14:10 UTC 2017 - marec@detebe.org - bumped to version 2.4.7.6 ------------------------------------------------------------------- Tue Oct 25 12:33:28 UTC 2016 - marec@detebe.org - bumped to version 2.4.7.5 ------------------------------------------------------------------- Sun Oct 23 11:20:09 UTC 2016 - marec@detebe.org - bumped to version 2.4.7.4 ------------------------------------------------------------------- Fri Sep 23 11:02:37 UTC 2016 - marec@detebe.org - bumped to version 2.4.7.1 ------------------------------------------------------------------- Thu Sep 1 17:20:09 UTC 2016 - marec@detebe.org - bumped to version 2.4.6.0 ------------------------------------------------------------------- Mon Jun 22 18:38:55 UTC 2015 - marec@detebe.org - bumped to version 2.4.5.0 ------------------------------------------------------------------- Sat Jun 6 21:39:32 UTC 2015 - marec@detebe.org - initial package build