Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Release 21

Compare
Choose a tag to compare
@oliverw oliverw released this 16 Mar 16:45
· 1784 commits to master since this release
f511dd6

Changes

  • Consuming shares from external stratums via the shareRelay pool configuration option or via custom solutions now uses far fewer threads and is much more resilient to intermittent connectivity problems. Starting with this release, Miningcore instances in shareRelay-Mode, publish shares serialized using ProtocolBuffers instead of JSON.
  • Monero v7 support
  • Fix ethereum explorer links
  • Refactored-out chain specific share DTOs
  • Add payload-type-flag-frame to share publisher/subscriber
  • Do not require monero wallet daemon config if payment processing is disabled
  • Cryptonote Tests

Breaking Changes

Shares received from external stratums used to consist of just two ZMQ Frames. This release introduces an additional frame that preceedes the frame containing the the serialized share data which specifies the serialization format as a 32 Bit unsigned integer. The lower 4 bits of this integer can currently have the value 1 for JSON or 2 for ProtocolBuffers.