Skip to content

Releases: delvtech/drift

@delvtech/[email protected]

16 Feb 19:50
342323d
Compare
Choose a tag to compare

Patch Changes

@delvtech/[email protected]

16 Feb 18:58
c820e18
Compare
Choose a tag to compare

Patch Changes

@delvtech/[email protected]

16 Feb 23:48
d6f1b87
Compare
Choose a tag to compare

Minor Changes

  • cc17b3c: Changed the type of all inputs to objects. This means that functions with a single argument (e.g., balanceOf will now expect { owner: `0x${string}` }, not `0x${string}`). Outputs remain the "Friendly" type which deconstructs to a single primitive type for single outputs values (e.g., symbol will return a string, not { "0": string }) since many single output return values are unnamed

Patch Changes

@delvtech/[email protected]

16 Feb 18:57
c820e18
Compare
Choose a tag to compare

Patch Changes

@delvtech/[email protected]

16 Feb 23:07
7a7ce5e
Compare
Choose a tag to compare

Patch Changes

@delvtech/[email protected]

16 Feb 22:39
bdd14d3
Compare
Choose a tag to compare

Patch Changes

@delvtech/[email protected]

16 Feb 19:50
342323d
Compare
Choose a tag to compare

Patch Changes

@delvtech/[email protected]

15 Feb 09:49
5cce690
Compare
Choose a tag to compare

Patch Changes

  • d6d1829: Fixed the return type for Viem functions that return a single tuple/array.
    Fixed options for ethers functions

@delvtech/[email protected]

15 Feb 09:49
5cce690
Compare
Choose a tag to compare

Patch Changes

  • d6d1829: Fixed the return type for Viem functions that return a single tuple/array.
    Fixed options for ethers functions

@delvtech/[email protected]

14 Feb 08:48
02f4827
Compare
Choose a tag to compare

Patch Changes

  • 9db4f0f: Fix argument handling for parameters that have empty strings as names