Skip to content

chore: version packages#131

Merged
ryangoree merged 2 commits intomainfrom
changeset-release/main
Jul 9, 2025
Merged

chore: version packages#131
ryangoree merged 2 commits intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Jul 2, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@delvtech/drift@0.11.0

Minor Changes

  • f65f915: Renamed abiFn to abiEntry in the following return objects for consistency:
    • prepareDeployData
    • prepareFunctionData
    • prepareFunctionReturn
  • 5462088: Changed chainId from bigint to number in TransactionOptions to be consistent with all other chainId param and option types.

Patch Changes

  • 367ff3c: Added automatic call batching via Multicall3. This can be controlled with new batch and maxBatchSize options when creating new clients, e.g., createDrift({ batch: false }), or createDrift({ maxBatchSize: 10 }).
  • d426510: Added NoInfer to the return type of multicall to avoid widening the inferred args type when the return value is destructured.
  • ca01657: Added a getMulticallAddress util for known Multicall3 deployments and integrated into Client.multicall and the standalone multicall adapter method that's used by all adapters via BaseAdapter.multicall.
  • 1fe3b74: Added an onMinedTimeout option to WriteOptions to modify the default timeout for the awaited transaction receipt. If the timeout is reached, the receipt with be undefined.
  • 47c5bc4: Removed block overriding in Contract.read when provided a block earlier than the contract's epochBlock. If the contract was constructed with an epochBlock, it used to overwrite the block option passed to read to ensure it didn't read from a block where there was no data, but this can misleading by implying that there was data where there wasn't. So, epochBlock now only affects the behavior of event queries.
  • f2ec661: Added hexToString util
  • f2ec661: Removed use of Buffer node util in multicall and Web3Adapter.

@delvtech/drift-ethers@0.11.0

Patch Changes

@delvtech/drift-ethers-v5@0.11.0

Patch Changes

@delvtech/drift-viem@0.11.0

Patch Changes

@delvtech/drift-web3@0.11.0

Patch Changes

@github-actions github-actions bot force-pushed the changeset-release/main branch 14 times, most recently from da82e6e to 1bce590 Compare July 8, 2025 23:46
@github-actions github-actions bot force-pushed the changeset-release/main branch from 1bce590 to 928f0a1 Compare July 9, 2025 00:33
@ryangoree ryangoree merged commit 2754002 into main Jul 9, 2025
1 of 4 checks passed
@ryangoree ryangoree deleted the changeset-release/main branch July 9, 2025 00:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant