Giter Club home page Giter Club logo

Comments (1)

moul avatar moul commented on June 24, 2024 1

I understand that it's challenging to explain, so let's delve into more specifics:

The realm should not be viewed merely as a "code package." Rather, it's more accurately an addressable entity (with a std.Address format) that can be part of the caller stack. This includes being the direct caller, having the ability to send and receive native coins, and possessing other grcXXX assets.

Commonalities between a code realm and a user realm include:

  • Being addressable with std.Address.
  • The capability to own, receive, and send native coins, facilitated by the banker module.
  • The potential to be used for ACL/ownership by looking at PrevRealm() (grcXXX).
  • The ability to be the direct caller in your code realm.

However, they differ in several ways:

  • You can't perform a "maketx call" on a user realm.
  • A user realm lacks its own code but can create volatile contracts with a fixed address via maketx run.
  • A contract realm cannot exist as an EOA on the main chain.
  • A contract realm might eventually be regarded as an EOA through IBC, though I'm still contemplating this idea. It seems logical that events queued for IBC transmission could be treated as EOAs when processed through IBC relayers.
  • Currently, only the code realm possesses variables/states, unlike the user realm. I'm considering how to potentially integrate this feature meaningfully.

To draw a parallel with Ethereum, both a user and a contract, identified by their 0xabcdef keys, can own assets or execute calls. Although they don't use the term "realm," there exists a similar concept where a single term is needed to refer to the caller, which could be a vault contract, a DAO contract, a wallet, or a multisig.

Thank you, Leon, for addressing this question. I'll continue to ponder if there are additional aspects to include.

from gno.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.