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
History
File Mode Size
benchmarks
build
ci
test
compare-main-to-patch.js -rwxr-xr-x 6.6 KB
tsconfig.json -rw-r--r-- 294 bytes

back to top