From b8f1fd1c4e6e003c42a30b1e6382c0dccfd21058 Mon Sep 17 00:00:00 2001 From: carla Date: Mon, 19 Jul 2021 10:17:24 +0200 Subject: [PATCH] release_notes: add grpc error code surfacing --- release_notes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/release_notes.md b/release_notes.md index 9a87269..5123718 100644 --- a/release_notes.md +++ b/release_notes.md @@ -19,3 +19,7 @@ This file tracks release notes for the loop client. #### Breaking Changes #### Bug Fixes +* Grpc error codes returned by the swap server when swap initiation fails are + now surfaced to the client. Previously these error codes would be returned + as a string. +