From e07307e02a571bfb3872937a0537d0e2fcbdeadb Mon Sep 17 00:00:00 2001 From: h4sh3d Date: Tue, 6 Dec 2022 17:58:28 +0100 Subject: [PATCH] chore: update changelog with unreleased PRs --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cc713c6f..50dec34ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Grpc: Add retries when retrieving the funding info by @TheCharlatan in +- Auto-restore checkpoint on startup by @TheCharlatan in +- Busses: Remove transcoders from bridge bus senders by @TheCharlatan in +- Syncer: Logic for conditional broadcast by @TheCharlatan in +- Cli: Implement endpoint for listing funding addresses by @TheCharlatan in +- Config: Define global static bind address by @TheCharlatan in +- Farcaster: Handle take offer failure by @TheCharlatan in +- Grpc/Server: Add network args to health check by @TheCharlatan in + ## [0.5.0] - 2022-12-05 ### Changed