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 following new IDL types were introduced in coral-xyz#2011:
* `GenericLenArray`
* `Generic`
* `DefinedWithTypeArgs`
Usage of these types was leading to incompatibility of the IDL with
the TypeScript `IdlType`.
Fixes: coral-xyz#2687
The following new IDL types were introduced in coral-xyz#2011:
* `GenericLenArray`
* `Generic`
* `DefinedWithTypeArgs`
Usage of these types was leading to incompatibility of the IDL with
the TypeScript `IdlType`.
Fixes: coral-xyz#2687
When upgrading Light Protocol to Anchor 0.29, I encountered the following error, when using the
IDL
const asIdl
type:The reason is that the following IDL types from Rust, introduced in #2011:
anchor/lang/syn/src/idl/types.rs
Lines 210 to 215 in 7e5bdce
are missing in
ts/packages/anchor/src/idl.ts
The text was updated successfully, but these errors were encountered: