[PR #285] [MERGED] 1.10.4 #1935

Closed
opened 2026-04-27 22:35:54 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/newt/pull/285
Author: @oschwartz10612
Created: 3/29/2026
Status: Merged
Merged: 3/29/2026
Merged by: @oschwartz10612

Base: mainHead: dev


📝 Commits (9)

  • 836144a feat(admin): Add pprof endpoints
  • 13448f7 refactor(proxy): cleanup basics - constants, remove dead code, fix deprecated calls
  • de4353f Merge pull request #269 from LaurenceJJones/feature/pprof-endpoint
  • 8fda35d fix(healthcheck): Support ipv6 healthchecks
  • d3722c2 Merge pull request #280 from LaurenceJJones/fix/healthcheck-ipv6
  • a2683eb Merge pull request #274 from LaurenceJJones/refactor/proxy-cleanup-basics
  • 1057013 Add chainId based dedup
  • d4a5ac8 Merge branch 'main' into dev
  • cdaf4f7 Add chain id to ping

📊 Changes

5 files changed (+129 additions, -25 deletions)

View changed files

📝 clients/clients.go (+26 -1)
📝 common.go (+8 -1)
📝 healthcheck/healthcheck.go (+6 -3)
📝 main.go (+74 -0)
📝 proxy/manager.go (+15 -20)

📄 Description

  • feat(admin): Add pprof endpoints
  • refactor(proxy): cleanup basics - constants, remove dead code, fix deprecated calls
  • fix(healthcheck): Support ipv6 healthchecks
  • Add chainId based dedup
  • Add chain id to ping

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fosrl/newt/pull/285 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 3/29/2026 **Status:** ✅ Merged **Merged:** 3/29/2026 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (9) - [`836144a`](https://github.com/fosrl/newt/commit/836144aebf9336143dfcb29bb1656df03385520f) feat(admin): Add pprof endpoints - [`13448f7`](https://github.com/fosrl/newt/commit/13448f76aa134c922c5111c80deccbe1f72bd11c) refactor(proxy): cleanup basics - constants, remove dead code, fix deprecated calls - [`de4353f`](https://github.com/fosrl/newt/commit/de4353f2e6c40bbb9d140cd202cc1ab0d74eae5b) Merge pull request #269 from LaurenceJJones/feature/pprof-endpoint - [`8fda35d`](https://github.com/fosrl/newt/commit/8fda35db4f2ee08e217ff698a26e3796c80846d3) fix(healthcheck): Support ipv6 healthchecks - [`d3722c2`](https://github.com/fosrl/newt/commit/d3722c25190894766b8b650dc30d2a2a3885ac53) Merge pull request #280 from LaurenceJJones/fix/healthcheck-ipv6 - [`a2683eb`](https://github.com/fosrl/newt/commit/a2683eb385dad86098e8ef604cd91f2346a69175) Merge pull request #274 from LaurenceJJones/refactor/proxy-cleanup-basics - [`1057013`](https://github.com/fosrl/newt/commit/1057013b50a7a40e1347f24139669f98c5c792a4) Add chainId based dedup - [`d4a5ac8`](https://github.com/fosrl/newt/commit/d4a5ac8682ae5048ed6adee3baf6b805358e0b84) Merge branch 'main' into dev - [`cdaf4f7`](https://github.com/fosrl/newt/commit/cdaf4f7898f057826ba191a59a5e139b299bfa69) Add chain id to ping ### 📊 Changes **5 files changed** (+129 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `clients/clients.go` (+26 -1) 📝 `common.go` (+8 -1) 📝 `healthcheck/healthcheck.go` (+6 -3) 📝 `main.go` (+74 -0) 📝 `proxy/manager.go` (+15 -20) </details> ### 📄 Description - **feat(admin): Add pprof endpoints** - **refactor(proxy): cleanup basics - constants, remove dead code, fix deprecated calls** - **fix(healthcheck): Support ipv6 healthchecks** - **Add chainId based dedup** - **Add chain id to ping** --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-27 22:35:54 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/newt#1935