Skip to content

Commit

Permalink
release: 5.3.3 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat authored May 10, 2024
1 parent bc565ff commit e8366ba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ APPNAME = "Stellar"
# Application version
APPVERSION_M = 5
APPVERSION_N = 3
APPVERSION_P = 2
APPVERSION_P = 3
APPVERSION = "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)"

# Application source files
Expand Down
2 changes: 2 additions & 0 deletions libstellar/formatter.c
Original file line number Diff line number Diff line change
Expand Up @@ -2092,6 +2092,7 @@ static bool format_operation_source_for_invoke_host_function_op(formatter_data_t
: fdata->envelope->tx_details.tx.op_details.invoke_host_function_op
.sub_invocations_count;
if (sub_invocations_count > 0) {
formatter_index = 0;
FORMATTER_CHECK(push_to_formatter_stack(&format_sub_invocation_start))
} else {
FORMATTER_CHECK(push_to_formatter_stack(NULL))
Expand All @@ -2113,6 +2114,7 @@ static bool format_operation_source_prepare_for_invoke_host_function_op(formatte
: fdata->envelope->tx_details.tx.op_details.invoke_host_function_op
.sub_invocations_count;
if (sub_invocations_count > 0) {
formatter_index = 0;
FORMATTER_CHECK(push_to_formatter_stack(&format_sub_invocation_start))
} else {
FORMATTER_CHECK(push_to_formatter_stack(NULL))
Expand Down
5 changes: 5 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## v5.3.3

### Updated
- Fix bugs.

## v5.3.2

### Updated
Expand Down

0 comments on commit e8366ba

Please sign in to comment.