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.
- Add
RDPlevel info in features msg. - Add
fw_version_headfield to features msg. - Add a
MessageType_GetMixedEntropyrenameMessageType_GetEntropytoMessageType_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
gogofastplugin forprotoc - Generate protobuffer classes for Javascript with
pbjs - Generate protobuffer classes for C and Python with
nanopband Python plugin forprotoc - Custom library generation paths by setting
OUT_PY,OUT_C,OUT_GO,OUT_JS - Add go code generated from proto files into the
gofolder. - Make go folder a proper package that can be vendor'ed from another package
- Address
indexofSkycoinTransactionInputmarked as optional.