Skip to content

Commit fb0f37b

Browse files
Merge pull request #281 from permaweb/impr/push@1.0
impr: `~push@1.0` supports user-requested depth for compute results
2 parents ee6af0b + e3a2ccb commit fb0f37b

File tree

5 files changed

+155
-85
lines changed

5 files changed

+155
-85
lines changed

src/dev_codec_ans104.erl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
%%% encoded as fields in the TX record.
2525
-define(FORCED_TAG_FIELDS,
2626
[
27-
<<"tags">>,
2827
<<"quantity">>,
2928
<<"manifest">>,
3029
<<"data_size">>,

src/dev_delegated_compute.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ do_compute(ProcID, Msg2, Opts) ->
7979
<<"relay-path">> =>
8080
<<
8181
"/result/",
82-
(integer_to_binary(Slot))/binary,
82+
(hb_util:bin(Slot))/binary,
8383
"?process-id=",
8484
ProcID/binary
8585
>>,

0 commit comments

Comments
 (0)