Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

[WIP] Endowment Allowlists as Iterable Mappings #484

[WIP] Endowment Allowlists as Iterable Mappings

[WIP] Endowment Allowlists as Iterable Mappings #484

Triggered via pull request August 14, 2023 04:39
Status Failure
Total duration 6m 28s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ci: test/core/IndexFund.ts#L129
Type '{ endowId: number; fundId: number; addr: string; }' is not assignable to type 'BeneficiaryDataStruct'.
ci: test/core/IndexFund.ts#L135
Type '{ endowId: number; fundId: number; addr: string; }' is not assignable to type 'BeneficiaryDataStruct'.
ci: test/core/IndexFund.ts#L146
Type '{ endowId: number; fundId: number; addr: string; }' is not assignable to type 'BeneficiaryDataStruct'.
ci: test/core/accounts/AccountsAllowance.ts#L47
Type '{ endowId: number; fundId: number; addr: string; }' is not assignable to type 'BeneficiaryDataStruct'.
ci: test/core/accounts/AccountsAllowance.ts#L58
Property 'allowlistedBeneficiaries' does not exist on type 'EndowmentStruct'.
ci: test/core/accounts/AccountsAllowance.ts#L59
Property 'maturityAllowlist' does not exist on type 'EndowmentStruct'.
ci: test/core/accounts/AccountsAllowance.ts#L65
Type '{ endowId: number; fundId: number; addr: string; }' is not assignable to type 'BeneficiaryDataStruct'.
ci: test/core/accounts/AccountsAllowance.ts#L153
Type '{ endowId: number; fundId: number; addr: string; }' is not assignable to type 'BeneficiaryDataStruct'.
ci: test/core/accounts/AccountsCreateEndowment.ts#L328
Property 'allowlistedBeneficiaries' does not exist on type 'EndowmentStructOutput'.
ci: test/core/accounts/AccountsCreateEndowment.ts#L329
Property 'allowlistedContributors' does not exist on type 'EndowmentStructOutput'.