Skip to content
Open
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
7 changes: 0 additions & 7 deletions .changeset/settings-rpc-test-button.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes across all packages in this monorepo.
Generated from individual package changelogs — do not edit manually.

## 2026-07-13

- **Minor** Add a "Test RPC Connection" button to the settings page. ([#15](https://github.com/evmnow/dapp/pull/15)) [`ca58b3d`](https://github.com/evmnow/dapp/commit/ca58b3d)
The button sends an `eth_chainId` request to the effective reader RPC and reports success, connection failures, or a mismatch between the returned chain ID and the configured one — handy for verifying a local dev endpoint before using it.
_`dapp`_

## 2026-07-06

- **Minor** New public composables and a component that extract generic reader orchestration out of consuming apps: [`5100264`](https://github.com/evmnow/dapp/commit/5100264)
Expand Down
8 changes: 8 additions & 0 deletions packages/dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @evmnow/dapp

## 0.3.0

### Minor Changes

- [#15](https://github.com/evmnow/dapp/pull/15) [`ca58b3d`](https://github.com/evmnow/dapp/commit/ca58b3d782dd6aad610feb993d40dccab8718fc1) Thanks [@nishantrpai](https://github.com/nishantrpai)! - Add a "Test RPC Connection" button to the settings page.

The button sends an `eth_chainId` request to the effective reader RPC and reports success, connection failures, or a mismatch between the returned chain ID and the configured one — handy for verifying a local dev endpoint before using it.

## 0.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@evmnow/dapp",
"private": true,
"type": "module",
"version": "0.2.4",
"version": "0.3.0",
"license": "MIT",
"scripts": {
"dev": "nuxt dev",
Expand Down
Loading