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
Now there are script-based DReps on SanchoNet, lets allow people to delegate to them.
What
Currently GovTool only allows users to delegate to hex encoded DRep IDs and Bech32 encoded IDs with the prefix of drep.
GovTool should also allow delegation to Bech32 encoded DRep IDs prefixed with drep_script.
Why
Now there are script-based DReps on SanchoNet, lets allow people to delegate to them.
What
Currently GovTool only allows users to delegate to hex encoded DRep IDs and Bech32 encoded IDs with the prefix of
drep
.GovTool should also allow delegation to Bech32 encoded DRep IDs prefixed with
drep_script
.Example:
drep_script1l94ks3gm3q9qzq3k6cxd07yd58cn2mcwc8taylwh2u6qjjccr98
f96b68451b880a010236d60cd7f88da1f1356f0ec1d7d27dd7573409
How
Change the validation of DRep IDs at delegation time in the frontend.
The text was updated successfully, but these errors were encountered: