Changelog for
eccoind-0.3.0.0-150400.5.1.x86_64.rpm :
* Sat Mar 21 2020 marecAATTdetebe.org- Update to version 0.3.0.0:
* bump version to 0.3.0.0 (#283)
* add change category to listtransactions (#262)
* CVE-2017-18350 SOCKS proxy buffer overflow vulnerability fix applied. (#282)
* add tagsignmessage and tagverifymessage rpc calls (#281)
* implement SignCompact for tags (#280)
* fix improper use of tag privkey when signing (#279)
* improve saftey of tags, remove extra members, refactor a bit (#278)
* Compiler warning fixes (#277)
* refactor key encryption code, implement database for tags (#276)
* Implemented ZMQ reindez notifications (#274)
* include change addresses to listaddresses rpc call results (#275)
* rename routing keys to routing tags (#273)
* Fix help example reference : eccoin-cli -> eccoind (#272)
* clear buffers on fetch (#270)
* Removed ShowProgress and implemented ZMQ rescan notifications (#268)
* Test suite adjustments (#266)
* Change estimatesmartfee return (#264)
* update CheckQueue, fix initialization in prevector, update CScript (#265)
* Added estimatesmartfee back into vRPCConvertParams (#263)
* [0.2.5.18] remove automatic keypool refilling (#207)
* Implemented packet notification with ZMQ binding (#259)
* remove readlastpacket rpc call (#261)
* rework and improve fee estimation (#257)
* implement global lock order checking (#255)
* Implemented system message notifications with ZMQ bindings (#256)
* implement a packet routing mvp (#249)
* Add network keypool (#253)
* Added RPC getzmqnotifications (#250)
* Fix detached threads (#248)
* Sun Sep 08 2019 marecAATTdetebe.org- Update to version 0.2.5.18:
* bump version to 0.2.5.18 (#243)
* guard beta features with fBeta, add -beta param to toggle fBeta (#241)
* Implement aodv routing (#187)
* [data-routing-mvp] add global identifier to node config. pass global identifier to peers (#178)
* Cleanup build warnings (#240)
* nodestate accessor cs now uses enter critical section function to lock (#239)
* Deadlock detector improvements (#238)
* refactor tx consensus code (#198)
* Thu Aug 22 2019 marecAATTdetebe.org- Update to version 0.2.5.17:
* bump version to 0.2.5.17 (#235)
* restore mit licensing to source code (#234)
* refactor locking part4 (#233)
* Refactor locking part3 (#232)
* Refactor locking part2 (#231)
* remove assert in getwarnings (#220)
* Cleanup sync logic (#219)
* Refactor locking part1 (#218)
* Thu Jun 13 2019 marecAATTdetebe.org- Update to version 0.2.5.16:
* bump version to 0.2.5.16 (#213)
* send chain tip height instead of node startup height in version message (#211)
* add 4th seed node (#212)
* set default state of generation shutdown triggers to false (#210)
* allow header sync from more than one peer during IBD (#208)
* turning off a block generator no longer shuts down the node (#209)
* update mainnet seeds (#194)
* Enable receivedby py test (#206)
* enable reindex.py (#205)
* remove lingering account, label, and destdata code (#204)
* fix wallet test to actually run maintenance checks (#202)
* guard orphanmaps with cs_orphans, guard block disk access with cs_blockstorage (#199)
* Add pos blocks to verifydb.py test (#203)
* enable multi_rpc.py test (#197)
* enable listtransactions.py test (#196)
* add verifydb.py test (#195)
* fix wallet corruption on rescan and zapwallettxes (#189)
* resolve reindexing deadlock/crash (#188)
* remove GuessVerificationProgress (#185)
* remove services folder (#184)
* remove versionbits (#181)
* remove build and build-test folders (#182)
* Compiler warning fixes (#179)
* Port rsm version 1.0.1 from upstream (#177)
* add initialblockdownload and size_on_disk to getblockchaininfo rpc (#176)
* fix gettxoutsetinfo rpc call (#174)
* remove estimatesmartfee
* remove rest server
* Fri May 03 2019 marecAATTdetebe.org- Update to version 0.2.5.15:
* set release for version 0.2.5.15 (#170)
* pull down leveldb changes from upstream (#169)
* Osx gitian fix (#168)
* Close DB on error (#167)
* add proper destructor to thread_group, disable default constructor (#166)
* 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 08 2019 marecAATTdetebe.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 2018 marecAATTdetebe.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 2018 marecAATTdetebe.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 2018 marecAATTdetebe.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 2018 marecAATTdetebe.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 01 2018 marecAATTdetebe.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 03 2018 marecAATTdetebe.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 2018 marecAATTdetebe.org- bumped to version 0.2.5.8.
* Sat Apr 21 2018 marecAATTdetebe.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 2018 marecAATTdetebe.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 2017 marecAATTdetebe.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 2017 marecAATTdetebe.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 2017 marecAATTdetebe.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 2017 marecAATTdetebe.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 2017 marecAATTdetebe.org- bumped to version 2.4.9
* Mon Jun 12 2017 marecAATTdetebe.org- bumped to version 2.4.8
* Sun Mar 19 2017 marecAATTdetebe.org- bumped to version 2.4.7.6
* Tue Oct 25 2016 marecAATTdetebe.org- bumped to version 2.4.7.5
* Sun Oct 23 2016 marecAATTdetebe.org- bumped to version 2.4.7.4
* Fri Sep 23 2016 marecAATTdetebe.org- bumped to version 2.4.7.1
* Thu Sep 01 2016 marecAATTdetebe.org- bumped to version 2.4.6.0
* Mon Jun 22 2015 marecAATTdetebe.org- bumped to version 2.4.5.0
* Sat Jun 06 2015 marecAATTdetebe.org- initial package build