You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the streamlining of the economic protocol described in dusk-network/rusk#1644, we've decided to do away with the charging portion, and as such we need to remove such functionality here as well.
Detailed Description (optional)
By merging #363 we introduced a charging component, recognized by the ABI, and formalized into an enum:
We would like to remove the Charge variant, and any code relevant to it. This will mean slight changes in the ABI, particularly in which modes are recognized. The set_charge function should also be removed.
The text was updated successfully, but these errors were encountered:
Summary
In the streamlining of the economic protocol described in dusk-network/rusk#1644, we've decided to do away with the charging portion, and as such we need to remove such functionality here as well.
Detailed Description (optional)
By merging #363 we introduced a charging component, recognized by the ABI, and formalized into an enum:
piecrust/piecrust-uplink/src/types.rs
Lines 162 to 169 in 8502e9e
We would like to remove the
Charge
variant, and any code relevant to it. This will mean slight changes in the ABI, particularly in which modes are recognized. Theset_charge
function should also be removed.The text was updated successfully, but these errors were encountered: