- Added option to mint pulic notes in the faucet (#339).
- Renamed
note_hash
intonote_id
in the database (#336) - Changed
version
andtimestamp
fields inBlock
message tou32
(#337). - [BREAKING] Implemented
NoteMetadata
protobuf message (#338). - Added
GetBlockByNumber
endpoint (#340). - Added block authentication data to the
GetBlockHeaderByNumber
RPC (#345). - Enabled support for HTTP/1.1 requests for the RPC component (#352).
- Combined node components into a single binary (#323).
- Implemented Docker-based node deployment (#257).
- Improved build process (#267, #272, #278).
- Implemented Nullifier tree wrapper (#275).
- [BREAKING] Added support for public accounts (#287, #293, #294).
- [BREAKING] Added support for public notes (#300, #310).
- Added
GetNotesById
endpoint (#298). - Implemented amd64 debian packager (#312).
- Initial release.