Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/swidge-balance-check-receipt.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/cli-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @walletconnect/cli-sdk

## 0.8.4

### Patch Changes

- [#42](https://github.com/WalletConnect/agent-sdk/pull/42) [`d3f928d`](https://github.com/WalletConnect/agent-sdk/commit/d3f928d3769fa1cd3e8deb887e826399bab828ec) Thanks [@arein](https://github.com/arein)! - Add pre-flight balance check before swidge (errors early with "Insufficient balance: have X, need Y") and on-chain tx receipt confirmation (polls eth_getTransactionReceipt instead of treating submission as confirmation)

## 0.8.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/cli-sdk",
"description": "WalletConnect CLI SDK — wallet connection and signing for terminal applications",
"version": "0.8.3",
"version": "0.8.4",
"private": false,
"author": "WalletConnect, Inc. <walletconnect.com>",
"license": "SEE LICENSE IN LICENSE.md",
Expand Down
7 changes: 7 additions & 0 deletions packages/companion-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @walletconnect/companion-wallet

## 0.8.4

### Patch Changes

- Updated dependencies [[`d3f928d`](https://github.com/WalletConnect/agent-sdk/commit/d3f928d3769fa1cd3e8deb887e826399bab828ec)]:
- @walletconnect/cli-sdk@0.8.4

## 0.8.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/companion-wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/companion-wallet",
"description": "Companion wallet (BETA) — CWP provider with local key generation and signing. Not for production use with real funds.",
"version": "0.8.3",
"version": "0.8.4",
"private": false,
"author": "WalletConnect, Inc. <walletconnect.com>",
"license": "SEE LICENSE IN LICENSE.md",
Expand Down
7 changes: 7 additions & 0 deletions packages/pay-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @walletconnect/pay-cli

## 0.8.4

### Patch Changes

- Updated dependencies [[`d3f928d`](https://github.com/WalletConnect/agent-sdk/commit/d3f928d3769fa1cd3e8deb887e826399bab828ec)]:
- @walletconnect/cli-sdk@0.8.4

## 0.8.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pay-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/pay-cli",
"description": "WalletConnect Pay CLI — create and complete payments from the terminal",
"version": "0.8.3",
"version": "0.8.4",
"private": false,
"author": "WalletConnect, Inc. <walletconnect.com>",
"license": "SEE LICENSE IN LICENSE.md",
Expand Down
7 changes: 7 additions & 0 deletions packages/staking-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @walletconnect/staking-cli

## 0.8.4

### Patch Changes

- Updated dependencies [[`d3f928d`](https://github.com/WalletConnect/agent-sdk/commit/d3f928d3769fa1cd3e8deb887e826399bab828ec)]:
- @walletconnect/cli-sdk@0.8.4

## 0.8.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/staking-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/staking-cli",
"description": "WalletConnect WCT staking CLI — stake, unstake, claim rewards from the terminal",
"version": "0.8.3",
"version": "0.8.4",
"private": false,
"author": "WalletConnect, Inc. <walletconnect.com>",
"license": "SEE LICENSE IN LICENSE.md",
Expand Down