contracts/governor/src/role.rs role_members doc: "Reads from the persistent RoleMembers index", and contracts/oracle/src/lib.rs role_members has the same wording. Both RoleMembers indices are stored via env.storage().instance(). This matters for anyone reasoning about TTL / archival of the membership list — fix the comments (or move the index to persistent() if that was the intent).
Filed from a codebase review pass.
contracts/governor/src/role.rsrole_membersdoc: "Reads from the persistentRoleMembersindex", andcontracts/oracle/src/lib.rsrole_membershas the same wording. BothRoleMembersindices are stored viaenv.storage().instance(). This matters for anyone reasoning about TTL / archival of the membership list — fix the comments (or move the index topersistent()if that was the intent).Filed from a codebase review pass.