From 5ba75878e3f8046087d472ecabc335e7e1f53200 Mon Sep 17 00:00:00 2001 From: Mayukha Vadari Date: Wed, 25 Oct 2023 16:43:00 -0400 Subject: [PATCH] update changelog --- .github/workflows/lint_type_check.yml | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint_type_check.yml b/.github/workflows/lint_type_check.yml index 064cc981..b780972e 100644 --- a/.github/workflows/lint_type_check.yml +++ b/.github/workflows/lint_type_check.yml @@ -13,7 +13,7 @@ env: jobs: lint-and-type-check: name: Lint and type-check - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: Checkout code diff --git a/CHANGELOG.md b/CHANGELOG.md index 0325fa22..288d94e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [[Unreleased]] +### Fixed + +- Throw an error if a transaction fails instead of continuing + +### Changed + +- Switched to Docker containers with the latest versions of rippled and the witness server + ## [0.3.3] - 2023-10-10 ### Fixed