eoscanada / eosc

Cross-platform EOSIO command-line swiss-army-knife (EOS, BOS, Telos, Worbli, etc.)
https://eosc.app
MIT License
134 stars 59 forks source link

Can't utilize wildcard for `linkauth` #135

Open joshkauffman opened 5 years ago

joshkauffman commented 5 years ago

When trying to utilize the wildcard feature of linkauth, I am turning up unsuccessful. I have permission called infiniverse on my account that I want to link to all actions on the infiniverse1 contract. eosc asks for: eosc system linkauth [your account] [code account] [action name] [permission name] [flags] I input: eosc system linkauth testkauffman infiniverse1 "*" infiniverse and I get this error: ERROR: invalid name format for "action name": invalid name, 13 characters maximum

DenisCarriere commented 4 years ago

Related https://github.com/eoscanada/eosc/issues/138