Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.14 KB

CHANGELOG.md

File metadata and controls

33 lines (22 loc) · 1.14 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Add RDP level info in features msg.
  • Add fw_version_head field to features msg.
  • Add a MessageType_GetMixedEntropy rename MessageType_GetEntropy to MessageType_GetRawEntropy.
  • Customize go import path using env var GO_IMPORT. Useful when project is a subfolder of a parent go project.
  • Generate protobuffer classes for go lang with gogofast plugin for protoc
  • Generate protobuffer classes for Javascript with pbjs
  • Generate protobuffer classes for C and Python with nanopb and Python plugin for protoc
  • Custom library generation paths by setting OUT_PY, OUT_C, OUT_GO, OUT_JS
  • Add go code generated from proto files into the go folder.
  • Make go folder a proper package that can be vendor'ed from another package
  • Address index of SkycoinTransactionInput marked as optional.

Fixed

Changed

Removed

Fixed

Security