Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.

Terminology: "managed" #31

Open
tbfleming opened this issue Aug 24, 2020 · 1 comment
Open

Terminology: "managed" #31

tbfleming opened this issue Aug 24, 2020 · 1 comment

Comments

@tbfleming
Copy link

The word "managed" here:

enum class flags1_fields : uint32_t {
   ram_managed = 1,
   net_managed = 2,
   cpu_managed = 4
};

and in errors:

"cannot use setalimits on an account with managed resources"
"CPU bandwidth of account is already unmanaged"
"Network bandwidth of account is already unmanaged"
"RAM of account is already unmanaged"
"something is managed which shouldn't be"

has been causing confusion. A potential alternative is "manual" or "manually-controlled".

@tbfleming
Copy link
Author

I suspect "managed" was meant to mean "managed by something other than this contract's automatic mechanisms".

@deckb deckb transferred this issue from EOSIO/eosio.contracts Apr 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant