From 6001ac3029089e213a7d6be63573cc12e75cccc7 Mon Sep 17 00:00:00 2001 From: Alex Shorsher Date: Wed, 24 Aug 2022 16:17:02 -0400 Subject: [PATCH 1/2] fftm version 0.9.8 Signed-off-by: Alex Shorsher --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index ebfd19a..127e0a0 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/hashicorp/golang-lru v0.5.4 github.com/hyperledger/firefly-common v0.1.20 github.com/hyperledger/firefly-signer v0.9.16 - github.com/hyperledger/firefly-transaction-manager v0.9.7 + github.com/hyperledger/firefly-transaction-manager v0.9.8 github.com/sirupsen/logrus v1.8.1 github.com/spf13/cobra v1.4.0 github.com/stretchr/testify v1.8.0 diff --git a/go.sum b/go.sum index 961fe01..861a685 100644 --- a/go.sum +++ b/go.sum @@ -293,8 +293,8 @@ github.com/hyperledger/firefly-common v0.1.20 h1:0dShkjlIShyBxkXRmu3vLmpEK6xrqmf github.com/hyperledger/firefly-common v0.1.20/go.mod h1:gMlv4Iy5JjnzXmSEdb+tWVDIc/2GhL9MRcgNX+VmI4M= github.com/hyperledger/firefly-signer v0.9.16 h1:qItr8SbEgvnc7yxseD/XE5fPDLQhTb90I+lklc78pLM= github.com/hyperledger/firefly-signer v0.9.16/go.mod h1:GPQRUZOFOAjkLmg8GDjZUjEdUD0gcar+CSVhwltIwyw= -github.com/hyperledger/firefly-transaction-manager v0.9.7 h1:Uoy2xtqO38pufEeRoxqq4rW3xGDjc6qJZyRXo9WnJnk= -github.com/hyperledger/firefly-transaction-manager v0.9.7/go.mod h1:GuwXVVXI6p3tNk99jbYi4PopMzipVBwy3uu5wSKXJEc= +github.com/hyperledger/firefly-transaction-manager v0.9.8 h1:mwWkiyerCe+HSFQWKEtoJaN2b26fnI7J3jNToGSQ1ac= +github.com/hyperledger/firefly-transaction-manager v0.9.8/go.mod h1:GuwXVVXI6p3tNk99jbYi4PopMzipVBwy3uu5wSKXJEc= github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= github.com/inconshreveable/mousetrap v1.0.0 h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM= From ebe6e38deade5e9de98b1069d71f5dae417523e9 Mon Sep 17 00:00:00 2001 From: Alex Shorsher Date: Wed, 24 Aug 2022 16:30:56 -0400 Subject: [PATCH 2/2] update docs to include debug port Signed-off-by: Alex Shorsher --- config.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.md b/config.md index 8b5860c..bd30457 100644 --- a/config.md +++ b/config.md @@ -126,6 +126,12 @@ nav_order: 2 |methods| CORS setting to control the allowed methods|`string`|`[GET POST PUT PATCH DELETE]` |origins|CORS setting to control the allowed origins|`string`|`[*]` +## debug + +|Key|Description|Type|Default Value| +|---|-----------|----|-------------| +|port|An HTTP port on which to enable the go debugger|`int`|`-1` + ## eventstreams |Key|Description|Type|Default Value|