Conversation
da82e6e to
1bce590
Compare
1bce590 to
928f0a1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
abiFntoabiEntryin the following return objects for consistency:prepareDeployDataprepareFunctionDataprepareFunctionReturnchainIdfrombiginttonumberinTransactionOptionsto be consistent with all otherchainIdparam and option types.Patch Changes
Multicall3. This can be controlled with newbatchandmaxBatchSizeoptions when creating new clients, e.g.,createDrift({ batch: false }), orcreateDrift({ maxBatchSize: 10 }).NoInferto the return type ofmulticallto avoid widening the inferred args type when the return value is destructured.getMulticallAddressutil for known Multicall3 deployments and integrated intoClient.multicalland the standalonemulticalladapter method that's used by all adapters viaBaseAdapter.multicall.onMinedTimeoutoption toWriteOptionsto modify the default timeout for the awaited transaction receipt. If the timeout is reached, the receipt with beundefined.Contract.readwhen provided a block earlier than the contract'sepochBlock. If the contract was constructed with anepochBlock, it used to overwrite theblockoption passed toreadto 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,epochBlocknow only affects the behavior of event queries.hexToStringutilBuffernode util inmulticallandWeb3Adapter.@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