Skip to content

Commit

Permalink
refactor: Rename get-flattened-publication.sh "blockHeight" to "respo…
Browse files Browse the repository at this point in the history
…nseBlockHeight"
  • Loading branch information
gibson042 committed Aug 19, 2022
1 parent ab11959 commit 672526e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/get-flattened-publication.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ printf '%s' "$unwrapped_value" | jq -c --arg responseHeightJson "$response_heigh
# Add block height information.
(.dataBlockHeight |= $dataHeight) |
(.blockHeight |= ($responseHeightJson | fromjson))
(.responseBlockHeight |= ($responseHeightJson | fromjson))
' || {
status=$?
printf 'Unable to process response value:\n%s\n' "$unwrapped_value" >&2
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"json-booleans-0":false,"json-booleans-1":true,"json-null":null,"json-strings-0":"","json-numbers-0":0,"non-json-bigint":"0","non-json-slotref-id":"slot-bar","non-json-slotref-allegedName":"Bar","non-json-slotreref-id":"slot-bar","non-json-slotreref-allegedName":"Bar","dataBlockHeight":null,"blockHeight":"42"}
{"json-booleans-0":false,"json-booleans-1":true,"json-null":null,"json-strings-0":"","json-numbers-0":0,"non-json-bigint":"0","non-json-slotref-id":"slot-bar","non-json-slotref-allegedName":"Bar","non-json-slotreref-id":"slot-bar","non-json-slotreref-allegedName":"Bar","dataBlockHeight":null,"responseBlockHeight":"42"}
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
{"json-booleans-0":false,"json-booleans-1":true,"json-null":null,"json-strings-0":"","json-numbers-0":0,"non-json-bigint":"0","non-json-slotref-id":"slot-bar","non-json-slotref-allegedName":"Bar","non-json-slotreref-id":"slot-bar","non-json-slotreref-allegedName":"Bar","dataBlockHeight":"41","blockHeight":"42"}
{"json-booleans-0":false,"json-booleans-1":true,"json-null":null,"json-strings-0":"","json-numbers-0":0,"non-json-bigint":"0","non-json-slotref-id":"slot-bar","non-json-slotref-allegedName":"Bar","non-json-slotreref-id":"slot-bar","non-json-slotreref-allegedName":"Bar","dataBlockHeight":"41","blockHeight":"42"}
{"json-booleans-0":false,"json-booleans-1":true,"json-null":null,"json-strings-0":"","json-numbers-0":0,"non-json-bigint":"0","non-json-slotref-id":"slot-bar","non-json-slotref-allegedName":"Bar","non-json-slotreref-id":"slot-bar","non-json-slotreref-allegedName":"Bar","dataBlockHeight":"41","responseBlockHeight":"42"}
{"json-booleans-0":false,"json-booleans-1":true,"json-null":null,"json-strings-0":"","json-numbers-0":0,"non-json-bigint":"0","non-json-slotref-id":"slot-bar","non-json-slotref-allegedName":"Bar","non-json-slotreref-id":"slot-bar","non-json-slotreref-allegedName":"Bar","dataBlockHeight":"41","responseBlockHeight":"42"}

0 comments on commit 672526e

Please sign in to comment.