latticexyz / mud

MUD is a framework for building autonomous worlds
https://mud.dev
MIT License
719 stars 180 forks source link

use batch call for registration methods in deploy #1645

Open holic opened 11 months ago

holic commented 11 months ago

like #1470 but using batch-calling features added in #1582

cc @CrazyNorman

CrazyNorman commented 11 months ago

like #1470 but using batch-calling features added in #1582

cc @CrazyNorman

Got it. I can make a new PR using this general approach

CrazyNorman commented 11 months ago

I make a draft PR about the function registering part first. Feel free to give any suggestions:)