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
resolve accounts by address, push only what a constellation declares (#64) (e347cd7)
Miscellaneous Chores
.zodiac/ codegen nests accounts under a chain id (accounts[ws].safes[chain][label]). Regenerated on every pull, which prepush forces, but anything importing the generated module directly has to follow.
RoleDef.permissions no longer accepts PermissionSet or Promise<PermissionSet>, and RoleDef.annotations is gone. Write permissions through the helpers in @zodiaceco/sdk/actions: custom() labels a bag of allow-kit permissions, and defikit replaces calling the DeFi Kit package directly.
Features
describe role permissions, never compile them (#54) (923ade6)
Bug Fixes
allow: type and explain overloaded functions (#56) (fa1e222)