5c3fb46 Thanks @lorisleiva! - Add optional programId field to PdaValueNode to allow using a provided account as the program of the PDA55122fd Thanks @lorisleiva! - Branded types now use exact values instead of TypeScript's more restictive unique symbol. This will allow multiple versions of the library to coexist.4057b0d Thanks @lorisleiva! - Publish codama v1 packages#183 c8c5934 Thanks @lorisleiva! - Add InstructionLinkNode, InstructionAccountLinkNode and InstructionArgumentLinkNode
#175 2b1259b Thanks @lorisleiva! - Remove importFrom attributes from link nodes and resolvers
Instead, a new linkOverrides attribute is introduced on all renderers to redirect a link node or a resolver to a custom path or module.
#180 93a318a Thanks @lorisleiva! - Add optional program attribute to link nodes and namespace linkable nodes under their associated program.
#111 2f26050 Thanks @lorisleiva! - Add RemainderOptionTypeNode
A node that represents an optional item using a child TypeNode such that the item can either be present — i.e. Some<T> — or absent — i.e. None — depending on whether or not there are remaining bytes in the buffer.
668b550 Thanks @lorisleiva! - Allow PdaValueNode to inline their own PdaNode definition964776f Thanks @lorisleiva! - Fix invalid package dependencies