Skip to content

L2 transfer tools support

Compare
Choose a tag to compare
@juanmardefago juanmardefago released this 22 Aug 13:47
· 53 commits to master since this release

Added support for L2 transfer tools:

  • Adds fields to denote when a Subgraph, Indexer, DelegatedStake, NameSignal and SubgraphDeployment has been transferred to L2 (albeit the last one is just to make indexer-agent integration easier)
    • transferredToL2: Whether the L2 transfer has happened
    • transferredToL2At: Timestamp for the L2 transfer
    • transferredToL2AtBlockNumber: Block number for the L2 transfer
    • transferredToL2AtTx: Transaction hash of the L2 transfer
    • Additionally, Subgraph transfers have a startedTransferredToL2 (and all auxiliary fields), since the Subgraph transfer isn't a single step procedure.
  • Adds fields to denote the transfer of GRT through the different transfer tools for the aforementioned entities