diff --git a/.changelog/81.internal.md b/.changelog/81.internal.md deleted file mode 100644 index 0bb89fd..0000000 --- a/.changelog/81.internal.md +++ /dev/null @@ -1 +0,0 @@ -go: bump github.com/spf13/cobra from 1.1.0 to 1.1.1 diff --git a/.changelog/82.internal.md b/.changelog/82.internal.md deleted file mode 100644 index 64f9d6c..0000000 --- a/.changelog/82.internal.md +++ /dev/null @@ -1 +0,0 @@ -go: Bump Oasis Core dependency to 20.12.2 diff --git a/.changelog/83.internal.md b/.changelog/83.internal.md deleted file mode 100644 index 6f543d4..0000000 --- a/.changelog/83.internal.md +++ /dev/null @@ -1 +0,0 @@ -github: Also run *ci-lint* and *ci-tests* workflows for `stable/*` branches diff --git a/.changelog/84.internal.md b/.changelog/84.internal.md deleted file mode 100644 index 9cab1d6..0000000 --- a/.changelog/84.internal.md +++ /dev/null @@ -1 +0,0 @@ -ci: bump golangci/golangci-lint-action from v2.2.1 to v2.3.0 diff --git a/.changelog/87.feature.md b/.changelog/87.feature.md deleted file mode 100644 index ca4c773..0000000 --- a/.changelog/87.feature.md +++ /dev/null @@ -1 +0,0 @@ -internal: Add more verbose logging of errors in `ConnectApp()` and `FindApp()` diff --git a/.changelog/88.internal.md b/.changelog/88.internal.md deleted file mode 100644 index b8eacaa..0000000 --- a/.changelog/88.internal.md +++ /dev/null @@ -1 +0,0 @@ -ci: bump actions/upload-artifact from v2.2.0 to v2.2.1 diff --git a/.changelog/89.internal.md b/.changelog/89.internal.md deleted file mode 100644 index 36a8633..0000000 --- a/.changelog/89.internal.md +++ /dev/null @@ -1 +0,0 @@ -ci: bump actions/download-artifact from v2.0.5 to v2.0.6 diff --git a/.changelog/90.internal.md b/.changelog/90.internal.md deleted file mode 100644 index 64f9d6c..0000000 --- a/.changelog/90.internal.md +++ /dev/null @@ -1 +0,0 @@ -go: Bump Oasis Core dependency to 20.12.2 diff --git a/.changelog/91.trivial.md b/.changelog/91.trivial.md deleted file mode 100644 index e69de29..0000000 diff --git a/.changelog/92.feature.md b/.changelog/92.feature.md deleted file mode 100644 index f164d46..0000000 --- a/.changelog/92.feature.md +++ /dev/null @@ -1,5 +0,0 @@ -internal: Log message sent to device separately in `sign()` function - -This simplifies debugging since message will be logged immediately after it is -generated (and before it is sent to the device) and not together with the -response (after response is received from the device). diff --git a/.changelog/93.bugfix.md b/.changelog/93.bugfix.md deleted file mode 100644 index 0c73ef5..0000000 --- a/.changelog/93.bugfix.md +++ /dev/null @@ -1,7 +0,0 @@ -internal: Add 0.1 s delay after signing to work-around Oasis app issue - -Add 0.1 s delay at the end of the `sign()` function to work-around Oasis app -issue of not being capable of signing two transactions immediately one after -another. - -For more details, see: . diff --git a/.changelog/94.internal.md b/.changelog/94.internal.md deleted file mode 100644 index da32d5f..0000000 --- a/.changelog/94.internal.md +++ /dev/null @@ -1 +0,0 @@ -Make: Unify with Oasis Core and Oasis Core Rosetta Gateway repos diff --git a/.punch_version.py b/.punch_version.py index 996a45a..5488b94 100644 --- a/.punch_version.py +++ b/.punch_version.py @@ -1,3 +1,3 @@ major = 1 -minor = 1 +minor = 2 patch = 0 diff --git a/CHANGELOG.md b/CHANGELOG.md index caf4f40..d0f8ac7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,55 @@ The format is inspired by [Keep a Changelog]. +## 1.2.0 (2020-12-07) + +### Features + +- internal: Add more verbose logging of errors in `ConnectApp()` and `FindApp()` + ([#87](https://github.com/oasisprotocol/oasis-core-ledger/issues/87)) + +- internal: Log message sent to device separately in `sign()` function + ([#92](https://github.com/oasisprotocol/oasis-core-ledger/issues/92)) + + This simplifies debugging since message will be logged immediately after it is + generated (and before it is sent to the device) and not together with the + response (after response is received from the device). + +### Bug Fixes + +- internal: Add 0.1 s delay after signing to work-around Oasis app issue + ([#93](https://github.com/oasisprotocol/oasis-core-ledger/issues/93)) + + Add 0.1 s delay at the end of the `sign()` function to work-around Oasis app + issue of not being capable of signing two transactions immediately one after + another. + + For more details, see: . + +### Internal Changes + +- go: bump github.com/spf13/cobra from 1.1.0 to 1.1.1 + ([#81](https://github.com/oasisprotocol/oasis-core-ledger/issues/81)) + +- go: Bump Oasis Core dependency to 20.12.2 + ([#82](https://github.com/oasisprotocol/oasis-core-ledger/issues/82), + [#90](https://github.com/oasisprotocol/oasis-core-ledger/issues/90)) + +- github: Also run *ci-lint* and *ci-tests* workflows for `stable/*` branches + ([#83](https://github.com/oasisprotocol/oasis-core-ledger/issues/83)) + +- ci: bump golangci/golangci-lint-action from v2.2.1 to v2.3.0 + ([#84](https://github.com/oasisprotocol/oasis-core-ledger/issues/84)) + +- ci: bump actions/upload-artifact from v2.2.0 to v2.2.1 + ([#88](https://github.com/oasisprotocol/oasis-core-ledger/issues/88)) + +- ci: bump actions/download-artifact from v2.0.5 to v2.0.6 + ([#89](https://github.com/oasisprotocol/oasis-core-ledger/issues/89)) + +- Make: Unify with Oasis Core and Oasis Core Rosetta Gateway repos + ([#94](https://github.com/oasisprotocol/oasis-core-ledger/issues/94)) + ## 1.1.0 (2020-10-16) ### Features