Revision 3d84c988cd8325b8c0db91a9dccfa33f07cd3dc4 authored by iteriani on 18 April 2024, 22:26:45 UTC, committed by Alex Rickabaugh on 23 April 2024, 18:05:44 UTC
The change in the index is to allow the framework to add a type to the object that is passed from the contract to the dispatcher. ie

registerDispatcher(contract, (eventInfo: EventInfoWrapper) => ...).

The latter is to return the event contract so that tests can clean it up.

PR Close #55411
1 parent f84d7dd
Raw File
yarn.bzl
YARN_PATH = ".yarn/releases/yarn-1.22.19.cjs"
YARN_LABEL = "//:" + YARN_PATH
back to top