Skip to content

v5.1.0-alpha.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ansnunez ansnunez released this 09 Oct 08:57
· 1993 commits to master since this release
49638fe

Core Functionality

  • Fetch missing microblocks from last N epochs (#1813)
  • Multiple fixes for recovery (#1858)
  • Use better random generator when sending to random lookups (#1864)
  • Preserve quotes in GetSmartContractSubState (#1872)
  • Fix PoW test intermittent failure on Travis (#1877)
  • Add lookup option for sending contracts to DS committee (#1881)
  • Use bool operator to check NULL address (#1884)
  • Check on min. cpu and ram for mining machine (#1885)
  • No PoW received, network should progress with DS shard (#1889)
  • Clean up Test_ShardSizeCalculator (#1893)
  • Save consensus leader after view change (#1894)
  • Reduce default MAX_READ_WATERMARK_IN_BYTES in constants files (#1895)
  • Optimize GenerateShardCounts to minimize number of unsharded nodes (#1896)
  • Catch potential stoull exception (#1897)
  • Blacklist at 2 levels strict or relaxed to allow incoming msg (#1900)
  • Fix contract state reverting (#1901)
  • Skip txn if txn gaslimit exceeded microblock gaslimit (#1903)

Infrastructure / Build

  • Develop new daemon which can launch zilliqa process (#1772)
  • Update jsonrpccpp to 1.2.0 (#1873)
  • Remove data_migrate from build (#1874)
  • Change readme Gitter link to Discord link (#1883)
  • Add support for clang, libfuzzer and undef behavior sanitizer (#1899)