You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The existing event MachineInitialized(address machineAddress) will change to event MachineInitialized(uint8 indexed kind, address machineAddress) on the next testnet release
note: the sdk package will only work with recallnet/ipc@571bca5 (the current testnet), but will fail if you try to use commits after this (e.g., when running localnet). once we close this issue, the inverse would happen—so we need either time this correctly, or set up a prerelease version
The existing
event MachineInitialized(address machineAddress)
will change toevent MachineInitialized(uint8 indexed kind, address machineAddress)
on the next testnet releaseSee recallnet/contracts#83
The text was updated successfully, but these errors were encountered: