herrBez/ethereum-scalability

Alternative

herrBez opened this issue · 4 comments

screenshot_20180830_222613

My Proposal

There are two types of accounts:

  • Externally Owned Account (EOA) (referred to also simply as accounts)
  • contract account (referred to also simply as contract

In the yellow paper Externally Owned Account never appears. I'd stick to "non-contract" (which appears)

screenshot_20180831_102717

Sometimes referred to. Ok, we can say that, but I think that the main name should be externally owned account because it expresses better the fact that external entities can use them to interact with the system.

I change it with

  • Externally Owned Account (EOA) (referred to also simply as accounts or non-contract accounts)
  • contract account (referred to also simply as contract)

ok?