Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

Version 0.2.5.15

Compare
Choose a tag to compare
@Greg-Griffith Greg-Griffith released this 03 May 09:37
· 81 commits to master since this release
06804e7

This is the official release of Eccoin version 0.2.5.15

checksum-arm32: d756504529b4a7b1eb575ba276c25d756c3e44524bc8f17e7df0138bb93c2de5
checksum-arm64: cbe9835db161c1767409208c2633cfdc6be1ae65031a9a18e004649efba59abb
checksum-linux32: e2a9127ba2ad1db23ca36f7795a606bca06fbd8df7e3156aa5803311c8067c64
checksum-linux64: d6b13504c434d5b0d42ffed8581021bb02fe26f7b4ddcea0881f692c9f978b49
checksum-osx64: 84592dca30fdcf64db017266b933312f5f50786545e55dec872a8e40f8cb6b79
checksum-win32: ce71d44c820753f2ad8f1577737101246dfe34491609fde93e7e61dcf3cae803
checksum-win64: a5d9e1c4b416e00144ecf4f3f98e73c8aa044758109744ef4330d4de252ac019

Release Notes (All commits):

  • d201d01 set release for version 0.2.5.15 (#170) (Griffith)
  • 58f343b pull down leveldb changes from upstream (#169) (Griffith)
  • 9468f96 Osx gitian fix (#168) (Griffith)
  • 864baf3 Close DB on error (#167) (Griffith)
  • 1becbcf add proper destructor to thread_group, disable default constructor (#166) (Griffith)
  • e0d343a bump version to 0.2.5.15 with release false for rc1 (#165) (Griffith)
  • a5f7565 adjust sync_blocks calls in mintingtest.py (#164) (Griffith)
  • da1ad9a gitian build on docker in ubuntu18 container (#161) (Griffith)
  • 5ac724a Fix cpp test suite tests and enable mempool tests (#144) (Griffith)
  • 61e793a rework IsDust logic (#160) (Griffith)
  • 10bf0f0 send free transactions now defaults to false (#159) (Griffith)
  • 2e3c49b return change to an addr the tx inputs came from now defaults to false (#158) (Griffith)
  • 6868d7a raise default min relay fee to 1 sat per byte (#157) (Griffith)
  • e5e8081 remove extra depends packages (Greg-Griffith)
  • f7d715d run travis inside ubuntu18 docker containers (Greg-Griffith)
  • a91d755 set cxx14 compiler for travis (Greg-Griffith)
  • 0bdaa5e move travis scripts to their own files. call scripts from travis.yml (Greg-Griffith)
  • 963ba69 check for mingw to configure g++ for posix (Greg-Griffith)
  • 90d3fe2 remove DEP_OPTS defines, eccoin doesnt use QT or have a no wallet option (Greg-Griffith)
  • 00a1686 update travis dist from trusty to xenail (Greg-Griffith)
  • d8a39d9 require a c++14 compiler (#156) (Griffith)
  • 1dd4a68 define bitcoin, bit, and satoshi amounts (#155) (Griffith)
  • 65f5279 add debug checks to univalue (Greg-Griffith)
  • 3236a84 pull univalue updates from upstream (Greg-Griffith)
  • 1142a13 add read write lock macros for rsm (#151) (Griffith)
  • 087b5fc enable more cpp unit tests (#150) (Griffith)
  • f26afdf add recursive shared mutex library and add it to makefiles (#149) (Griffith)
  • 03e0ab2 Replaced deprecated std::auto_ptr with std::unique_ptr (#146) (Henry Young)
  • 4a3bffc add listaddresses rpc call to get a list of all used keys in the keypool (#145) (Griffith)
  • 123cf26 Fix getheaders spam for faster IBD (#143) (Griffith)
  • ad24a74 fix issue where nstart was not being incremented (#142) (Griffith)
  • 096e761 removes extra/redeclared variables in accepttomemorypoolworker (Greg-Griffith)
  • 90ff369 add linearize & update Dockerfile to work better (#128) (Alton Jensen)
  • c158644 sendrawtx should relay the tx instead of directly pushing to each peer (#137) (Greg Griffith)
  • b8b5fb3 remove staking from getinfo. it is displayed in getmininginfo instead (#136) (Greg Griffith)
  • d957918 use the user configured maxTxFee as the absurd fee limit for transactions with a version of 1 (#135) (Greg Griffith)
  • a0b622d lower minimum required peers to generate a block from 6 to 4 (#133) (Greg Griffith)
  • b1978a1 reimplement zmq (#131) (Greg Griffith)
  • 8af93ba Removal of unused variables (#126) (Henry Young)
  • 3c8bc5a Seperate logger for easier management. remove translation print wrapper (#130) (Greg Griffith)
  • b9c2a39 Fix potential deadlock (#132) (Greg Griffith)
  • 2780ea1 update help menu options and some policy defaults (#122) (Greg Griffith)
  • f58484d [0.2.5.15] Cleanup connman (#116) (Greg Griffith)
  • f9cec09 fix ECC_Start issue (#123) (Greg Griffith)
  • a1cc1c1 Changes to fix compiler warnings (#121) (Henry Young)
  • 6f8a257 [1.0.0.0] Adopt std thread (#108) (Greg Griffith)
  • a27fcd3 fix osx gitian build (#120) (Greg Griffith)