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
#89 fixed the worker implementation for recent integritee-workers in general, but the encointer implementation is still not complete and is dangling in a state in between. To make the encointer-worker work, we need:
Make some functions needed in sending TrustedGetters and TrustedCalls more generic, such that we can create encointer types instead of integritee types depending on the contexts (currently only integritee types supported).
Probably update the type definitions for the encointer types
The text was updated successfully, but these errors were encountered:
clangenb
changed the title
Fix Worker implement for encointer
Fix Worker implementation for encointer
Apr 10, 2024
#89 fixed the worker implementation for recent integritee-workers in general, but the encointer implementation is still not complete and is dangling in a state in between. To make the encointer-worker work, we need:
TrustedGetters
andTrustedCalls
more generic, such that we can create encointer types instead of integritee types depending on the contexts (currently only integritee types supported).The text was updated successfully, but these errors were encountered: