mirror of
https://github.com/fluencelabs/trust-graph
synced 2024-12-04 23:30:19 +00:00
554bb60256
* chore: release master * chore: bump fluence-keypair to 0.10.0 manually --------- Co-authored-by: folex <0xdxdy@gmail.com>
1.7 KiB
1.7 KiB
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.
0.4.0 (2023-03-15)
⚠ BREAKING CHANGES
- deps: update libp2p to 0.39.1 and other deps (#77)
Features
- deps: update libp2p to 0.39.1 and other deps (#77) (080503d)
- keypair: add KeyPair::from_secret_key (#50) (a6ce8d9)
Dependencies
- The following workspace dependencies were updated
- dependencies
- trust-graph bumped from 0.3.0 to 0.4.0
- fluence-keypair bumped from 0.9.0 to 0.10.0
- dependencies
[Unreleased]
[0.3.1] - 2022-10-06
Added
- (keypair) add KeyPair::from_secret_key (#50)
Fixed
- fix bug get_all_certs_from, update example (#44)
- fix db paths (#28)
Other
- set version of fluence-keypair to 0.8.0
- fluence-keypair 0.8.0
- libp2p-core 0.33.0 (#49)
- remove circle, update gh, add lints; remove warnings (#43)
- Add memory leak temporary mitigation (#42)
- High-level Aqua API (#35)
- fluence-keypair 0.6.0
- libp2p-core 0.31.0 (from crates.io) (#37)
- Fix revocations logic (#34)
- Remove mutex from TG instance (#31)
- refactoring (#30)
- Trust Graph: implement WASM built-in (#18)