Skip to content

Releases: codama-idl/codama

@codama/[email protected]

16 Jul 09:48
0e9aeb7

Choose a tag to compare

Patch Changes

@codama/[email protected]

16 Jul 09:48
0e9aeb7

Choose a tag to compare

Patch Changes

  • #718 6466226 Thanks @lorisleiva! - Use fixed size return types — e.g. FixedSizeCodec or FixedSizeEncoder — whenever possible. This avoid fixed-size codecs to be wrongly interpreted as variable-size codecs when wrapped in other codecs.

  • #715 9536f33 Thanks @lorisleiva! - Fix an issue where getNextOptionalAccount would not get generated even if optional accounts exist on the instruction.

@codama/[email protected]

15 Jul 19:49
d6a664b

Choose a tag to compare

Patch Changes

@codama/[email protected]

15 Jul 19:49
d6a664b

Choose a tag to compare

Patch Changes

@codama/[email protected]

15 Jul 19:49
d6a664b

Choose a tag to compare

Minor Changes

@codama/[email protected]

15 Jul 19:49
d6a664b

Choose a tag to compare

Patch Changes

@codama/[email protected]

15 Jul 19:49
d6a664b

Choose a tag to compare

Patch Changes

@codama/[email protected]

20 Jun 16:09
1854826

Choose a tag to compare

Patch Changes

@codama/[email protected]

20 Jun 16:09
1854826

Choose a tag to compare

Minor Changes

@codama/[email protected]

20 Jun 16:08
1854826

Choose a tag to compare

Patch Changes

  • #621 14aeb2d Thanks @daog1! - Recognize program addresses from seeds of kind set to "account" if the address of the account it points to is statically known. (See #607)