Skip to content

chore: version packages#119

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

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

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Apr 6, 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.9.0

Minor Changes

  • ce25bb5: Renamed prepareParamsArray util to prepareParams.
  • d63b416: Renamed convertType util to convert
  • 9a50e41: Moved erc20 export from @delvtech/drift/testing to @delvtech/drift
  • e104263: Renamed GetBlockReturnType to GetBlockReturn for consistency.

Patch Changes

  • 0d5ff95: Added support for deploying contracts that don't have a constructor entry in their ABI.
  • d63b416: Added standalone functions for provider agnostic Adapter methods: deploy, multicall, read, simulateWrite, and write.
  • e7ec38c: Modified the simulateWrite method in the DefaultAdapter to use the connected account when available.
  • e5f80a5: Added the block option to simulateWrite via new SimulateWriteOptions interface which combines ReadOptions and TransactionOptions.
  • ee0d664: Patched a bug in getOrSet which was preventing falsy values from being cached.
  • d63b416: Added abstract BaseReadAdapter and BaseReadWriteAdapter classes which can be extended to pickup default implementations of provider agnostic methods.
  • 893ec5e: Added createStubEvent and createStubEvents testing utils.
  • 48e4a2a: Broke out the ReadAdapter methods from the DefaultAdapter into a new DefaultReadAdapter which DefaultAdapter now extends.
  • e104263: Added GetBlockOptions and GetBlockWithOptionsReturn to exports.
  • e5f80a5: Added a multicall method for explicitly batching calls via Multicall3. Before sending the request, the cache is checked for each individual call to reduce the size of the request when possible. Each fetched result is then cached and the cached and fetched results are merged and returned in the same order they were requested.
  • f623fff: Fixed a bug in the StubStore where the create function wasn't being called unless no key was provided or matchPartial was true.
  • e5f80a5: Added pollingTimeout to the DefaultAdapter constructor options.
  • 9a50e41: Added erc721, erc1155, and multicall3 artifacts (abi + methodIdentifiers).

@delvtech/drift-ethers@0.9.0

Patch Changes

@delvtech/drift-ethers-v5@0.9.0

Patch Changes

@delvtech/drift-viem@0.9.0

Patch Changes

  • f6d1320: Patched bug preventing transactions from being signed using local private key accounts.
  • Updated dependencies [0d5ff95]
  • Updated dependencies [d63b416]
  • Updated dependencies [e7ec38c]
  • Updated dependencies [e5f80a5]
  • Updated dependencies [ce25bb5]
  • Updated dependencies [d63b416]
  • Updated dependencies [ee0d664]
  • Updated dependencies [d63b416]
  • Updated dependencies [9a50e41]
  • Updated dependencies [893ec5e]
  • Updated dependencies [e104263]
  • Updated dependencies [48e4a2a]
  • Updated dependencies [e104263]
  • Updated dependencies [e5f80a5]
  • Updated dependencies [f623fff]
  • Updated dependencies [e5f80a5]
  • Updated dependencies [9a50e41]
    • @delvtech/drift@0.9.0

@delvtech/drift-web3@0.9.0

Patch Changes

@github-actions github-actions bot force-pushed the changeset-release/main branch 4 times, most recently from f3ab40d to 68ff308 Compare April 10, 2025 22:31
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from f6185a5 to d3f1da4 Compare April 17, 2025 06:07
@github-actions github-actions bot force-pushed the changeset-release/main branch from d3f1da4 to 6f0b5ce Compare April 22, 2025 23:07
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from a1d76b6 to 14a666a Compare May 16, 2025 00:39
@github-actions github-actions bot force-pushed the changeset-release/main branch 7 times, most recently from bb04192 to 774607a Compare June 9, 2025 06:04
@github-actions github-actions bot force-pushed the changeset-release/main branch from 774607a to 00b08c4 Compare June 9, 2025 06:32
@ryangoree ryangoree merged commit 44cfe8c into main Jun 9, 2025
1 of 4 checks passed
@ryangoree ryangoree deleted the changeset-release/main branch June 9, 2025 06:41
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