AntelopeIO / DUNES

Docker Utilities for Node Execution
Other
26 stars 20 forks source link

Add way to manually link eosio.code permission #154

Open nsjames opened 1 year ago

nsjames commented 1 year ago

Currently there is no easy way to add the eosio.code permission easily from dune. It requires the developer to dig into cleos and do a moderately hard task (getting the key, setting up the json, formatting the command, etc)

This is a fairly common task for devs.

It would be nice if:

nsjames commented 1 year ago

It looks like it already does automatic addition of that perm when deploying code (thanks @larryk85):

https://github.com/AntelopeIO/DUNE/blob/206a07aae938658ea69cc362a36c7669a1bbf0c7/src/dune/dune.py#L687