Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: version packages (beta) #82

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 17, 2024

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.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@delvtech/[email protected]

Patch Changes

  • 01a8004: Added a BaseClient class which contains most of the functionality that used to live in the Drift class and centralized logic for cache operations and namespace resolution, using the chain id as a default. This also removes a circular dependency between Drift and Contract.
  • d5fff4e: Replaced the createClientCache function with a ClientCache class which requires a namespace or namespace resolver. All methods are async to allow for dynamic namespace resolution and external cache implementations.
  • 01a8004: Renamed ContractEvent to EventLog to be more consistent with other adapter types like FunctionArgs.
  • e7380c6: Update deps
  • 01a8004: Refactored Drift and MockDrift to extend BaseClient and MockClient.
  • 01a8004: Renamed constructor Param types to Config.
  • d5fff4e: Added new testing utils: getRandomInt, getRandomHex, getRandomAddress, createStubBlock, createStubTransaction, createStubTransactionReceipt
  • 01a8004: Added a MockClient class which mimics BaseClient.
  • 01a8004: Removed isReadWriteAdapter util which simply checked if the write property was a function.
  • 01a8004: Removed Adapter and Network prefix from param types, e.g. AdapterReadParams to just ReadParams, NetworkGetBlockParams to just GetBlockParams. Removed redundant types.
  • 01a8004: Replaced the createLruSimpleCache function with a LruSimpleCache class.
  • 01a8004: Refactored Contract to go through a BaseClient instead of repeating cache and adapter logic.
  • a8a4f5f: Patched a bug with the built-in OxAdapter in which onMined was never called after write operations.

@delvtech/[email protected]

Patch Changes

@delvtech/[email protected]

Patch Changes

@delvtech/[email protected]

Patch Changes

@delvtech/[email protected]

Patch Changes

@github-actions github-actions bot changed the title chore: version packages chore: version packages (beta) Oct 11, 2024
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 7228d6a to d7684e1 Compare October 11, 2024 19:43
@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from a9fd71f to f1f1508 Compare November 4, 2024 19:48
@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from 85ba32f to 93ae445 Compare November 6, 2024 21:41
@github-actions github-actions bot force-pushed the changeset-release/main branch 12 times, most recently from 3bd00e0 to 3921812 Compare November 19, 2024 15:16
@github-actions github-actions bot force-pushed the changeset-release/main branch 7 times, most recently from fd748a7 to e1892d3 Compare November 25, 2024 00:10
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.

0 participants