Skip to content

Commit

Permalink
js: override BlockHeadersResponse_currentRound (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
algorandskiy authored Jan 7, 2025
1 parent a39705a commit da473e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion typescript_templates/algod_config.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# We decided to make the generated constructors accept an object in v2 of the
# We decided to make the generated constructors accept an object in v2 of the
# JS SDK for the following reasons:
# 1. If new fields are added to a model that cause it to cross this threshold,
# we now have a breaking change.
Expand Down
1 change: 1 addition & 0 deletions typescript_templates/indexer_config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ type_override_AssetHoldingsResponse_currentRound=bigint
type_override_AssetResponse_currentRound=bigint
type_override_AssetsResponse_currentRound=bigint
type_override_Block_round=bigint
type_override_BlockHeadersResponse_currentRound=bigint
type_override_BlockRewards_rewardsCalculationRound=bigint
type_override_BlockRewards_rewardsLevel=bigint
type_override_BlockRewards_rewardsRate=bigint
Expand Down

0 comments on commit da473e1

Please sign in to comment.