Skip to content

Commit

Permalink
Version Packages (alpha) (#101)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Feb 27, 2023
1 parent 057e01e commit c38441d
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"blue-pillows-peel",
"brave-hairs-notice",
"breezy-jobs-poke",
"breezy-ligers-press",
"calm-games-teach",
"cuddly-knives-tickle",
"curly-cows-help",
Expand All @@ -40,6 +41,7 @@
"khaki-pianos-draw",
"kind-kings-work",
"large-bats-think",
"lazy-news-do",
"moody-gorillas-wait",
"neat-socks-run",
"nervous-phones-serve",
Expand Down
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# viem

## 0.0.1-alpha.35

### Patch Changes

- [`057e01e`](https://github.com/wagmi-dev/viem/commit/057e01e9fff7346304e787d93053d84a09278335) Thanks [@jxom](https://github.com/jxom)! - - `testClient.getTxPoolContent``testClient.getTxpoolContent`
- `testClient.getTxPoolStatus``testClient.getTxpoolStatus`

* [#85](https://github.com/wagmi-dev/viem/pull/85) [`2350d1a`](https://github.com/wagmi-dev/viem/commit/2350d1af1ff67d725ff3563538b9886a405ab8bd) Thanks [@jxom](https://github.com/jxom)! - **Breaking:** Renamed `encodeAbi` & `decodeAbi` to `encodeAbiParameters` & `decodeAbiParameters`, and modified API from named arguments to inplace arguments:

```diff
import {
- encodeAbi,
- decodeAbi,
+ encodeAbiParameters,
+ decodeAbiParameters,
} from 'viem'

-const result = encodeAbi({ params, values })
+const result = encodeAbiParameters(params, values)

-const result = decodeAbi({ params, data })
+const result = decodeAbiParameters(params, data)
```

## 0.0.1-alpha.34

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "viem",
"description": "TypeScript Interface for Ethereum",
"version": "0.0.1-alpha.34",
"version": "0.0.1-alpha.35",
"scripts": {
"anvil": "source .env && anvil --fork-url $VITE_ANVIL_FORK_URL --fork-block-number $VITE_ANVIL_BLOCK_NUMBER --block-time $VITE_ANVIL_BLOCK_TIME",
"bench": "vitest bench --no-threads",
Expand Down

2 comments on commit c38441d

@vercel
Copy link

@vercel vercel bot commented on c38441d Feb 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

viem-playground – ./playgrounds/browser

viem-playground-git-main-wagmi-dev.vercel.app
viem-playground.vercel.app
viem-playground-wagmi-dev.vercel.app

@vercel
Copy link

@vercel vercel bot commented on c38441d Feb 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

viem-site – ./site

viem-site-git-main-wagmi-dev.vercel.app
www.viem.sh
viem-site.vercel.app
viem.sh
viem-site-wagmi-dev.vercel.app

Please sign in to comment.