Skip to content

v3.6.0

Choose a tag to compare

@github-actions github-actions released this 22 Aug 20:01

Mining Protocol Breaking Changes

Based on feedback from mining pools, we have introduced the following breaking changes to the mining protocol:

  1. Each message type includes a version number. The current mining protocol version is 1
  2. The Job message includes a block height field
  3. The SubmitResult message includes a block hash field

To migrate to the latest mining protocol, please refer to the changes in the reference pool implementation.

Other Main Changes

  • Add optional indexes for tx output, subcontracts
  • Add new endpoints for fetching raw blocks and transactions
  • Add instruction code generators for Rust and Typescript

Pull Requests

New Contributors

Full Changelog: v3.5.2...v3.6.0