Skip to content

Rethink "message context" #1151

Description

@Stebalien

We currently have a syscalls to lookup a message context and a network context where:

  1. The "message" context includes "message" related things (from, to, etc.).
  2. The "network" context includes "network" related things (epoch, timestamp, basefee, etc.).

However, the "message" context is a bit funky because it includes the origin, gas premium, and gas limit. Really, its a mix of message specific information and "invocation context" related things.

We should consider either splitting it up into multiple parts, or renaming it back to InvocationContext.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2P2: Should be resolved

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions